PatchSiren cyber security CVE debrief
CVE-2017-5473 Ntop CVE debrief
CVE-2017-5473 is a high-severity cross-site request forgery issue in ntopng through 2.4. According to NVD, a remote attacker could hijack the authentication of arbitrary users by inducing authenticated requests against administrative endpoints such as add-user, preference changes, user deletion, and password reset. The issue was publicly disclosed on 2017-01-14 and later marked modified by NVD on 2026-05-13.
- Vendor
- Ntop
- Product
- Ntopng
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2017-01-14
- Original CVE updated
- 2026-05-13
- Advisory published
- 2017-01-14
- Advisory updated
- 2026-05-13
Who should care
Organizations running ntopng up to and including version 2.4, especially teams that expose the web UI to user browsers and rely on ntopng administrators or delegated operators.
Technical summary
NVD classifies the weakness as CWE-352 (CSRF) with CVSS 3.0 vector CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H. The vulnerability affects ntopng versions through 2.4 and is demonstrated against admin/add_user.lua, admin/change_user_prefs.lua, admin/delete_user.lua, and admin/password_reset.lua. The issue is consistent with an attacker causing a logged-in victim to submit unintended state-changing requests.
Defensive priority
High. The vulnerability is network-reachable and requires only user interaction, but it can affect high-value administrative actions and carries a high CVSS score.
Recommended defensive actions
- Upgrade ntopng to a version newer than 2.4 that includes the vendor fixes referenced in the linked GitHub commits.
- Review any browser-exposed administrative workflows in ntopng and ensure state-changing actions require CSRF protections.
- Confirm that administrative accounts use strong authentication and that access to the ntopng web interface is tightly restricted.
- Audit logs for suspicious user-management or password-reset activity around periods when the interface was exposed to authenticated users.
- Validate that reverse proxies, SSO layers, or session controls do not bypass application-level request validation.
Evidence notes
The description, version range, and CWE come from NVD. NVD lists vulnerable ntopng versions through 2.4 and identifies CSRF as the weakness. The reference list includes two ntopng GitHub commits marked as patches, a SecurityFocus advisory entry, and an Exploit-DB reference. This debrief does not rely on unsupported details from those external pages beyond their presence in the supplied corpus.
Sources and references
Verified primary and authoritative sources
-
CVE-2017-5473 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2017-5473
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2017-5473 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2017-5473
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/ntop/ntopng/commit/1b2ceac8f578a246af6351c4f476e3102cdf21b3
[email protected] - Issue Tracking, Patch, Third Party Advisory
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/ntop/ntopng/commit/f91fbe3d94c8346884271838ae3406ae633f6f15
[email protected] - Issue Tracking, Patch, Third Party Advisory
-
Source reference
Unverified legacy reference
URL: https://www.exploit-db.com/exploits/41141/
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.