CVE-2026-56725
8.7Zammad · Zammad
An unauthenticated denial of service vulnerability exists in Zammad via the OTRS import endpoint, where missing authentication checks allow attackers to exhaust server resources.
Executive summary
An unauthenticated remote attacker can cause a denial of service on Zammad installations by exhausting the Puma worker pool through a specifically crafted API request.
Vulnerability
The vulnerability stems from missing authentication guards on the import_check and import_status actions within the Zammad API. An unauthenticated attacker can trigger a resource intensive retry loop that blocks request workers for approximately two minutes per request, leading to complete service exhaustion.
Business impact
This vulnerability carries a CVSS score of 8.7, which indicates a high-severity risk to business operations. Because the flaw allows for trivial, unauthenticated denial of service, it poses a direct threat to the availability of the helpdesk system, potentially halting customer support workflows and damaging organizational productivity.
Remediation
Immediate Action: Update all Zammad instances to version 7.0.2 or later to apply the necessary authentication guards and prevent the resource-intensive loop.
Proactive Monitoring: Review web server access logs for repeated POST requests to /api/v1/import/otrs/import_check originating from unauthorized sources.
Compensating Controls: Implement rate limiting or block access to the /api/v1/import/otrs/ endpoint at the Web Application Firewall (WAF) layer until the patch can be applied.
Exploitation status
Public Exploit Available: No
Analyst recommendation
The high severity of this vulnerability, combined with the ease of exploitation, necessitates immediate attention. Administrators should prioritize upgrading to version 7.0.2 to close the authentication gap and restore system resilience against denial of service attacks.
More Zammad CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section