CVE-2026-53659
Last modified
CVE-2026-53659 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| http4k | http4k | < 4.51.0.0; >= 5.0.0.0, < 5.42.0.0; >= 6.0.0.0, < 6.49.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-53659?
How severe is CVE-2026-53659?
How do I fix CVE-2026-53659?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53653Grav is a file-based Web platform. Prior to 1.7.53 and 2.0.0…8.7
- CVE-2026-53654Grav is a file-based Web platform. Prior to 3.8.5, the Login…5.3
- CVE-2026-53655node-tar is a full-featured Tar for Node.js. Prior to 7.5.16…5.5
- CVE-2026-53656FiftyOne is an open-source platform for refining high-qualit…6.3
- CVE-2026-53657Lima launches Linux virtual machines, typically on macOS, fo…8.2
- CVE-2026-53658Fabric CA is a Certificate Authority for Hyperledger Fabric.…6.3
- CVE-2026-5366Prefect version 3.6.23 is vulnerable to remote code executio…9.9
- CVE-2026-53660Open Access Management (OpenAM) is an access management solu…7.4
- CVE-2026-53661Boruta is a standalone authorization server that aims to imp…8.8
- CVE-2026-53662immich is a high performance self-hosted photo and video man…9.6
- CVE-2026-53663React Router is a router for React. From 7.12.0 until 7.15.1…3.1
- CVE-2026-53666React Router is a router for React. In versions 6.4.0 throug…6.1
Are you affected by CVE-2026-53659?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
