SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-5114

MEDIUM · CVSS 4.9 EPSS 0.33%

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The SpeedyCache plugin for WordPress is vulnerable to arbitrary file read attacks due to a path traversal flaw, allowing authenticated users with Administrator-level access to read sensitive files from the server, such as `wp-config.php` and `/etc/passwd`. This vulnerability arises from improper validation of CSS URL paths, enabling attackers to inject malicious `<link>` tags that expose file contents through publicly accessible cache files. WordPress site administrators using this plugin should prioritize applying updates or implementing mitigations to safeguard against potential data breaches.

CVE
CVE-2026-5114
Severity
MEDIUM
CVSS
4.9
EPSS
0.33%
WordPress

Original NVD Description

The SpeedyCache plugin for WordPress is vulnerable to Arbitrary File Read via Path Traversal in all versions up to, and including, 1.3.8. This is due to a mismatch between CSS URL validation (which allows query strings like `.css?...`) and path resolution (which strips query strings), combined with no validation that the resolved file is actually a CSS file. This makes it possible for authenticated attackers, with Administrator-level access and above, to read arbitrary files from the server (including `wp-config.php` and `/etc/passwd`) by injecting crafted `<link>` tags into page content, with the file contents written to publicly accessible cache files.