Releases19
Frequency6 months 1 week
Last Release
Stars8K
Web-based Traffic and Cybersecurity Network Traffic Monitoring

CVE History

CVEAffectedPublishedCVSS v3CVSS v2
<= 6.69.8 CRITICAL

ntopng through 6.6 is vulnerable to Predictable Session Identifier which can lead to Session Hijacking. HTTP session identifiers in src/HTTPserver.cpp use weak time-seeded pseudo-randomness during session creation. As a result, fresh authenticated logins can receive deterministic or colliding session cookies under attacker-controlled timing.

6.2 MEDIUM

A heap-buffer-overflow vulnerability has been identified in ntopng 6.2 in the Flow::dissectMDNS function.

>= 3.4, < 3.4.1806178.1 HIGH6.8 MEDIUM

An issue was discovered in ntopng 3.4 before 3.4.180617. The PRNG involved in the generation of session IDs is not seeded at program startup. This results in deterministic session IDs being allocated for active user sessions. An attacker with foreknowledge of the operating system and standard library in use by the host running the service and the username of the user whose session they're targeting can abuse the deterministic random number generation in order to hijack the user's session, thus escalating their access.

<= 2.45 MEDIUM

The NetworkInterface::getHost function in NetworkInterface.cpp in ntopng before 3.0 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an empty field that should have contained a hostname or IP address.

<= 2.44.3 MEDIUM

ntopng before 3.0 allows XSS because GET and POST parameters are improperly validated.

<= 2.45 MEDIUM

ntopng before 3.0 allows HTTP Response Splitting.

<= 2.46.8 MEDIUM

Cross-site request forgery (CSRF) vulnerability in ntopng through 2.4 allows remote attackers to hijack the authentication of arbitrary users, as demonstrated by admin/add_user.lua, admin/change_user_prefs.lua, admin/delete_user.lua, and admin/password_reset.lua.