Advisories

Panda3D <= 1.10.16 egg-mkfont Format String Information Disclosure

Go Back
severity
medium
date
Affecting
  • Panda3D <= 1.10.16

CWE
  • CWE-134 Use of Externally-Controlled Format String
CVSS
5.1
CVSS V4 Vector
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
Credit
Ron Edgerson
Description
Panda3D versions up to and including 1.10.16 egg-mkfont contains an uncontrolled format string vulnerability. The -gp (glyph pattern) command-line option is used directly as the format string for sprintf() with only a single argument supplied. If an attacker provides additional format specifiers, egg-mkfont may read unintended stack values and write the formatted output into generated .egg and .png files, resulting in disclosure of stack-resident memory and pointer values.