CVE-2026-22803: Eager Buffer Allocation Doscve-2026-22803-eager-buffer-allocation-dos
Eagerly allocating a buffer based on an unverified length before asynchronously reading chunks can lead to Denial of Service (DoS) via memory exhaustion. Defend against this by deferring allocation until all chunks are successfully read or validating the requested length against known HTTP Content-Length bounds.