Valve's Source SDK (source-sdk-2013)'s ragdoll model...
Critical severity
Unreviewed
Published
Oct 15, 2025
to the GitHub Advisory Database
•
Updated Oct 15, 2025
Description
Published by the National Vulnerability Database
Oct 15, 2025
Published to the GitHub Advisory Database
Oct 15, 2025
Last updated
Oct 15, 2025
Valve's Source SDK (source-sdk-2013)'s ragdoll model parsing logic contains a stack-based buffer overflow vulnerability.The tokenizer function
nexttokencopies characters from an input string into a fixed-size stack buffer without performing bounds checks. WhenParseKeyValueprocesses a collisionpair rule longer than the destination buffer (256 bytes), an overflow of the stack bufferszTokencan occur and overwrite the function return address. A remote attacker can trigger the vulnerable code by supplying a specially crafted ragdoll model which causes the oversized collisionpair rule to be parsed, resulting in remote code execution on affected clients or servers. Valve has addressed this issue in many of their Source games, but independently-developed games must manually apply patch.References