Unspecified vulnerability in multiple F-Secure anti-virus products, including Internet Security 2006 through 2008, Anti-Virus 2006 through 2008, and others, allows remote attackers to execute arbitrary code or cause a denial of service (hang or crash) via a malformed archive that triggers an unhandled exception, as demonstrated by the PROTOS GENOME test suite for Archive Formats.
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 |
---|---|---|---|
F-secure_anti-virus | F-secure | 2006 (including) | 2006 (including) |
F-secure_anti-virus | F-secure | 2007 (including) | 2007 (including) |
F-secure_anti-virus | F-secure | 2007-second_edition (including) | 2007-second_edition (including) |
F-secure_anti-virus | F-secure | 2008 (including) | 2008 (including) |
F-secure_anti-virus_client_security | F-secure | * | 6.04 (including) |
F-secure_anti-virus_for_linux | F-secure | * | 4.65 (including) |
F-secure_anti-virus_for_workstations | F-secure | * | 7.11 (including) |
F-secure_anti-virus_linux_client_security | F-secure | * | 5.54 (including) |
F-secure_client_security | F-secure | * | 7.11 (including) |
F-secure_internet_security | F-secure | 2006 (including) | 2006 (including) |
F-secure_internet_security | F-secure | 2007 (including) | 2007 (including) |
F-secure_internet_security | F-secure | 2007-second_edition (including) | 2007-second_edition (including) |
F-secure_internet_security | F-secure | 2008 (including) | 2008 (including) |
F-secure_mobile_antivirus_for_s60 | F-secure | 2nd_edition (including) | 2nd_edition (including) |
F-secure_mobile_antivirus_for_windows_mobile | F-secure | 5.0 (including) | 5.0 (including) |
F-secure_mobile_antivirus_for_windows_mobile | F-secure | 6 (including) | 6 (including) |
F-secure_mobile_antivirus_for_windows_mobile | F-secure | 2003 (including) | 2003 (including) |
F-secure_mobile_security_for_series_80 | F-secure | * | * |
F-secure_protection_service_for_business | F-secure | * | 3.10 (including) |
F-secure_protection_service_for_consumers | F-secure | * | 7.00 (including) |
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.