CVE-2026-53659: High severity maven/org.http4k:http4k-core vulnerability

Published Aug 17, 2026
·
Updated

Impact

ServerFilters.GZip and RequestFilters.GunZip (and the underlying Gzip functions used to decompress request bodies) did not impose any cap on the decompressed size. A small malicious gzip-encoded request body (on the order of kilobytes) could decompress to gigabytes, exhausting the JVM heap and denying service to other clients.

Who is affected: any http4k server that accepts gzip-encoded requests via ServerFilters.GZip or RequestFilters.GunZip. Exploitable by any unauthenticated client. The vulnerability was introduced on 2017-08-01 (commit 2618fe08f9) and was present for ~9 years.

Patches

| Line | Fixed in | Edition | |------|----------|---------| | v6.x (Community) | 6.49.0.0 | Community | | v5.x (LTS) | 5.42.0.0 | Enterprise — contact enterprise@http4k.org | | v4.x (LTS) | 4.51.0.0 | Enterprise — contact enterprise@http4k.org |

The fix caps decompression at 10MB by default; oversized requests through ServerFilters.GZip / RequestFilters.GunZip now return 413 Request Entity Too Large, and decompressing elsewhere throws SizeLimitExceededException. The keyed hmacSHA256 helper and other safe paths are unaffected.

Workarounds

For deployments that cannot upgrade immediately: - Replace the GZip / GunZip filters with custom versions that wrap the decompressed InputStream in a size-limited reader, or - Strip gzip-encoded request support at the edge (CDN, reverse proxy, or load balancer).

References

- Vulnerability introduced: 2618fe08f9 - Fix release: v6.49.0.0 - Background: CWE-409 — Improper Handling of Highly Compressed Data

Affected Software

3 affected componentsFixes available
maven/org.http4k:http4k-core>=6.0.0.0<6.49.0.0
6.49.0.0
maven/org.http4k:http4k-core<=4.48.2.0
maven/org.http4k:http4k-core>=5.0.0.0<5.42.0.0
5.42.0.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade maven/org.http4k:http4k-core to a version that resolves this vulnerability.

    Fixed in 6.49.0.0
  2. Upgrade

    Upgrade maven/org.http4k:http4k-core to a version that resolves this vulnerability.

    Fixed in 5.42.0.0
  3. Upgrade

    Upgrade http4k to a version that resolves this vulnerability.

    Fixed in 4.51.0.0
  4. Upgrade

    Upgrade http4k to a version that resolves this vulnerability.

    Fixed in 5.42.0.0
  5. Upgrade

    Upgrade http4k to a version that resolves this vulnerability.

    Fixed in 6.49.0.0
  6. Configuration

    For deployments that cannot upgrade immediately, rely on the built-in cap: oversized gzip-encoded request bodies sent through `ServerFilters.GZip` / `RequestFilters.GunZip` should return `413 Request Entity Too Large` (and decompressing elsewhere should throw `SizeLimitExceededException`).

    http4k ServerFilters.GZip / RequestFilters.GunZip gzip request decompression size limit = 10MB (default cap)
  7. Configuration

    Replace `GZip` / `GunZip` filters with custom versions that wrap the decompressed `InputStream` in a size-limited reader (cap decompressed size to prevent decompression bombs).

    http4k ServerFilters.GZip / RequestFilters.GunZip filter implementation = custom size-limited decompression
  8. Compensating control

    Strip gzip-encoded request support at the edge (CDN, reverse proxy, or load balancer) to prevent gzip-encoded requests from reaching the http4k server.

Event History

Aug 17, 2026
Advisory Published
via GitHub·09:52 PM
Data Sourced
via GitHub·09:52 PM
DescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-53659?

CVE-2026-53659 has a severity rating of high, with a CVSS score of 7.5.

2

What impact does CVE-2026-53659 have on systems?

CVE-2026-53659 can lead to denial of service by allowing malicious gzip-encoded request bodies to consume excessive decompressed memory.

3

How do I fix CVE-2026-53659?

To fix CVE-2026-53659, update to the latest version of http4k that addresses this vulnerability.

4

Who is affected by CVE-2026-53659?

CVE-2026-53659 affects systems using the http4k library, specifically versions prior to the security fix.

5

What software is associated with CVE-2026-53659?

CVE-2026-53659 is associated with the http4k-core component of the maven/org.http4k package.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203