PatchSiren cyber security CVE debrief
CVE-2026-12089 aurelienlws CVE debrief
The LWS Optimize – All-in-One Speed Booster & Cache Tools plugin for WordPress is vulnerable to Arbitrary File Read in versions up to, and including, 3.3.19. This is due to the combine_current_css() function trusting <link rel='stylesheet' href='...'> values harvested from page HTML and converting same-site URLs to absolute filesystem paths before reading them with file_get_contents()/Minify/CSS::add(), without enforcing that the resolved path stay within ABSPATH or have a .css extension. This makes it possible for authenticated attackers, with Editor-level access and above, to read arbitrary files.
- Vendor
- aurelienlws
- Product
- LWS Optimize – All-in-One Speed Booster & Cache Tools
- CVSS
- MEDIUM 4.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-13
- Original CVE updated
- 2026-06-13
- Advisory published
- 2026-06-13
- Advisory updated
- 2026-06-13
Who should care
Users of the LWS Optimize – All-in-One Speed Booster & Cache Tools plugin for WordPress, particularly those with Editor-level access and above, should be aware of this vulnerability and take steps to mitigate it.
Technical summary
The vulnerability exists in the combine_current_css() function, which trusts <link rel='stylesheet' href='...'> values harvested from page HTML and converts same-site URLs to absolute filesystem paths before reading them with file_get_contents()/Minify/CSS::add(). The function does not enforce that the resolved path stay within ABSPATH or have a .css extension, allowing authenticated attackers with Editor-level access and above to read arbitrary files.
Defensive priority
MEDIUM
Recommended defensive actions
- Update the LWS Optimize – All-in-One Speed Booster & Cache Tools plugin to a version that fixes this vulnerability.
- Restrict access to the plugin's functionality to prevent authenticated attackers with Editor-level access and above from exploiting the vulnerability.
- Monitor the plugin's logs for any suspicious activity related to file reads.
Evidence notes
The vulnerability was reported by [email protected] and is tracked in the Wordfence threat intelligence database.
Official resources
CVE-2026-12089 was published on 2026-06-13T03:16:19.573Z and has not been modified since.