CVE-2026-44967: Operation Curl Cc Cwe 000 Cve 2026 44967

A logical memory exhaustion vulnerability stemming from separate payload component limits rather than combined checks. The code checks individual component sizes (like max_raw_response_size_) but fails to enforce a global limit on their sum, allowing an attacker to bypass constraints by supplying heavily sized multiple components (e.g. headers and body).

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0C++
greprules fetch cve-2026-44967-operation-curl-cc-cwe-000-cve-2026-44967 --engine opengrep

Description

A logical memory exhaustion vulnerability stemming from separate payload component limits rather than combined checks. The code checks individual component sizes (like max_raw_response_size_) but fails to enforce a global limit on their sum, allowing an attacker to bypass constraints by supplying heavily sized multiple components (e.g. headers and body).