SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-4912

MEDIUM · CVSS 4.1 EPSS 0.24%

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

CyberRota Analysis

AI-Generated

The Media Cleaner plugin for WordPress is vulnerable to Server-Side Request Forgery (SSRF) due to inadequate hostname validation in the `get_urls_from_html()` function, affecting all versions up to 7.0.3. This flaw allows authenticated attackers with Administrator-level access to send requests to arbitrary locations, potentially compromising internal services. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of unauthorized access to sensitive internal resources.

CVE
CVE-2026-4912
Severity
MEDIUM
CVSS
4.1
EPSS
0.24%
WordPress

Original NVD Description

The Media Cleaner: Clean your WordPress! plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 7.0.3. This is due to the `get_urls_from_html()` function using `DOMDocument::loadHTMLFile()` to fetch iframe source URLs with an insufficient hostname validation check that relies on a substring match against the site's server name. This makes it possible for authenticated attackers, with Administrator-level access and above, to make web requests to arbitrary locations originating from the web application, which can be used to query and interact with internal services.