Cyber Resilience

CVE-2024-48955

High

Published: 29 October 2024

Published
29 October 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.1448 94.6th percentile
Risk Priority 25 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-48955 is a high-severity Improper Access Control (CWE-284) vulnerability in Netadmin (inferred from references). Its CVSS base score is 8.1 (High).

Operationally, ranked in the top 5.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-48955 is a broken access control vulnerability in NetAdmin version 4.030319. The affected component is the endpoint responsible for assembling functionality menus, which returns unencrypted data containing available features without performing any session authorization validation.

An attacker with low privileges can exploit the flaw over the network by copying the browser response content observed from a higher-privileged user session. This grants the attacker access to the same set of administrative functionalities without requiring further authentication or interaction, resulting in high confidentiality and integrity impacts.

The EPSS score for the vulnerability has remained flat at 0.1448 with no material increase since disclosure. Public references include a technical overview on GitHub and product information from the vendor, though no specific patch or mitigation details are provided in the available sources.

EU & UK References

Vulnerability details

Broken access control in NetAdmin 4.030319 returns data with functionalities on the endpoint that "assembles" the functionalities menus, the return of this call is not encrypted and as the system does not validate the session authorization, an attacker can copy…

more

the content of the browser of a user with greater privileges having access to the functionalities of the user that the code was copied.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Netadmin
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-284

The access control policy and procedures directly mandate and enforce proper access control mechanisms across the organization.

addresses: CWE-284

Device lock enforces restricted access until re-authentication, directly reducing unauthorized use of active sessions.

addresses: CWE-284

Supervision and review of access control activities directly detects and remediates improper access configurations or usages.

addresses: CWE-284

Explicitly identifying and documenting actions permitted without identification or authentication enforces proper access control boundaries by defining justified exceptions.

addresses: CWE-284

By automatically labeling outputs with security attributes, the control supports attribute-based enforcement and reduces exploitability of improper access control weaknesses.

addresses: CWE-284

Associating and retaining security attributes with data directly supports enforcement of access control decisions across storage, processing, and transmission.

addresses: CWE-284

Requiring prior authorization for each remote access type prevents improper access control over remote connections.

addresses: CWE-284

Requiring authorization of wireless access before allowing connections enforces proper access control for this access method.

References