The login form in Roundcube Webmail before 0.5.1 does not properly handle a correctly authenticated but unintended login attempt, which makes it easier for remote authenticated users to obtain sensitive information by arranging for a victim to login to the attackers account and then compose an e-mail message, related to a login CSRF issue.
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 |
---|---|---|---|
Webmail | Roundcube | * | 0.5 (including) |
Webmail | Roundcube | 0.1 (including) | 0.1 (including) |
Webmail | Roundcube | 0.1-alpha (including) | 0.1-alpha (including) |
Webmail | Roundcube | 0.1-beta (including) | 0.1-beta (including) |
Webmail | Roundcube | 0.1-beta2 (including) | 0.1-beta2 (including) |
Webmail | Roundcube | 0.1-rc1 (including) | 0.1-rc1 (including) |
Webmail | Roundcube | 0.1-rc2 (including) | 0.1-rc2 (including) |
Webmail | Roundcube | 0.1.1 (including) | 0.1.1 (including) |
Webmail | Roundcube | 0.2 (including) | 0.2 (including) |
Webmail | Roundcube | 0.2-alpha (including) | 0.2-alpha (including) |
Webmail | Roundcube | 0.2-beta (including) | 0.2-beta (including) |
Webmail | Roundcube | 0.2.1 (including) | 0.2.1 (including) |
Webmail | Roundcube | 0.3 (including) | 0.3 (including) |
Webmail | Roundcube | 0.3-beta (including) | 0.3-beta (including) |
Webmail | Roundcube | 0.3-rc1 (including) | 0.3-rc1 (including) |
Webmail | Roundcube | 0.3.1 (including) | 0.3.1 (including) |
Webmail | Roundcube | 0.4 (including) | 0.4 (including) |
Webmail | Roundcube | 0.4-beta (including) | 0.4-beta (including) |
Webmail | Roundcube | 0.4.1 (including) | 0.4.1 (including) |
Webmail | Roundcube | 0.4.2 (including) | 0.4.2 (including) |
Webmail | Roundcube | 0.5-beta (including) | 0.5-beta (including) |
Webmail | Roundcube | 0.5-rc (including) | 0.5-rc (including) |
Roundcube | Ubuntu | hardy | * |
Roundcube | Ubuntu | karmic | * |
Roundcube | Ubuntu | lucid | * |
Roundcube | Ubuntu | maverick | * |
Roundcube | 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.