CVE-2022-24632
Published: 29 May 2023
Summary
CVE-2022-24632 is a medium-severity Path Traversal (CWE-22) vulnerability in Audiocodes Device Manager Express. Its CVSS base score is 5.3 (Medium).
Operationally, ranked in the top 3.1% 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-2022-24632 is a directory traversal vulnerability, tracked as CWE-22, that affects AudioCodes Device Manager Express through version 7.8.20002.47752. The flaw resides in BrowseFiles.php and is triggered through the view parameter during file download operations, allowing unauthorized access to files outside the intended directory. It carries a CVSS 3.1 base score of 5.3 reflecting network attack vector, low complexity, and no required privileges or user interaction, with limited confidentiality impact and no integrity or availability effects.
An unauthenticated remote attacker can exploit the issue by crafting malicious requests to the affected endpoint, enabling read access to arbitrary files on the server. This exposure could reveal sensitive configuration data, credentials, or other restricted content stored on the Device Manager Express host.
The EPSS score for the vulnerability rose from a low baseline to a peak of 0.5694 on 2025-12-11 before receding to the current value of 0.3182, indicating a period of increased exploitation interest after public disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-29508
Vulnerability details
An issue was discovered in AudioCodes Device Manager Express through 7.8.20002.47752. It is directory traversal during file download via the BrowseFiles.php view parameter.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
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.
Validates pathnames and filenames to prevent traversal outside intended directories.