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.
Use CWE-457, Cmu vendor hub and Panda3d product page to widen CVE-2026-22188 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2026-22189 and CVE-2026-22190 for nearby disclosures in the same product family.