vendor:
Netopia Netoctopus SDCS
by:
James Fitts
7,5
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: Netopia Netoctopus SDCS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP SP3 EN
2008
Motorola Netopia Netoctopus SDCS Stack Buffer Overflow
This module exploits a vulnerability within the code responsible for parsing client requests. When reading in a request from the network, a 32-bit integer is read in that specifies the number of bytes that follow. This value is not validated, and is then used to read data into a fixed-size stack buffer.
Mitigation:
Validate the size of the data before reading it into a fixed-size stack buffer.