Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
http4k: Unbounded gzip decompression in `ServerFilters.GZip` / `RequestFilters.GunZip` allowed memory-exhaustion DoS
Vulnerability 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.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
对高度压缩数据的处理不恰当(数据放大攻击)
Vulnerability Title
http4k 资源管理错误漏洞
Vulnerability Description
http4k是http4k团队开源的一个轻量级但功能齐全的 HTTP 工具包。 http4k 4.51.0.0之前版本、5.0.0.0至5.42.0.0之前版本和6.0.0.0至6.49.0.0之前版本存在资源管理错误漏洞,该漏洞源于ServerFilters.GZip、RequestFilters.GunZip及底层Gzip请求体解压功能未限制解压后大小,未经身份验证的攻击者可发送较小的gzip编码请求体解压为数GB数据,耗尽JVM堆内存并导致其他客户端拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A