CVE-2023-0156
Published: 10 April 2023
Summary
CVE-2023-0156 is a medium-severity Path Traversal (CWE-22) vulnerability in Updraftplus All-In-One Security. Its CVSS base score is 4.9 (Medium).
Operationally, ranked in the top 2.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
The All-In-One Security (AIOS) WordPress plugin before version 5.1.5 is affected by a path traversal vulnerability (CWE-22). The plugin fails to restrict which log files can be selected for display on its settings pages, enabling an authenticated administrator to read the final 50 lines of arbitrary files and enumerate directories anywhere on the underlying server that the web service account can access. The issue received a CVSS 3.1 score of 4.9.
An attacker with administrative privileges can exploit the flaw over the network to disclose sensitive configuration files, application source, or other readable content stored on the host. Because the plugin performs no path sanitization or allow-listing, the attacker can traverse outside the intended log directory and obtain information that would normally be inaccessible through the WordPress administrative interface.
The vulnerability was publicly documented by WPScan, which identifies the affected plugin versions and confirms the arbitrary file-read behavior. Upgrading to AIOS 5.1.5 or later removes the unrestricted file-selection capability. The associated EPSS score rose from lower values to a peak of 0.5597 on 2026-02-04 before receding to the current 0.3488, indicating a noticeable increase in exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-12246
Vulnerability details
The All-In-One Security (AIOS) WordPress plugin before 5.1.5 does not limit what log files to display in it's settings pages, allowing an authorized user (admin+) to view the contents of arbitrary files and list directories anywhere on the server (to…
more
which the web server has access). The plugin only displays the last 50 lines of the file.
- 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.