CVE-2026-45352: cpp-httplib DoS: Negative chunk-size in chunked Transfer-Encoding

Published May 29, 2026
·
Updated

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.43.4, negative chunk-size in chunked Transfer-Encoding causes unbounded memory allocation and process crash. The ChunkedDecoder::readpayload function in cpp-httplib (httplib.h) parses the chunk-size field of HTTP chunked transfer encoding using std::strtoul(). Per the C standard (§7.22.1.4), strtoul silently accepts a leading minus sign, performing unsigned wrap-around: strtoul("-2", …, 16) returns ULONGMAX − 1 (0xFFFFFFFFFFFFFFFE). The library's only guard (line 12833) rejects ULONGMAX (the result of "-1"), but any other negative value such as "-2" passes validation. The resulting near-maximum value is stored in chunkremaining and controls how many bytes the server's read loop consumes from the network. This vulnerability is fixed in 0.43.4.

Affected Software

2 affected components
Yhirose Cpp-httplib<0.43.4
Yhirose Cpp-httplib<0.43.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade cpp-httplib to a version that resolves this vulnerability.

    Fixed in 0.43.4

Event History

May 29, 2026
CVE Published
via MITRE·07:14 PM
Data Sourced
via MITRE·07:14 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·08:16 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-45352?

CVE-2026-45352 has a medium severity rating of 5.3.

2

How does CVE-2026-45352 affect the cpp-httplib library?

CVE-2026-45352 allows for unbounded memory allocation and potential process crashes due to negative chunk-size in chunked Transfer-Encoding.

3

What is the impact of CVE-2026-45352 on applications using cpp-httplib?

Applications utilizing cpp-httplib may experience Denial of Service due to the vulnerability introduced by improper parsing of chunk sizes.

4

How do I fix CVE-2026-45352?

To fix CVE-2026-45352, upgrade to cpp-httplib version 0.43.4 or later to eliminate the vulnerability.

5

What types of attacks can CVE-2026-45352 enable?

CVE-2026-45352 can enable Denial of Service attacks through unbounded memory allocation leading to application crashes.

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