CVE-2022-23854
Published: 23 December 2022
Summary
CVE-2022-23854 is a high-severity Relative Path Traversal (CWE-23) vulnerability in Aveva Intouch Access Anywhere. Its CVSS base score is 7.5 (High).
Operationally, ranked in the top 0.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
AVEVA InTouch Access Anywhere versions 2020 R2 and older contain a path traversal vulnerability that permits an unauthenticated network attacker to read arbitrary files on the underlying system outside the secure gateway web server directory. The flaw is tracked under CWE-22 and CWE-23 and carries a CVSS 3.1 base score of 7.5 reflecting network attack vector, low complexity, and high confidentiality impact without requiring authentication or user interaction.
An attacker with network reachability to the exposed secure gateway can supply crafted path sequences in HTTP requests to traverse directories and retrieve sensitive files such as configuration data or credentials stored on the host. Because the vector requires no credentials, the exposure extends to any internet-facing or poorly segmented deployment of the affected versions.
Vendor and government advisories, including AVEVA Security Bulletin AVEVA-2023-001 and CISA ICSA-22-342-02, direct users to apply the patches released for InTouch Access Anywhere or to restrict network access to the secure gateway until updates can be installed. The referenced technical analysis from crisec.de further details request patterns that trigger the traversal and confirms the need for both patching and network segmentation.
The CVE maintains a high EPSS score with a current value of 0.9218 and a recorded peak of 0.9274, indicating sustained exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-28780
Vulnerability details
AVEVA InTouch Access Anywhere versions 2020 R2 and older are vulnerable to a path traversal exploit that could allow an unauthenticated user with network access to read files on the system outside of the secure gateway web server.
- 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.