vendor:
NTOP
by:
Brad Antoniewicz
7.5
CVSS
HIGH
Denial of Service
20
CWE
Product Name: NTOP
Affected Version From: 3.3.10
Affected Version To: 3.3.10
Patch Exists: YES
Related CWE: CVE-2009-2732
CPE: a:ntop:ntop
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2009
NTOP <= 3.3.10 Basic Authorization DoS
A denial of service condition can be reached by specifying an invalid value for the Authorization HTTP header. When ntop recieves this, it attempts to base64 decode the value then split it based on a colon. When no colon exists in the decoded string the username is left at its default NULL value. During the authentication process the length of the username is computed via strlen(), which results in a segmentation fault when it processes the null value.
Mitigation:
Ensure that the application is up to date with the latest security patches and updates.