CVE-2023-32623
Published: 28 June 2023
Summary
CVE-2023-32623 is a critical-severity Path Traversal (CWE-22) vulnerability in 2Inc Snow Monkey Forms. Its CVSS base score is 9.1 (Critical).
Operationally, ranked in the top 9.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2023-32623 is a directory traversal vulnerability, tracked as CWE-22, that affects the Snow Monkey Forms WordPress plugin at version 5.1.1 and earlier. The flaw permits an attacker to supply crafted path sequences that resolve outside intended directories, resulting in deletion of arbitrary server files. It carries a CVSS 3.1 base score of 9.1 reflecting network attack vector, low complexity, and no required authentication or user interaction.
A remote unauthenticated attacker can send a single HTTP request to the vulnerable endpoint and cause high-impact integrity and availability effects by removing files such as configuration data, uploaded content, or core application components. No credentials or prior access are needed, and the attack does not expose file contents.
Vendor and JVN advisories direct users to upgrade to Snow Monkey Forms 5.1.2, which contains the corrective patch; administrators should apply the update and verify that file-deletion functionality is restricted to expected paths.
EPSS scores have remained low, with a current value of 0.0558 and a peak of 0.0574, indicating limited observed exploitation interest since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-36866
Vulnerability details
Directory traversal vulnerability in Snow Monkey Forms v5.1.1 and earlier allows a remote unauthenticated attacker to delete arbitrary files on the 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.