CVE-2026-51925: Local File Inclusion in docuForm GmbH Client 11.11c
A vulnerability in docuForm GmbH Client version 11.11c allows authenticated attackers to read arbitrary files from the server and potentially execute code. The flaw exists in the dfm-menu_report.php component and can be exploited remotely by an attacker with valid login credentials. An attacker could use this to extract sensitive data such as database credentials, configuration settings, or source code—information that could enable further attacks or data theft.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
- Weaknesses (CWE)
- CWE-639
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-09 / 2026-07-10
NVD description (verbatim)
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.
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-51925 is a Local File Inclusion (LFI) vulnerability in the dfm-menu_report.php component of docuForm GmbH Client 11.11c. The vulnerability stems from insufficient input validation (CWE-639), permitting an authenticated attacker to inject file paths and retrieve arbitrary files from the server filesystem. The CVSS 3.1 score of 8.1 (HIGH) reflects that while authentication is required, the impact to confidentiality and integrity is substantial. The attack vector is network-based and does not require user interaction.
Business impact
Organizations using docuForm GmbH Client 11.11c face exposure of confidential business information, system architecture details, and credentials stored in configuration files. In healthcare, legal, or financial sectors where docuForm may process sensitive documents, a successful exploitation could result in regulatory violations (HIPAA, GDPR, PCI-DSS), reputational damage, and potential data breach notification costs. The ability to read arbitrary files also increases the likelihood of a follow-on attack using disclosed system or application details.
Affected systems
docuForm GmbH Client version 11.11c is affected. Organizations should audit their deployments to confirm the exact version in use. The vulnerability requires network access and valid authentication credentials, so risk is highest in environments where user accounts have been compromised or where internal users may be social engineered.
Exploitability
The vulnerability is exploitable by any authenticated user without requiring additional privilege escalation. No special tools or techniques are needed beyond knowledge of the vulnerable component path (dfm-menu_report.php) and the ability to craft a malicious file inclusion request. The barrier to exploitation is low once credentials are obtained, though the initial compromise of a user account is a prerequisite.
Remediation
Organizations must immediately update docuForm GmbH Client to a patched version. Contact docuForm GmbH directly or consult their security advisory for the specific build that resolves CVE-2026-51925. Until patching is possible, restrict network access to the dfm-menu_report.php component using a Web Application Firewall (WAF) or access control lists, and monitor for suspicious file inclusion patterns in application logs.
Patch guidance
Upgrade docuForm GmbH Client beyond version 11.11c to a version that includes the security fix—verify the specific patched version number against the vendor's official security advisory or support portal. Test the patch in a non-production environment to confirm functionality and compatibility with your application integrations before rolling out to production. After patching, verify that the dfm-menu_report.php component no longer accepts arbitrary file paths.
Detection guidance
Monitor web server and application logs for requests to dfm-menu_report.php that contain file path traversal sequences (e.g., ../, .., double-encoding, or null byte injection). Alert on authentication successes followed by unusual file access patterns. Use a WAF to log and potentially block requests containing path traversal indicators. Perform regular file integrity monitoring on sensitive configuration files to detect unauthorized read access.
Why prioritize this
This vulnerability merits high priority due to its direct exposure of sensitive files and credentials, the ease of exploitation once authenticated, and the wide range of follow-on attacks it enables. Organizations should treat it as urgent in environments where user account compromise is plausible or where docuForm Client processes or stores regulated data.
Risk score, explained
The CVSS 3.1 score of 8.1 reflects a HIGH severity rating. The score is driven by high impact to confidentiality (C:H) and integrity (I:H)—attackers can read and potentially manipulate sensitive files. The requirement for prior authentication (PR:L) and lack of availability impact (A:N) prevent the score from reaching CRITICAL, but the network attack vector (AV:N) and low attack complexity (AC:L) ensure the vulnerability remains highly exploitable within its threat model.
Frequently asked questions
Does this vulnerability allow unauthenticated attackers to read files?
No. The vulnerability requires valid authentication credentials. An attacker must have a legitimate user account on the docuForm system or must have compromised an existing account to exploit this flaw.
Can this vulnerability be exploited remotely?
Yes. The attack vector is network-based, so an attacker with credentials can trigger the file inclusion from any network location with access to the docuForm Client application.
What is the difference between LFI and code execution mentioned in the description?
Local File Inclusion allows reading arbitrary files. The description notes that file contents could enable code execution—for example, if an attacker reads a configuration file containing database credentials or a source code file revealing an injection point. Code execution is not a direct result of the LFI itself but a potential follow-on attack.
What should we do if we cannot patch immediately?
Implement network-level restrictions to limit access to the dfm-menu_report.php component, apply WAF rules to block path traversal patterns, monitor authentication logs for compromised accounts, and consider temporarily disabling the affected feature if business operations permit. Engage docuForm GmbH support for interim security guidance.
This analysis is provided for informational and defensive purposes. Organizations are responsible for verifying all technical details against official vendor advisories and testing patches in their own environments before deployment. SEC.co makes no warranty regarding the accuracy, completeness, or applicability of this intelligence. For specific questions about your environment, consult your vendor, system integrators, or qualified security professionals. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2025-14772HIGHABB T-MAC Plus Authorization Bypass (CVSS 8.8)
- CVE-2025-59133HIGHProjectopia Custom Role IDOR Vulnerability (7.5 CVSS)
- CVE-2026-12204HIGHShopXO Authorization Bypass in Order & Payment Processing
- CVE-2026-12411HIGHLXD Container Escape via Broken Access Control in Device Handler
- CVE-2026-14753HIGHAuthorization Bypass in mjperpinosa stumasy Note Handler
- CVE-2026-1989HIGHPAVO Pay Authorization Bypass Vulnerability (CVSS 7.5)
- CVE-2026-2398HIGHMobilMen 20T Authorization Bypass & Privilege Escalation
- CVE-2026-27657HIGHGitea Email Change Vulnerability – Exploit, Patch & Detection