HIGH 7.5

CVE-2026-51926: User Enumeration in docuForm FSM Client v.11.11c – Analysis & Remediation

A vulnerability in docuForm GmbH FSM Client version 11.11c allows attackers to identify valid user accounts without authentication. By submitting login attempts, an attacker can observe differences in how the system responds to existing versus non-existing usernames. This user enumeration flaw doesn't directly compromise accounts, but it significantly reduces the difficulty of subsequent attacks like password guessing or credential stuffing, making it a stepping stone to account compromise.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-203
Affected products
0 configuration(s)
Published / Modified
2026-07-09 / 2026-07-10

NVD description (verbatim)

An issue in docuForm GmbH FSM Client v.11.11c allows a remote attacker to obtain sensitive information via the login.php component. A vulnerability was identified in the authentication mechanism that allows user enumeration through the login interface. An attacker can differentiate between valid and invalid usernames based on variations in server responses. This information can be leveraged to identify existing accounts and facilitate further attacks, including brute-force or credential stuffing.

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-51926 is a user enumeration vulnerability (CWE-203: Observable Discrepancy) in the login.php component of FSM Client v.11.11c. The authentication mechanism lacks proper response normalization, allowing an unauthenticated remote attacker to distinguish between valid and invalid usernames through differential server responses. This could be exploited to build a roster of legitimate accounts within a target organization, which can then be used in downstream brute-force or credential-stuffing campaigns. The vulnerability carries a CVSS v3.1 score of 7.5 (HIGH), reflecting high confidentiality impact with no authentication requirement and network-accessible entry point.

Business impact

User enumeration directly threatens account security posture by allowing attackers to focus their efforts on known valid accounts rather than wasting resources on random guessing. Organizations running FSM Client v.11.11c face elevated risk of account compromise through targeted credential attacks. This is particularly damaging if user enumeration is combined with weak password policies or breach data containing credentials for those same accounts. The vulnerability also undermines the organization's ability to maintain confidentiality of its user roster, which may violate compliance expectations for user privacy.

Affected systems

docuForm GmbH FSM Client version 11.11c is affected. Organizations should verify all instances of FSM Client in their environment and document the version numbers currently in use. The vulnerability is network-accessible and requires no authentication, so any externally exposed login interface poses immediate risk.

Exploitability

Exploitability is straightforward: the vulnerability requires only unauthenticated network access to the login interface and no special privileges. An attacker can repeatedly submit login requests and observe response patterns—timing, HTTP status codes, error message content, or page size differences—to enumerate accounts. Tooling to automate this attack is trivial to develop. The low attack complexity and lack of user interaction required classify this as highly exploitable in practice, despite the moderate barrier to automated detection.

Remediation

Organizations must upgrade to a patched version of FSM Client beyond v.11.11c. After patching, implement compensating controls: rate-limit login attempts per IP address, enforce consistent response messages for both valid and invalid usernames, introduce artificial delays to mask timing side-channels, and deploy account lockout policies to discourage brute-force attempts. Monitor login logs for patterns consistent with enumeration attacks (many failed attempts with varied usernames from single IP addresses).

Patch guidance

Verify with docuForm GmbH's advisory for the specific patched version addressing CVE-2026-51926. Plan an upgrade cycle prioritizing systems with externally accessible login interfaces or high-value user accounts. Test the patched version in a non-production environment to confirm compatibility with dependent systems before broad deployment. Apply patches expeditiously, as user enumeration significantly amplifies risk if combined with other authentication weaknesses.

Detection guidance

Monitor login attempt logs for behavioral signatures of enumeration: rapid-fire failed login attempts against many different usernames from a single source IP, systematic iteration through common username patterns (admin, test, user1, etc.), or correlated timing patterns across multiple failed attempts. Configure SIEM rules to alert on login failure rates exceeding baseline thresholds per IP address. Implement Web Application Firewall (WAF) rules to detect and throttle suspicious login patterns. Consider deploying multi-factor authentication (MFA) as a detective control—if accounts are being compromised despite enumeration, MFA will reveal the breach through login anomalies.

Why prioritize this

This vulnerability merits prompt remediation despite not being on the KEV catalog. The combination of unauthenticated network accessibility, high CVSS score (7.5), and trivial exploitability makes it an attractive reconnaissance target for threat actors. User enumeration is a well-known tactic in credential attack campaigns; patching removes a foundational attack surface. Organizations with externally facing FSM Client instances should prioritize this immediately, while those with internal-only deployments should still address it within 30 days.

Risk score, explained

The CVSS 7.5 score reflects: Attack Vector (Network) and Attack Complexity (Low) indicating easy remote exploitation; Privileges Required (None) confirming no authentication needed; User Interaction (None) showing autonomous attack execution; and Confidentiality (High) capturing the disclosure of user account existence. The lack of Integrity and Availability impact (both None) limits the score from critical ranges. In the broader risk context, this vulnerability's real danger emerges when combined with weak passwords or credential breaches—it's a critical enabler for account takeover, justifying close monitoring even if the standalone CVSS does not reach critical thresholds.

Frequently asked questions

Can this vulnerability be exploited from the internet, or only internally?

The vulnerability is network-accessible with no authentication required, so it can be exploited from the internet against any FSM Client v.11.11c instance exposed to the network. Even internal instances are at risk if an attacker gains any network foothold (compromised internal host, rogue employee, compromised supplier VPN) from which to enumerate accounts.

Does patching this vulnerability alone prevent account compromise?

Patching eliminates user enumeration as an attack vector, but it does not inherently strengthen password quality or account recovery procedures. Organizations should patch this vulnerability in combination with strong password policies, multi-factor authentication, and monitoring for suspicious login activity for comprehensive account protection.

What should I do if I believe my users have been enumerated via this vulnerability?

Review login logs for suspicious enumeration patterns, monitor those enumerated accounts for unauthorized login attempts, and consider proactive password resets for high-value accounts. If unauthorized access is detected, escalate to incident response. Implement MFA on affected accounts to add a barrier even if credentials are compromised.

Is there a workaround if I cannot patch immediately?

While patching is the only complete remediation, you can reduce exposure by restricting network access to the login interface (IP whitelisting, VPN-only access), rate-limiting login attempts, and deploying WAF rules to detect enumeration patterns. These controls mitigate but do not eliminate the vulnerability.

This analysis is based on vulnerability data published as of July 2026. Patch versions and advisory timelines referenced should be verified against official docuForm GmbH security bulletins. Organizations are responsible for assessing their specific risk posture and confirming patch applicability before deployment. No exploit code or weaponized proof-of-concept details are provided. For real-time advisories and vendor-specific guidance, consult the official National Vulnerability Database (NVD) and vendor security pages. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).