#VU123627 Improper handling of highly compressed data in Cpp-httplib - CVE-2026-28435
Published: March 9, 2026
Cpp-httplib
Cpp-httplib Project
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to the application does not enforce Server::set_payload_max_length() on the decompressed request body when using HandlerWithContentReader. A remote attacker can supply a specially crafted gzip data to the application and consume all available CPU and memory resources leading to a denial of service condition.