CVE-2023-39326

CVSS 3.1 Score 5.3 of 10 (medium)

Details

Published Dec 6, 2023
Updated: Jan 20, 2024

Summary

CVE-2023-39326 is a cybersecurity vulnerability affecting HTTP chunked encoding readers, specifically the net/http implementation in certain programming languages. A malicious sender can manipulate chunk extensions to force receivers to read significantly more data from the network than intended. This can result in a server unintentionally consuming up to 1GB of data when handling failed request bodies. The issue arises due to the discard of metadata in the net/http chunked encoding reader, allowing senders to insert large metadata segments and cause the reader to produce errors when the ratio of real body to encoded bytes becomes too small.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share