Security Advisory

CVE-2026-22188

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-01-07 20:26:13
Last updated 2026-03-05 01:30:09
Assigner VulnCheck
State PUBLISHED

Description

Panda3D versions up to and including 1.10.16 deploy-stub 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.