Cyber Resilience

CVE-2023-32623

Critical

Published: 28 June 2023

Published
28 June 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0558 90.5th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

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

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

2inc
snow monkey forms
≤ 5.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