CWE-89
Overview
- CWE ID
- 89
- CWE Name
- Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CWE Abstraction
- Base
- CWE structure
- Simple
- CWE Status
- Stable
Description
The software constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a down