๐Ÿ” CVE Alert

CVE-2026-53659

HIGH 7.5

http4k: Unbounded gzip decompression in `ServerFilters.GZip` / `RequestFilters.GunZip` allowed memory-exhaustion DoS

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

http4k is a functional toolkit for Kotlin HTTP applications. Prior to 4.51.0.0, 5.42.0.0, and 6.49.0.0, ServerFilters.GZip, RequestFilters.GunZip, and the underlying Gzip request-body decompression functions impose no limit on decompressed size. An unauthenticated client can send a small gzip-encoded request body that expands to gigabytes, exhausting the JVM heap and denying service to other clients. The fix uses SizeLimitedInputStream to enforce a default 10 MiB limit, causes ServerFilters.GZip and RequestFilters.GunZip to return 413 Request Entity Too Large, and causes other decompression paths to throw SizeLimitExceededException. This issue is fixed in versions 4.51.0.0, 5.42.0.0, and 6.49.0.0.

CWE CWE-409
Vendor http4k
Product http4k
Published Sep 14, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for http4k http4k

Be the first to know when new high vulnerabilities affecting http4k http4k are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

http4k / http4k
< 4.51.0.0 >= 5.0.0.0, < 5.42.0.0 >= 6.0.0.0, < 6.49.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/http4k/http4k/security/advisories/GHSA-g4w2-6h2r-3m3w github.com: https://github.com/http4k/http4k/commit/2618fe08f9801353012561ae1f1382fa2d37bac9 github.com: https://github.com/http4k/http4k/commit/9f9e02f8efbbe04e0c70f1c46eef5d9d9067ea5b github.com: https://github.com/http4k/http4k/releases/tag/6.49.0.0