Lucene search
+L

29 matches found

RedhatCVE
RedhatCVE
added 2026/09/15 12:45 p.m.4 views

CVE-2026-53659

A flaw was found in http4k, a functional toolkit for Kotlin HTTP applications. The ServerFilters.GZip and RequestFilters.GunZip functions, along with underlying Gzip request-body decompression, do not limit the decompressed size of incoming data. An unauthenticated client can exploit this by...

7.5CVSS5.7AI score0.00441EPSS
SaveExploits0References7
NVD
NVD
added 2026/09/14 6:17 p.m.5 views

CVE-2026-53659

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...

7.5CVSS0.00441EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/14 5:29 p.m.3 views

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

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...

7.5CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/09/14 5:29 p.m.37 views

CVE-2026-53659

http4k is a functional Kotlin HTTP toolkit. The vulnerability (CWE-409) exists in ServerFilters.GZip , RequestFilters.GunZip , and the underlying gzip decompression functions, which imposed no cap on decompressed size . An unauthenticated client can send a small gzip-encoded request body that exp...

7.5CVSS5.8AI score0.00441EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/14 5:29 p.m.8 views

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

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...

7.5CVSS5.8AI score0.00441EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/14 5:29 p.m.29 views

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

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...

7.5CVSS0.00441EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/14 5:29 p.m.6 views

EUVD-2026-77694

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...

7.5CVSS5.8AI score0.00441EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/09 10:29 a.m.9 views

CVE-2024-55875

CVE-2024-55875 CVE-2024-55875/GHSA-7mj5-hjjj-8rgw/http4k first CVE POC - https://github.com/http4k/http4k/security/advisories/GHSA-7mj5-hjjj-8rgw...

9.8CVSS8.4AI score0.01918EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/08/25 9:00 a.m.8 views

URI Validation Bypass

http4k-security-digest is vulnerable to URI Validation Bypass. The vulnerability is due to the client not validating the uri parameter in the Digest authentication response against the actual request URL, which allows an attacker to replay a captured authentication response against other URLs...

5.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/17 9:57 p.m.12 views

GHSA-P28P-J94Q-PG32 http4k: `DigestAuthProvider.verify` did not bind to request URI

Impact An issue in DigestAuthProvider.verify: The uri parameter in the client's Authorization: Digest … response was not checked against the actual request URL. A captured Digest authentication response could be replayed against any other URL served by the same realm, breaking the per-request-URL...

8.1CVSS5.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/17 9:57 p.m.17 views

http4k: `DigestAuthProvider.verify` did not bind to request URI

Impact An issue in DigestAuthProvider.verify: The uri parameter in the client's Authorization: Digest … response was not checked against the actual request URL. A captured Digest authentication response could be replayed against any other URL served by the same realm, breaking the per-request-URL...

5.4AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/17 9:56 p.m.17 views

GHSA-VXXM-WWQH-MH47 http4k: `DigestAuthProvider.verify` ignored configured algorithm and did not bind to request URI

Impact An issue in DigestAuthProvider.verify: Algorithm silently forced to MD5. The configured algorithm parameter was ignored — every verification used MD5 regardless of configuration. Deployments believing they were running SHA-256 Digest auth were silently inheriting MD5's collision weaknesses...

6.5CVSS5.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/17 9:56 p.m.21 views

http4k: `DigestAuthProvider.verify` ignored configured algorithm and did not bind to request URI

Impact An issue in DigestAuthProvider.verify: Algorithm silently forced to MD5. The configured algorithm parameter was ignored — every verification used MD5 regardless of configuration. Deployments believing they were running SHA-256 Digest auth were silently inheriting MD5's collision weaknesses...

5.4AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/17 9:52 p.m.14 views

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

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...

7.5CVSS5.5AI score0.00441EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/08/17 9:52 p.m.15 views

Improper Handling of Highly Compressed Data (Data Amplification)

Overview Affected versions of this package are vulnerable to Improper Handling of Highly Compressed Data Data Amplification through the Body.gunzipped and Body.gunzippedStream paths in core/core/src/main/kotlin/org/http4k/filter/Gzip.kt and the RequestFilters.GunZip request filter in...

8.7CVSS5.5AI score0.00441EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 9:52 p.m.10 views

GHSA-G4W2-6H2R-3M3W http4k: Unbounded gzip decompression in `ServerFilters.GZip` / `RequestFilters.GunZip` allowed memory-exhaustion DoS

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...

7.5CVSS5.6AI score0.00441EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.20 views

PT-2026-76889

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...

7.5CVSS5.5AI score0.00441EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2024-3444

Malicious code in bioql PyPI...

9.8CVSS6.3AI score0.01918EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/02/05 12:34 a.m.14 views

CVE-2024-55875

http4k is a functional toolkit for Kotlin HTTP applications. Prior to version 6.50.0.0, there is a potential XXE XML External Entity Injection vulnerability when http4k handling malicious XML contents within requests, which might allow attackers to read local sensitive information on server,...

9.8CVSS7.8AI score0.01918EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2025/01/20 12:00 a.m.18 views

The vulnerability of the Kotlin HTTP http4k application library’s functionality is related to incorrect restrictions on XML links to external objects, allowing attackers to perform XXE attacks.

The vulnerability of the Kotlin HTTP http4k application’s toolset is related to incorrect restrictions on XML links to external objects. Exploiting this vulnerability allows a remote attacker to perform XXE attacks...

10CVSS5.5AI score0.01918EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder