Cyber Resilience

CVE-2023-0156

MediumPublic PoC

Published: 10 April 2023

Published
10 April 2023
Modified
11 February 2025
KEV Added
Patch
CVSS Score v3.1 4.9 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.3488 97.1th percentile
Risk Priority 31 60% EPSS · 20% KEV · 20% CVSS

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

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

updraftplus
all-in-one security
≤ 5.1.5

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