docuForm Client CVE-2026-51925
HIGHSeverity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Network-reachable authenticated file-read (PR:L, AV:N/AC:L); confidentiality high from arbitrary file disclosure, but I:N/A:N since code execution is unsubstantiated and no availability impact is described.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
A Local File Inclusion (LFI) vulnerability exists in docuForm GmbH Client v.11.11c that allows a remote attacker to execute arbitrary code via the dfm-menu_report.php component. Attackers can exploit this flaw to read arbitrary files on the server, including sensitive configuration files, source code or system files.
AnalysisAI
Arbitrary file disclosure in docuForm GmbH Client v11.11c allows a remote, low-privileged attacker to read sensitive server files through the dfm-menu_report.php component by supplying attacker-controlled path input. The NVD description asserts arbitrary code execution and the vendor gist tags it 'RCE'/'Authentication Bypass', but the concrete described capability is reading configuration files, source code, and system files, with code execution unsubstantiated in the available data. No public exploit is confirmed via a flag, though a third-party gist reference (ZeroBreach-GmbH) is published and likely carries proof-of-concept detail; EPSS is low at 0.35% (27th percentile) and the CVE is not on CISA KEV.
Technical ContextAI
The affected component is a PHP script (dfm-menu_report.php) within docuForm's Client, a document/output-management application from German vendor docuForm GmbH. The assigned weakness is CWE-639 (Authorization Bypass Through User-Controlled Key, i.e., IDOR-style flaws), which points to the application trusting a user-supplied identifier or path parameter to select a report/file resource without proper authorization or path validation. Combined with the 'Local File Inclusion' label, the root cause is an unsanitized file/path parameter passed to a PHP include/read routine, permitting directory traversal and disclosure of files outside the intended report scope. LFI in PHP can, under specific conditions (log poisoning, PHP wrappers, or inclusion of writable/executable content), escalate to code execution, which is the likely basis for the RCE tag though the description only demonstrates file reads.
Affected ProductsAI
docuForm GmbH Client version 11.11c is affected, with the vulnerability located in the dfm-menu_report.php component. No CPE string was provided in the input, and the affected-version range beyond 11.11c is not enumerated in the available data. The only vendor-related reference is the docuForm homepage (https://docuform.de); a third-party proof-of-concept-style writeup is hosted at https://gist.github.com/ZeroBreach-GmbH. No dedicated vendor security advisory URL was supplied.
RemediationAI
No vendor-released patch version was identified at time of analysis; the only vendor reference is the homepage (https://docuform.de), so contact docuForm GmbH directly to confirm a fixed build beyond 11.11c. As compensating controls: restrict network access to the docuForm Client web interface so it is not internet-exposed (place it behind VPN or IP allow-listing), since the vector is AV:N. Add a WAF or reverse-proxy rule to block path-traversal sequences (../, encoded variants, and PHP wrapper prefixes like php://, file://, expect://) and to constrain the file/report parameter accepted by dfm-menu_report.php to an expected allow-list - this may break legitimate report selection if the parameter is dynamically generated, so test first. Enforce least privilege on the web server's OS account and remove read access to sensitive configuration and credential files where feasible to limit disclosure impact. Because the 'Authentication Bypass' tag conflicts with the PR:L vector, also review and harden authentication/authorization on the reporting endpoints. Consult the ZeroBreach-GmbH gist (https://gist.github.com/ZeroBreach-GmbH) only to understand exploit prerequisites for detection tuning.
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today