GHSA-273h-gvwr-c3qj

Suggest an improvement
Source
https://github.com/advisories/GHSA-273h-gvwr-c3qj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-273h-gvwr-c3qj/GHSA-273h-gvwr-c3qj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-273h-gvwr-c3qj
Aliases
  • CVE-2026-44981
Published
2026-05-27T19:57:28Z
Modified
2026-05-27T20:00:10.245585880Z
Severity
  • 4.6 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U CVSS Calculator
Summary
CrowdSec LAPI: Denial of Service via Unbounded Gzip Decompression
Details

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.

Impact

Exploiting this vulnerability will make LAPI unreachable, meaning that bouncers will not be able to fetch new decisions (but existing decisions will still be enforced) and log processors will not be able to send alerts, effectively denying the creation of new decisions.

Workarounds

If the LAPI is exposed on the network (either directly or through a reverse proxy), for example in the case of a multi-server deployment, restrict access to trusted IP addresses.

Database specific
{
    "cwe_ids": [
        "CWE-409"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-05-27T19:57:28Z",
    "nvd_published_at": null,
    "severity": "MODERATE"
}
References

Affected packages

Go / github.com/crowdsecurity/crowdsec

Package

Name
github.com/crowdsecurity/crowdsec
View open source insights on deps.dev
Purl
pkg:golang/github.com/crowdsecurity/crowdsec

Affected ranges

Type
SEMVER
Events
Introduced
1.7.0
Fixed
1.7.8

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-273h-gvwr-c3qj/GHSA-273h-gvwr-c3qj.json"