The FS_CheckFilenameIsNotExecutable function in qcommon/files.c in the ioQuake3 engine 1.36 and earlier, as used in World of Padman, Smokin Guns, OpenArena, Tremulous, and ioUrbanTerror, does not properly determine dangerous file extensions, which allows remote attackers to execute arbitrary code via a crafted third-party addon that creates a Trojan horse DLL file.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Ioquake3_engine | Ioquake3 | * | 1.36 (including) |
Ioquake3_engine | Ioquake3 | 1.36-rc1 (including) | 1.36-rc1 (including) |
Openarena | Openarena | * | * |
Smokin’_guns | Smokin-guns | * | * |
Tremulous | Tremulous | * | * |
Iourbanterror | Urbanterror | * | * |
World_of_padman | Worldofpadman | * | * |
Ioquake3 | Ubuntu | natty | * |
Ioquake3 | Ubuntu | oneiric | * |
Ioquake3 | Ubuntu | quantal | * |
Ioquake3 | Ubuntu | raring | * |
Ioquake3 | Ubuntu | saucy | * |
Ioquake3 | Ubuntu | utopic | * |
Ioquake3 | Ubuntu | vivid | * |
Ioquake3 | Ubuntu | wily | * |
Openarena | Ubuntu | artful | * |
Openarena | Ubuntu | bionic | * |
Openarena | Ubuntu | cosmic | * |
Openarena | Ubuntu | devel | * |
Openarena | Ubuntu | disco | * |
Openarena | Ubuntu | eoan | * |
Openarena | Ubuntu | esm-apps/bionic | * |
Openarena | Ubuntu | esm-apps/focal | * |
Openarena | Ubuntu | esm-apps/jammy | * |
Openarena | Ubuntu | esm-apps/noble | * |
Openarena | Ubuntu | esm-apps/xenial | * |
Openarena | Ubuntu | focal | * |
Openarena | Ubuntu | groovy | * |
Openarena | Ubuntu | hardy | * |
Openarena | Ubuntu | hirsute | * |
Openarena | Ubuntu | impish | * |
Openarena | Ubuntu | jammy | * |
Openarena | Ubuntu | kinetic | * |
Openarena | Ubuntu | lucid | * |
Openarena | Ubuntu | lunar | * |
Openarena | Ubuntu | mantic | * |
Openarena | Ubuntu | maverick | * |
Openarena | Ubuntu | natty | * |
Openarena | Ubuntu | noble | * |
Openarena | Ubuntu | oneiric | * |
Openarena | Ubuntu | oracular | * |
Openarena | Ubuntu | plucky | * |
Openarena | Ubuntu | precise | * |
Openarena | Ubuntu | quantal | * |
Openarena | Ubuntu | raring | * |
Openarena | Ubuntu | saucy | * |
Openarena | Ubuntu | trusty | * |
Openarena | Ubuntu | utopic | * |
Openarena | Ubuntu | vivid | * |
Openarena | Ubuntu | wily | * |
Openarena | Ubuntu | xenial | * |
Openarena | Ubuntu | yakkety | * |
Openarena | Ubuntu | zesty | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.