CVE-2024-34149: Bypass Popped Element Size Limitcve-2024-34149-bypass-popped-element-size-limit
An element is removed from a stack/collection and discarded or not validated before the remaining collection is validated for size limits. If the collection is subject to policy limits, the discarded element may bypass these limits, leading to denial of service through resource exhaustion. Extract the element and enforce a length check.