CVE-2026-59938: Unbounded Bytes Padding Dos

Data volume expansion using derived multiplier without prior maximum limits. An attacker can provide large arbitrary dimension variables that result in massive memory allocations, causing Out-Of-Memory (OOM) application denial of service. Ensure the dimensions or the resultant buffer sizes are constrained against a maximum limit before memory expansion / str

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Python
greprules fetch cve-2026-59938-unbounded-bytes-padding-dos --engine opengrep

Description

Data volume expansion using derived multiplier without prior maximum limits. An attacker can provide large arbitrary dimension variables that result in massive memory allocations, causing Out-Of-Memory (OOM) application denial of service. Ensure the dimensions or the resultant buffer sizes are constrained against a maximum limit before memory expansion / str