The XENMEM_exchange handler in Xen 4.2 and earlier does not properly check the memory address, which allows local PV guest OS administrators to cause a denial of service (crash) or possibly gain privileges via unspecified vectors that overwrite memory in the hypervisor reserved range.
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 |
---|---|---|---|
Xen | Xen | * | 4.2.0 (including) |
Xen | Xen | 3.0.2 (including) | 3.0.2 (including) |
Xen | Xen | 3.0.3 (including) | 3.0.3 (including) |
Xen | Xen | 3.0.4 (including) | 3.0.4 (including) |
Xen | Xen | 3.1.3 (including) | 3.1.3 (including) |
Xen | Xen | 3.1.4 (including) | 3.1.4 (including) |
Xen | Xen | 3.2.0 (including) | 3.2.0 (including) |
Xen | Xen | 3.2.1 (including) | 3.2.1 (including) |
Xen | Xen | 3.2.2 (including) | 3.2.2 (including) |
Xen | Xen | 3.2.3 (including) | 3.2.3 (including) |
Xen | Xen | 3.3.0 (including) | 3.3.0 (including) |
Xen | Xen | 3.3.1 (including) | 3.3.1 (including) |
Xen | Xen | 3.3.2 (including) | 3.3.2 (including) |
Xen | Xen | 3.4.0 (including) | 3.4.0 (including) |
Xen | Xen | 3.4.1 (including) | 3.4.1 (including) |
Xen | Xen | 3.4.2 (including) | 3.4.2 (including) |
Xen | Xen | 3.4.3 (including) | 3.4.3 (including) |
Xen | Xen | 3.4.4 (including) | 3.4.4 (including) |
Xen | Xen | 4.0.0 (including) | 4.0.0 (including) |
Xen | Xen | 4.0.1 (including) | 4.0.1 (including) |
Xen | Xen | 4.0.2 (including) | 4.0.2 (including) |
Xen | Xen | 4.0.3 (including) | 4.0.3 (including) |
Xen | Xen | 4.0.4 (including) | 4.0.4 (including) |
Xen | Xen | 4.1.0 (including) | 4.1.0 (including) |
Xen | Xen | 4.1.1 (including) | 4.1.1 (including) |
Xen | Xen | 4.1.2 (including) | 4.1.2 (including) |
Xen | Xen | 4.1.3 (including) | 4.1.3 (including) |
Red Hat Enterprise Linux 5 | RedHat | kernel-0:2.6.18-308.24.1.el5 | * |
Xen | Ubuntu | devel | * |
Xen | Ubuntu | oneiric | * |
Xen | Ubuntu | precise | * |
Xen | Ubuntu | quantal | * |
Xen | Ubuntu | raring | * |
Xen | Ubuntu | saucy | * |
Xen-3.1 | Ubuntu | hardy | * |
Xen-3.2 | Ubuntu | hardy | * |
Xen-3.3 | Ubuntu | lucid | * |
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.