Cyber Resilience

CVE-2023-35840

MediumPublic PoC

Published: 19 June 2023

Published
19 June 2023
Modified
12 December 2024
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0626 91.1th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-35840 is a medium-severity Path Traversal (CWE-22) vulnerability in Std42 Elfinder. Its CVSS base score is 6.5 (Medium).

Operationally, ranked in the top 8.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2023-35840 is a path traversal vulnerability (CWE-22) in the _joinPath function within elFinderVolumeLocalFileSystem.class.php of the PHP LocalVolumeDriver connector. It affects elFinder versions prior to 2.1.62 and carries a CVSS 3.1 base score of 6.5.

An attacker with low-privileged network access and no user interaction required can exploit the flaw to perform unauthorized file modifications on the server, resulting in high integrity impact without affecting confidentiality or availability.

The referenced GitHub security advisory and the commit bb9aaa7b096a1b83f2f85657c43f12131ece2891 indicate that the issue is resolved by upgrading to elFinder 2.1.62 or later; public proof-of-concept repositories further document the path traversal vector in the LocalVolumeDriver.

EPSS remains flat at 0.0626 with no material increase after disclosure.

EU & UK References

Vulnerability details

_joinPath in elFinderVolumeLocalFileSystem.class.php in elFinder before 2.1.62 allows path traversal in the PHP LocalVolumeDriver connector.

CWE(s)

Related Threats

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

Affected Assets

std42
elfinder
≤ 2.1.62

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