CVE-2026-44981 Details
Description
CrowdSec offers crowdsourced protection against malicious IPs. From 1.7.0 until 1.7.8, the LAPI router used gin-contrib/gzip with DefaultDecompressHandle globally in pkg/apiserver/controllers/controller.go, causing /v1/watchers and /v1/watchers/login to decompress unauthenticated gzip-compressed JSON request bodies without enforcing a maximum decompressed size and allowing excessive heap allocation that can make LAPI unreachable. This issue is fixed in version 1.7.8.
A denial-of-service vulnerability has been identified in CrowdSec LAPI versions 1.7.0 prior to 1.7.8. The issue arises in the LAPI router, which uses 'gin-contrib/gzip' to globally decompress incoming gzip-compressed JSON request bodies on the '/v1/watchers' and '/v1/watchers/login' endpoints. This decompression is performed without enforcing a maximum size, allowing attackers to send small compressed payloads that expand into large JSON documents, leading to excessive memory allocation. In default configurations, this vulnerability is not exploitable over the network, as LAPI only listens on the loopback interface. However, in a multi-server setup where LAPI is exposed to the network, the vulnerability can be exploited if untrusted IPs have access.
Users can update to CrowdSec LAPI version 1.7.8, where this vulnerability has been fixed. If LAPI is exposed on the network, restrict access to trusted IP addresses.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 16, 2026CISA-ADP
Assessed Jul 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-409 | Improper Handling of Highly Compressed Data (Data Amplification) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| CrowdSec | >= 1.7.0, < 1.7.8 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 17, 2026 | CVE Modified | CISA-ADP |
| Jul 16, 2026 | New CVE Received | [email protected] |
Volerion