Wee Enhanced Environment for Chat (aka WeeChat) 0.3.4 and earlier does not properly verify that the server hostname matches the domain name of the subject of an X.509 certificate, which allows man-in-the-middle attackers to spoof an SSL chat server via an arbitrary certificate, related to incorrect use of the GnuTLS API.
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 |
---|---|---|---|
Weechat | Flashtux | * | 0.3.4 (including) |
Weechat | Flashtux | 0.0.1 (including) | 0.0.1 (including) |
Weechat | Flashtux | 0.0.2 (including) | 0.0.2 (including) |
Weechat | Flashtux | 0.0.3 (including) | 0.0.3 (including) |
Weechat | Flashtux | 0.0.4 (including) | 0.0.4 (including) |
Weechat | Flashtux | 0.0.5 (including) | 0.0.5 (including) |
Weechat | Flashtux | 0.0.6 (including) | 0.0.6 (including) |
Weechat | Flashtux | 0.0.7 (including) | 0.0.7 (including) |
Weechat | Flashtux | 0.0.8 (including) | 0.0.8 (including) |
Weechat | Flashtux | 0.0.9 (including) | 0.0.9 (including) |
Weechat | Flashtux | 0.1.0 (including) | 0.1.0 (including) |
Weechat | Flashtux | 0.1.1 (including) | 0.1.1 (including) |
Weechat | Flashtux | 0.1.2 (including) | 0.1.2 (including) |
Weechat | Flashtux | 0.1.3 (including) | 0.1.3 (including) |
Weechat | Flashtux | 0.1.4 (including) | 0.1.4 (including) |
Weechat | Flashtux | 0.1.5 (including) | 0.1.5 (including) |
Weechat | Flashtux | 0.1.6 (including) | 0.1.6 (including) |
Weechat | Flashtux | 0.1.7 (including) | 0.1.7 (including) |
Weechat | Flashtux | 0.1.8 (including) | 0.1.8 (including) |
Weechat | Flashtux | 0.1.9 (including) | 0.1.9 (including) |
Weechat | Flashtux | 0.2.0 (including) | 0.2.0 (including) |
Weechat | Flashtux | 0.2.1 (including) | 0.2.1 (including) |
Weechat | Flashtux | 0.2.2 (including) | 0.2.2 (including) |
Weechat | Flashtux | 0.2.3 (including) | 0.2.3 (including) |
Weechat | Flashtux | 0.2.4 (including) | 0.2.4 (including) |
Weechat | Flashtux | 0.2.5 (including) | 0.2.5 (including) |
Weechat | Flashtux | 0.2.6 (including) | 0.2.6 (including) |
Weechat | Flashtux | 0.2.6.1 (including) | 0.2.6.1 (including) |
Weechat | Flashtux | 0.2.6.2 (including) | 0.2.6.2 (including) |
Weechat | Flashtux | 0.2.6.3 (including) | 0.2.6.3 (including) |
Weechat | Flashtux | 0.3.0 (including) | 0.3.0 (including) |
Weechat | Flashtux | 0.3.1 (including) | 0.3.1 (including) |
Weechat | Flashtux | 0.3.1.1 (including) | 0.3.1.1 (including) |
Weechat | Flashtux | 0.3.2 (including) | 0.3.2 (including) |
Weechat | Flashtux | 0.3.3 (including) | 0.3.3 (including) |
Weechat | Ubuntu | dapper | * |
Weechat | Ubuntu | hardy | * |
Weechat | Ubuntu | karmic | * |
Weechat | Ubuntu | lucid | * |
Weechat | Ubuntu | maverick | * |
Weechat | Ubuntu | natty | * |
Weechat | Ubuntu | oneiric | * |
Weechat | Ubuntu | precise | * |
Weechat | Ubuntu | quantal | * |
Weechat | Ubuntu | raring | * |
Weechat | Ubuntu | saucy | * |
Weechat | Ubuntu | upstream | * |
Weechat | Ubuntu | utopic | * |
Weechat | Ubuntu | vivid | * |
Weechat | Ubuntu | wily | * |
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.