CVE-2026-51924: docuForm GmbH Client 11.11c Arbitrary Code Execution via File Upload
A vulnerability in docuForm GmbH Client version 11.11c allows attackers with user-level access to upload files and execute arbitrary code on affected systems. The attack requires authentication but no additional interaction from the target, making it a reliable path to full system compromise once an attacker has gained initial credentials.
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)
An issue in docuForm GmbH Client v.11.11c allows a remote attacker to execute arbitrary code via the file upload and report.php component
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-51924 is a file upload vulnerability affecting docuForm GmbH Client v.11.11c, exploitable through the report.php component. The flaw permits authenticated attackers to upload malicious files and achieve remote code execution without requiring user interaction. The vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), indicating the underlying weakness stems from insufficient access controls on the upload mechanism. With a CVSS 3.1 score of 8.1 (HIGH severity), the vulnerability carries significant confidentiality and integrity impact but does not directly affect availability.
Business impact
If your organization relies on docuForm GmbH Client for document processing or reporting workflows, this vulnerability poses a direct risk to data confidentiality and integrity. An authenticated insider or attacker with compromised credentials can upload malicious code and execute it server-side, potentially accessing sensitive documents, modifying reports, or using the compromised system as a pivot point for lateral movement. The requirement for authentication limits exposure to external internet-facing instances, but internal deployments accessed by multiple users remain at risk if any account is compromised.
Affected systems
This vulnerability specifically affects docuForm GmbH Client version 11.11c. Organizations running this version should audit their deployments immediately. The vendor and product information provided does not enumerate all affected versions beyond 11.11c, so you should consult docuForm GmbH's security advisory to determine whether earlier or later versions are vulnerable and what update path is available.
Exploitability
Exploitation requires valid authentication credentials and network access to the report.php endpoint. The attack is straightforward: an attacker uploads a crafted file via the file upload functionality, and the application executes it without proper validation. No additional user interaction is needed once the file is uploaded. The low attack complexity (AC:L) and lack of privilege escalation requirement (PR:L) mean that any authenticated user account—including low-privileged service accounts—can trigger the vulnerability. This makes it highly exploitable in multi-user environments.
Remediation
Contact docuForm GmbH immediately for security updates addressing this vulnerability. Upgrade docuForm GmbH Client to a patched version as soon as vendor guidance becomes available. Verify patch version numbers against the official vendor advisory before deployment. In the interim, consider restricting access to the report.php component through network segmentation or authentication-layer controls, and audit file upload logs for suspicious activity.
Patch guidance
No specific patched version has been disclosed in available vendor advisories at this time. Contact docuForm GmbH directly or monitor their security advisories for patch release announcements. When a patch becomes available, verify the version number against the official vendor release notes and test in a non-production environment before rolling out enterprise-wide. Document the patching timeline and maintain inventory of all docuForm GmbH Client installations to ensure complete coverage.
Detection guidance
Monitor file upload activity to report.php for unusual file types, oversized uploads, or uploads containing script-like content (executable binaries, PHP/JSP/ASPX files, etc.). Log authentication events for suspicious patterns such as failed login attempts followed by successful uploads. Implement web application firewall rules to block uploads containing known malicious signatures or suspicious file extensions. Correlate file upload logs with process execution logs to detect instances where uploaded content is subsequently executed by the application process.
Why prioritize this
This vulnerability merits prompt attention because it permits authenticated remote code execution with no user interaction required. Combined with the HIGH CVSS score (8.1) and significant impact on confidentiality and integrity, it represents a direct path to system compromise for any attacker holding valid credentials. Prioritize patching ahead of lower-severity issues, especially if your docuForm GmbH Client instances handle sensitive or regulated data.
Risk score, explained
The CVSS 3.1 score of 8.1 (HIGH) reflects a network-exploitable vulnerability requiring authentication but otherwise straightforward to trigger. The vector CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N indicates high confidentiality and integrity impact (attackers can read and modify data) but no availability impact. The HIGH severity is appropriate given that authenticated compromise of code execution typically enables lateral movement and data exfiltration in real-world attacks.
Frequently asked questions
Do I need admin rights to exploit this vulnerability?
No. The vulnerability can be triggered by any authenticated user, including low-privileged accounts or service accounts. This means compromised credentials at any privilege level create exploitability risk.
Are versions other than 11.11c affected?
The available data confirms vulnerability in version 11.11c. To determine whether earlier or later versions are affected, consult docuForm GmbH's official security advisory, as this information is not yet published in the disclosure.
What is CWE-639 and why does it matter?
CWE-639 (Authorization Bypass Through User-Controlled Key) indicates that the application fails to properly validate whether an authenticated user has permission to upload files or execute code. This class of flaw is often the root cause of privilege escalation and unauthorized actions.
Can I detect if this vulnerability has been exploited on my systems?
Yes. Examine file upload logs and web server access logs for uploads to report.php containing executable content, unusual file extensions, or large binary data. Cross-reference with process execution logs to see if uploaded files were subsequently executed. Endpoint detection and response (EDR) tools can also flag suspicious process spawning from web application processes.
This analysis is based on publicly available vulnerability disclosures as of the publish date. Patch version numbers, KEV status, and detailed exploitation vectors should be verified against the official vendor advisory from docuForm GmbH and the CISA KEV catalog before operational decisions are made. No exploit code or proof-of-concept details are provided herein. Organizations should consult their own security teams and risk management frameworks when prioritizing remediation efforts. 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