CVE-2026-44981: CrowdSec LAPI: Denial of Service via Unbounded Gzip Decompression
The LAPI router uses gin-contrib/gzip with DefaultDecompressHandle globally (pkg/apiserver/controllers/controller.go).
This middleware decompresses incoming request bodies without enforcing a maximum decompressed size.
The endpoints /v1/watchers or /v1/watchers/login require no authentication.
An attacker can send small gzip-compressed JSON payloads that, when decompressed, result in hundreds of MB of valid JSON occupying server memory.
Sending enough requests concurrently will cause LAPI to allocate excessive heap memory, leading the OS to forcibly terminate the process.
This vulnerability is not exploitable from the network in default configurations, as LAPI only listens on the loopback interface. If developers’ applications are using a multi-server setup, LAPI will be exposed in the network, in which case they are at risk if untrusted IPs can access it.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-44981 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →