WordPress before 2.6.2 does not properly handle MySQL warnings about insertion of username strings that exceed the maximum column width of the user_login column, and does not properly handle space characters when comparing usernames, which allows remote attackers to change an arbitrary users password to a random value by registering a similar username and then requesting a password reset, related to a SQL column truncation vulnerability. NOTE: the attacker can discover the random password by also exploiting CVE-2008-4107.
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 |
---|---|---|---|
Wordpress | Wordpress | * | 2.6.1 (including) |
Wordpress | Wordpress | 0.71-gold (including) | 0.71-gold (including) |
Wordpress | Wordpress | 1.0-platinum (including) | 1.0-platinum (including) |
Wordpress | Wordpress | 1.0.1-miles (including) | 1.0.1-miles (including) |
Wordpress | Wordpress | 1.0.2-blakey (including) | 1.0.2-blakey (including) |
Wordpress | Wordpress | 1.2-delta (including) | 1.2-delta (including) |
Wordpress | Wordpress | 1.2-mingus (including) | 1.2-mingus (including) |
Wordpress | Wordpress | 1.2.1 (including) | 1.2.1 (including) |
Wordpress | Wordpress | 1.2.2 (including) | 1.2.2 (including) |
Wordpress | Wordpress | 1.5-strayhorn (including) | 1.5-strayhorn (including) |
Wordpress | Wordpress | 1.5.1.1 (including) | 1.5.1.1 (including) |
Wordpress | Wordpress | 1.5.1.2 (including) | 1.5.1.2 (including) |
Wordpress | Wordpress | 1.5.1.3 (including) | 1.5.1.3 (including) |
Wordpress | Wordpress | 1.5.2 (including) | 1.5.2 (including) |
Wordpress | Wordpress | 2.0 (including) | 2.0 (including) |
Wordpress | Wordpress | 2.0.1 (including) | 2.0.1 (including) |
Wordpress | Wordpress | 2.0.4 (including) | 2.0.4 (including) |
Wordpress | Wordpress | 2.0.5 (including) | 2.0.5 (including) |
Wordpress | Wordpress | 2.0.6 (including) | 2.0.6 (including) |
Wordpress | Wordpress | 2.0.7 (including) | 2.0.7 (including) |
Wordpress | Wordpress | 2.0.9 (including) | 2.0.9 (including) |
Wordpress | Wordpress | 2.0.10 (including) | 2.0.10 (including) |
Wordpress | Wordpress | 2.0.11 (including) | 2.0.11 (including) |
Wordpress | Wordpress | 2.1 (including) | 2.1 (including) |
Wordpress | Wordpress | 2.1.1 (including) | 2.1.1 (including) |
Wordpress | Wordpress | 2.1.2 (including) | 2.1.2 (including) |
Wordpress | Wordpress | 2.1.3 (including) | 2.1.3 (including) |
Wordpress | Wordpress | 2.2 (including) | 2.2 (including) |
Wordpress | Wordpress | 2.2.1 (including) | 2.2.1 (including) |
Wordpress | Wordpress | 2.2.2 (including) | 2.2.2 (including) |
Wordpress | Wordpress | 2.2.3 (including) | 2.2.3 (including) |
Wordpress | Wordpress | 2.5 (including) | 2.5 (including) |
Wordpress | Wordpress | 2.5.1 (including) | 2.5.1 (including) |
Wordpress | Wordpress | 2.6 (including) | 2.6 (including) |
Wordpress | Ubuntu | dapper | * |
Wordpress | Ubuntu | feisty | * |
Wordpress | Ubuntu | gutsy | * |
Wordpress | Ubuntu | hardy | * |
Wordpress | Ubuntu | intrepid | * |
Wordpress | Ubuntu | upstream | * |
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.