Skip to main content

Ntopng

11 CVEs product

Monthly

CVE-2026-86091 Sep 04, 21:48 HIGH PATCH This Week

Missing authorization on the host pool bulk-delete REST endpoint in ntopng before 6.7.260717 allows any authenticated low-privileged user to irreversibly destroy all configured host pools and their member bindings via a POST request. The flaw (CWE-862) bypasses ntopng's capability-based access control model, enabling non-administrator accounts to eliminate traffic policy segmentation, rate-limit assignments, and visibility restrictions that network security teams depend on. No public exploit has been identified at time of analysis, and a patch commit is available in version 6.7.260717.

Ntopng
NVD GitHub
CVSS 4.0
7.1
CVE-2026-86090 Sep 04, 21:48 HIGH PATCH This Week

Missing authorization in ntopng's REST v2 API allows any authenticated low-privilege user to permanently delete all configured notification endpoints and recipients, silencing the entire alert pipeline. Affected versions are all ntopng releases before 6.7.260717; the vendor confirmed and patched the flaw via GitHub Security Advisory GHSA-m22w-f647-vx88. No public exploit code has been identified at time of analysis, but the attack requires only a valid user session and a straightforward POST request, making exploitation trivially simple for any authenticated ntopng account holder.

Ntopng
NVD GitHub
CVSS 4.0
7.1
CVE-2026-84989 Sep 03, 14:47 HIGH PATCH This Week

Missing authorization on two REST v2 tag-management endpoints in ntopng 6.7.0-6.7.260717 allows any authenticated low-privilege user to delete or rename tags system-wide, including those created by administrators. The affected endpoints - POST /lua/rest/v2/delete/tag/tag.lua and POST /lua/rest/v2/edit/tag/tag.lua - perform no isAdministrator() check before processing requests. The fix, confirmed in commit 0e41f24b and released as version 6.7.260718, adds the missing privilege gate to both Lua handlers. No public exploit or KEV listing identified at time of analysis.

Ntopng
NVD GitHub
CVSS 3.1
7.1
EPSS
0.2%
CVE-2018-12520 Jul 05, 20:29 HIGH POC PATCH THREAT This Week

An issue was discovered in ntopng 3.4 before 3.4.180617. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, no authentication required. Public exploit code available.

Privilege Escalation Ntopng
NVD GitHub Exploit-DB
CVSS 3.1
8.1
EPSS
10.7%
CVE-2017-7458 Jun 26, 23:29 HIGH PATCH This Week

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. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Null Pointer Dereference Denial Of Service Ntopng
NVD GitHub
CVSS 3.0
7.5
EPSS
0.6%
CVE-2017-7459 Jun 26, 07:29 HIGH PATCH This Week

ntopng before 3.0 allows HTTP Response Splitting. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Information Disclosure Ntopng
NVD GitHub
CVSS 3.0
7.5
EPSS
0.3%
CVE-2017-7416 Jun 26, 07:29 MEDIUM PATCH This Month

ntopng before 3.0 allows XSS because GET and POST parameters are improperly validated. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Ntopng
NVD GitHub
CVSS 3.0
6.1
EPSS
0.2%
CVE-2017-5473 Jan 14, 07:59 HIGH POC PATCH This Week

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,. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Ntopng
NVD GitHub Exploit-DB VulDB
CVSS 3.0
8.8
EPSS
0.3%
CVE-2015-8368 Dec 17, 19:59 MEDIUM POC This Month

ntopng (aka ntop) before 2.2 allows remote authenticated users to change the login context and gain privileges via the user cookie and username parameter to admin/password_reset.lua. Rated medium severity (CVSS 6.0), this vulnerability is remotely exploitable. Public exploit code available and no vendor patch available.

Information Disclosure Ntopng
NVD Exploit-DB
CVSS 2.0
6.0
EPSS
3.0%
CVE-2014-5464 Sep 08, 14:55 MEDIUM POC THREAT This Month

Cross-site scripting (XSS) vulnerability in the nDPI traffic classification library in ntopng (aka ntop) before 1.2.1 allows remote attackers to inject arbitrary web script or HTML via the HTTP Host. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable. Public exploit code available and EPSS exploitation probability 23.2%.

XSS Ntopng
NVD Exploit-DB
CVSS 2.0
4.3
EPSS
23.2%
CVE-2014-4329 Jun 19, 10:50 MEDIUM POC This Month

Cross-site scripting (XSS) vulnerability in lua/host_details.lua in ntopng 1.1 allows remote attackers to inject arbitrary web script or HTML via the host parameter. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable. Public exploit code available and no vendor patch available.

XSS Ntopng
NVD
CVSS 2.0
4.3
EPSS
0.3%
CVSS 7.1
HIGH PATCH This Week

Missing authorization on the host pool bulk-delete REST endpoint in ntopng before 6.7.260717 allows any authenticated low-privileged user to irreversibly destroy all configured host pools and their member bindings via a POST request. The flaw (CWE-862) bypasses ntopng's capability-based access control model, enabling non-administrator accounts to eliminate traffic policy segmentation, rate-limit assignments, and visibility restrictions that network security teams depend on. No public exploit has been identified at time of analysis, and a patch commit is available in version 6.7.260717.

Ntopng
NVD GitHub
CVSS 7.1
HIGH PATCH This Week

Missing authorization in ntopng's REST v2 API allows any authenticated low-privilege user to permanently delete all configured notification endpoints and recipients, silencing the entire alert pipeline. Affected versions are all ntopng releases before 6.7.260717; the vendor confirmed and patched the flaw via GitHub Security Advisory GHSA-m22w-f647-vx88. No public exploit code has been identified at time of analysis, but the attack requires only a valid user session and a straightforward POST request, making exploitation trivially simple for any authenticated ntopng account holder.

Ntopng
NVD GitHub
EPSS 0% CVSS 7.1
HIGH PATCH This Week

Missing authorization on two REST v2 tag-management endpoints in ntopng 6.7.0-6.7.260717 allows any authenticated low-privilege user to delete or rename tags system-wide, including those created by administrators. The affected endpoints - POST /lua/rest/v2/delete/tag/tag.lua and POST /lua/rest/v2/edit/tag/tag.lua - perform no isAdministrator() check before processing requests. The fix, confirmed in commit 0e41f24b and released as version 6.7.260718, adds the missing privilege gate to both Lua handlers. No public exploit or KEV listing identified at time of analysis.

Ntopng
NVD GitHub
EPSS 11% CVSS 8.1
HIGH POC PATCH THREAT This Week

An issue was discovered in ntopng 3.4 before 3.4.180617. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, no authentication required. Public exploit code available.

Privilege Escalation Ntopng
NVD GitHub Exploit-DB
EPSS 1% CVSS 7.5
HIGH PATCH This Week

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. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Null Pointer Dereference Denial Of Service Ntopng
NVD GitHub
EPSS 0% CVSS 7.5
HIGH PATCH This Week

ntopng before 3.0 allows HTTP Response Splitting. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Information Disclosure Ntopng
NVD GitHub
EPSS 0% CVSS 6.1
MEDIUM PATCH This Month

ntopng before 3.0 allows XSS because GET and POST parameters are improperly validated. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Ntopng
NVD GitHub
EPSS 0% CVSS 8.8
HIGH POC PATCH This Week

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,. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Ntopng
NVD GitHub Exploit-DB VulDB
EPSS 3% CVSS 6.0
MEDIUM POC This Month

ntopng (aka ntop) before 2.2 allows remote authenticated users to change the login context and gain privileges via the user cookie and username parameter to admin/password_reset.lua. Rated medium severity (CVSS 6.0), this vulnerability is remotely exploitable. Public exploit code available and no vendor patch available.

Information Disclosure Ntopng
NVD Exploit-DB
EPSS 23% CVSS 4.3
MEDIUM POC THREAT This Month

Cross-site scripting (XSS) vulnerability in the nDPI traffic classification library in ntopng (aka ntop) before 1.2.1 allows remote attackers to inject arbitrary web script or HTML via the HTTP Host. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable. Public exploit code available and EPSS exploitation probability 23.2%.

XSS Ntopng
NVD Exploit-DB
EPSS 0% CVSS 4.3
MEDIUM POC This Month

Cross-site scripting (XSS) vulnerability in lua/host_details.lua in ntopng 1.1 allows remote attackers to inject arbitrary web script or HTML via the host parameter. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable. Public exploit code available and no vendor patch available.

XSS Ntopng
NVD

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy