The RSA Identity Governance and Lifecycle software and RSA Via Lifecycle and Governance products prior to 7.1.0 P08 contain a SQL Injection vulnerability in Workflow Architect. A remote authenticated malicious user could potentially exploit this vulnerability to execute SQL commands on the back-end database to gain unauthorized access to the data by supplying specially crafted input data to the affected application.
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 |
---|---|---|---|
Rsa_identity_governance_and_lifecycle | Dell | 7.0.1 (including) | 7.0.1 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.1-p1 (including) | 7.0.1-p1 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.1-p2_hotfix2 (including) | 7.0.1-p2_hotfix2 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.1-p3 (including) | 7.0.1-p3 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.1-p4 (including) | 7.0.1-p4 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.1-p5 (including) | 7.0.1-p5 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.1-p5_hotfix2 (including) | 7.0.1-p5_hotfix2 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2 (including) | 7.0.2 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p1 (including) | 7.0.2-p1 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p10 (including) | 7.0.2-p10 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p11 (including) | 7.0.2-p11 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p12 (including) | 7.0.2-p12 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p13 (including) | 7.0.2-p13 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p14 (including) | 7.0.2-p14 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p2 (including) | 7.0.2-p2 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p3 (including) | 7.0.2-p3 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p4 (including) | 7.0.2-p4 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p5 (including) | 7.0.2-p5 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p6 (including) | 7.0.2-p6 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p7 (including) | 7.0.2-p7 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p8 (including) | 7.0.2-p8 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.0.2-p9 (including) | 7.0.2-p9 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.0 (including) | 7.1.0 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.0-p01 (including) | 7.1.0-p01 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.0-p02 (including) | 7.1.0-p02 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.0-p03 (including) | 7.1.0-p03 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.0-p04 (including) | 7.1.0-p04 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.0-p05 (including) | 7.1.0-p05 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.0-p06 (including) | 7.1.0-p06 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.0-p07 (including) | 7.1.0-p07 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.1 (including) | 7.1.1 (including) |
Rsa_identity_governance_and_lifecycle | Dell | 7.1.1-p1 (including) | 7.1.1-p1 (including) |
Rsa_via_lifecycle_and_governance | Dell | 7.0.0 (including) | 7.0.0 (including) |
Rsa_via_lifecycle_and_governance | Dell | 7.0.0-p1 (including) | 7.0.0-p1 (including) |
Rsa_via_lifecycle_and_governance | Dell | 7.0.0-p2 (including) | 7.0.0-p2 (including) |
Rsa_via_lifecycle_and_governance | Dell | 7.0.0-p3 (including) | 7.0.0-p3 (including) |
Rsa_via_lifecycle_and_governance | Dell | 7.0.0-p4 (including) | 7.0.0-p4 (including) |
Rsa_via_lifecycle_and_governance | Dell | 7.0.0-p5 (including) | 7.0.0-p5 (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.