Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Network-reachable PHP app, no auth needed, but UI:R required; XSS scope change yields S:C with partial C/I, no availability impact.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
4DescriptionCVE.org
A reflected cross-site scripting (XSS) vulnerability exists in diskover-community <= 2.3.5 in public/view.php via the doctype parameter
AnalysisAI
Reflected XSS in diskover-community's public/view.php allows unauthenticated remote attackers to execute arbitrary JavaScript in a victim's browser by embedding a malicious payload in the doctype parameter of a crafted URL. Affected versions are 2.3.5 and below of this PHP-based open-source file indexing application. A proof-of-concept exploit is confirmed per SSVC assessment, though EPSS sits at the 1st percentile and active exploitation has not been confirmed by CISA KEV, suggesting opportunistic rather than widespread targeting.
Technical ContextAI
diskover-community is a PHP-based open-source file indexer and search platform. The vulnerability resides in public/view.php, where the doctype GET parameter is reflected into the HTML response without adequate output encoding or sanitization - the root cause class per CWE-79 (Improper Neutralization of Input During Web Page Generation / Cross-site Scripting). Because the reflection is immediate (not stored), the payload must be delivered via a crafted URL. The CVSS scope metric S:C indicates the injected script executes in the victim's browser security context rather than on the server, enabling theft of session tokens, credential harvesting via fake UI overlays, or redirection to attacker-controlled resources.
RemediationAI
No vendor-released patch version has been identified at time of analysis - the available references point to the vendor's website (http://diskoverdata.com, http://diskover-community.com) and a researcher writeup at https://github.com/VadlaReddySai/diskoverdata-cve-writeups/blob/main/CVE-2026-38935, none of which confirm an exact patched release. Administrators should monitor the diskover-community GitHub repository and vendor site for a patched release beyond 2.3.5 and apply it immediately when available. As a compensating control, restrict public/view.php to authenticated sessions only if the application framework supports it - this would eliminate unauthenticated exploitation since a session requirement shifts the CVSS PR metric from N to L. Additionally, deploying a web application firewall rule to sanitize or block requests containing HTML/script characters in the doctype parameter is a viable short-term mitigation, though WAF bypasses for XSS are common and this should not substitute for a code-level fix. If the diskover instance does not require public Internet exposure, network-level access restrictions are the most effective compensating control with no application-side trade-offs.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25890