Cyber Resilience

CVE-2024-47253

High

Published: 05 November 2024

Published
05 November 2024
Modified
07 November 2024
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0748 92.0th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-47253 is a high-severity Path Traversal (CWE-22) vulnerability in 2N Access Commander. Its CVSS base score is 7.2 (High).

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

Deeper analysis

In 2N Access Commander versions 3.1.1.2 and prior, a Path Traversal vulnerability tracked as CVE-2024-47253 and assigned CWE-22 permits an attacker to write arbitrary files on the underlying filesystem. The flaw carries a CVSS 3.1 base score of 7.2 reflecting network attack vector, low complexity, and high impact on confidentiality, integrity, and availability when successfully exploited.

Only users holding administrative privileges can leverage the issue; accounts with lower privilege roles are explicitly unable to trigger the path traversal. Successful exploitation can lead to arbitrary file writes that in turn enable remote code execution on the affected system.

The vendor has published an advisory at https://www.2n.com/en-GB/download/Access-Commander-Security-Advisory-2024-11 that addresses the vulnerability. The associated EPSS score remains flat at 0.0748 with no material increase observed since disclosure.

EU & UK References

Vulnerability details

In 2N Access Commander versions 3.1.1.2 and prior, a Path Traversal vulnerability could allow an attacker with administrative privileges to write files on the filesystem and potentially achieve arbitrary remote code execution. This vulnerability cannot be exploited by users with…

more

lower privilege roles.

CWE(s)

Related Threats

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

Affected Assets

2n
access commander
≤ 3.1.1.2

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-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References