For the Central Licensing Server component used in ABB products ABB Ability™ System 800xA and related system extensions versions 5.1, 6.0 and 6.1, Compact HMI versions 5.1 and 6.0, Control Builder Safe 1.0, 1.1 and 2.0, Symphony Plus -S+ Operations 3.0 to 3.2 Symphony Plus -S+ Engineering 1.1 to 2.2, Composer Harmony 5.1, 6.0 and 6.1, Melody Composer 5.3, 6.1/6.2 and SPE for Melody 1.0SPx (Composer 6.3), Harmony OPC Server (HAOPC) Standalone 6.0, 6.1 and 7.0, ABB Ability™ System 800xA/ Advant® OCS Control Builder A 1.3 and 1.4, Advant® OCS AC100 OPC Server 5.1, 6.0 and 6.1, Composer CTK 6.1 and 6.2, AdvaBuild 3.7 SP1 and SP2, OPCServer for MOD 300 (non-800xA) 1.4, OPC Data Link 2.1 and 2.2, Knowledge Manager 8.0, 9.0 and 9.1, Manufacturing Operations Management 1812 and 1909, ABB AbilityTM SCADAvantage versions 5.1 to 5.6.5, a weakness in validation of input exists that allows an attacker to block license handling by sending specially crafted messages to the CLS web service.
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 |
---|---|---|---|
800xa_system | Abb | 5.1 (including) | 5.1 (including) |
800xa_system | Abb | 5.1-feature_pack_4 (including) | 5.1-feature_pack_4 (including) |
800xa_system | Abb | 5.1-feature_pack_4_revision_d (including) | 5.1-feature_pack_4_revision_d (including) |
800xa_system | Abb | 5.1-revision_a (including) | 5.1-revision_a (including) |
800xa_system | Abb | 5.1-revision_b (including) | 5.1-revision_b (including) |
800xa_system | Abb | 5.1-revision_c (including) | 5.1-revision_c (including) |
800xa_system | Abb | 5.1-revision_d (including) | 5.1-revision_d (including) |
800xa_system | Abb | 5.1-revision_e (including) | 5.1-revision_e (including) |
800xa_system | Abb | 5.1-revision_e_feature_pack_4 (including) | 5.1-revision_e_feature_pack_4 (including) |
800xa_system | Abb | 6.0 (including) | 6.0 (including) |
800xa_system | Abb | 6.0.1 (including) | 6.0.1 (including) |
800xa_system | Abb | 6.0.3 (including) | 6.0.3 (including) |
800xa_system | Abb | 6.0.3.3 (including) | 6.0.3.3 (including) |
800xa_system | Abb | 6.1 (including) | 6.1 (including) |
Compact_hmi | Abb | 5.1 (including) | 5.1 (including) |
Compact_hmi | Abb | 5.1-feature_pack_4_revision_d (including) | 5.1-feature_pack_4_revision_d (including) |
Compact_hmi | Abb | 5.1-revision_b (including) | 5.1-revision_b (including) |
Compact_hmi | Abb | 5.1-revision_d (including) | 5.1-revision_d (including) |
Compact_hmi | Abb | 6.0.1-1 (including) | 6.0.1-1 (including) |
Compact_hmi | Abb | 6.0.3-2 (including) | 6.0.3-2 (including) |
Control_builder_safe | Abb | 1.0 (including) | 1.0 (including) |
Control_builder_safe | Abb | 1.1 (including) | 1.1 (including) |
Control_builder_safe | Abb | 2.0 (including) | 2.0 (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.