Skip to main content

ntopng CVE-2026-38968

CRITICAL
Predictable from Observable State (CWE-341)
2026-07-02 mitre
9.8
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.4 HIGH

Remote and unauthenticated (AV:N/PR:N), but predicting a time-seeded ID tied to a victim login raises complexity (AC:H); session takeover yields full C/I of the account, no direct availability loss (A:N).

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Analysis Generated
Jul 06, 2026 - 18:28 vuln.today
CVSS changed
Jul 06, 2026 - 18:22 NVD
9.8 (CRITICAL)
CVE Published
Jul 02, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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.

AnalysisAI

Session hijacking in ntopng versions through 6.6 arises because HTTP session identifiers are generated with weak, time-seeded pseudo-randomness in src/HTTPserver.cpp, making freshly issued authenticated session cookies predictable or collision-prone. Remote attackers who can influence or observe login timing can forecast a valid session token and take over an authenticated user's session without credentials. No public exploit identified at time of analysis, and EPSS is low (0.15%, 5th percentile) despite the 9.8 CVSS rating.

Technical ContextAI

ntopng is an open-source, high-speed network traffic monitoring and flow-analysis tool with an embedded HTTP(S) web console for administration and dashboards. The flaw sits in that embedded web server's session-management code (src/HTTPserver.cpp), where the session identifier issued on successful login is derived from a pseudo-random generator seeded from the current time rather than a cryptographically secure random source. This maps to CWE-341 (Predictable from Observable State): because the seed is derived from observable/controllable time, the resulting session ID space is small and deterministic, so an attacker who knows or forces the login moment can reconstruct or collide with the victim's cookie. The vendor CPE string (cpe:2.3:a:n/a:n/a) is a placeholder and provides no additional product/version precision beyond the description.

RemediationAI

Upstream fix available (PR/commit); released patched version not independently confirmed - apply the corrected session-ID generation from ntop's commits 179a346ceb6239fd36128ccca3efa8f9ea61eeb5 and 14e22497233dc7d31d19dccb74b13bb073d16c2c by upgrading to a build that incorporates them (track ntop's release notes for the first tagged release past 6.6 that includes these fixes, as an exact patched version number is not confirmed in the provided data). Until a fixed build is deployed, reduce exposure by restricting access to the ntopng web interface: bind the console to localhost or a management VLAN and place it behind a reverse proxy or firewall that limits the admin port to trusted source IPs (trade-off: remote operators lose direct access and must use a VPN/bastion). Enforce HTTPS and short session lifetimes, and consider fronting authentication with the reverse proxy's own session layer so ntopng's predictable cookie is not the sole trust anchor (trade-off: added operational complexity and potential double-login). See the VulDB advisory (https://vuldb.com/vuln/376004) and the linked commits for authoritative detail.

More in N A

View all
CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

CVE-2026-45185 CRITICAL POC
9.8 May 12

Remote code execution in the Exim mail transfer agent (versions before 4.99.3) built against certain GnuTLS configuratio

CVE-2025-50455 CRITICAL POC
9.1 Jul 27

SQL injection in EasyAppointments <=1.5.1 allows unauthenticated attackers to extract and modify database contents via t

CVE-2026-36356 CRITICAL POC
9.1 May 05

Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST

CVE-2026-31071 CRITICAL POC
9.1 May 19

Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al

CVE-2025-66391 HIGH POC
8.8 Jun 17

Privilege escalation via broken access control in Citrix Cloud (through 2025-11-10) lets a user holding only read-only p

CVE-2026-75419 HIGH POC
8.8 Aug 27

go-wind-cms (GoWind) before 1.0.0 exposes all administrative APIs to any authenticated user because NewAuthorizer() retu

CVE-2026-26740 HIGH POC
8.2 Mar 18

Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when

CVE-2025-60464 HIGH POC
7.8 Jun 25

Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_

Share

CVE-2026-38968 vulnerability details – vuln.today

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