CVE-2023-0157
Published: 10 April 2023
Summary
CVE-2023-0157 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Updraftplus All-In-One Security. Its CVSS base score is 4.8 (Medium).
Operationally, ranked in the top 3.7% 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 contains a stored cross-site scripting flaw (CVE-2023-0157, CWE-79) in its log-file handling. The plugin fails to escape log contents before rendering them on the administrative interface, allowing malicious JavaScript to persist and execute when an administrator views the affected page. The issue carries a CVSS 4.8 rating reflecting network attack vector, high privileges required, and the need for user interaction.
An authenticated administrator can deliberately plant crafted log files containing script payloads. When another administrator accesses the plugin’s log viewer, the payload executes in that administrator’s browser context, enabling actions such as account manipulation or further plugin configuration changes within the WordPress site.
Public references from WPScan identify the vulnerability and indicate that updating to AIOS 5.1.5 or later resolves the improper output encoding.
EPSS scores for the CVE rose from a low baseline to a peak of 0.4316 before settling at the current value of 0.2513, indicating measurable post-disclosure exploitation interest that warrants renewed attention.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-12247
Vulnerability details
The All-In-One Security (AIOS) WordPress plugin before 5.1.5 does not escape the content of log files before outputting it to the plugin admin page, allowing an authorized user (admin+) to plant bogus log files containing malicious JavaScript code that will…
more
be executed in the context of any administrator visiting this page.
- 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.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.