CVE-2026-22188
The deploy-stub component in Panda3D versions up to and including 1.10.16 contains a denial of service vulnerability due to unbounded stack
CVSS
5.5
Medium
EPSS
0.2%
p7
KEV
—
Exploit Today
2
0-100
Published: Jan 7, 2026 · Last modified: Jul 14, 2026 · CWE-457 · CWE-789 · CWE-908
The deploy-stub component in Panda3D versions up to and including 1.10.16 contains a denial of service vulnerability due to unbounded stack allocation. The deploy-stub executable allocates argv_copy and argv_copy2 using alloca() based directly on the attacker-controlled argc value without validation. Supplying a large number of command-line arguments can exhaust stack space and propagate uninitialized stack memory into Python interpreter initialization, resulting in a reliable crash and undefined behavior.