7.5
CVE-2012-0805
- EPSS 1.65%
- Veröffentlicht 05.06.2012 22:55:08
- Zuletzt bearbeitet 11.04.2025 00:51:21
- Quelle secalert@redhat.com
- Teams Watchlist Login
- Unerledigt Login
Multiple SQL injection vulnerabilities in SQLAlchemy before 0.7.0b4, as used in Keystone, allow remote attackers to execute arbitrary SQL commands via the (1) limit or (2) offset keyword to the select function, or unspecified vectors to the (3) select.limit or (4) select.offset function.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Sqlalchemy ≫ Sqlalchemy Updateb3 Version <= 0.7.0
Sqlalchemy ≫ Sqlalchemy Version0.6.0
Sqlalchemy ≫ Sqlalchemy Version0.6.0 Updatebeta1
Sqlalchemy ≫ Sqlalchemy Version0.6.0 Updatebeta2
Sqlalchemy ≫ Sqlalchemy Version0.6.0 Updatebeta3
Sqlalchemy ≫ Sqlalchemy Version0.6.1
Sqlalchemy ≫ Sqlalchemy Version0.6.2
Sqlalchemy ≫ Sqlalchemy Version0.6.3
Sqlalchemy ≫ Sqlalchemy Version0.6.4
Sqlalchemy ≫ Sqlalchemy Version0.6.5
Sqlalchemy ≫ Sqlalchemy Version0.6.6
Sqlalchemy ≫ Sqlalchemy Version0.6.7
Sqlalchemy ≫ Sqlalchemy Version0.7.0 Updateb1
Sqlalchemy ≫ Sqlalchemy Version0.7.0 Updateb2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.65% | 0.803 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.5 | 10 | 6.4 |
AV:N/AC:L/Au:N/C:P/I:P/A:P
|
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
The product 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 downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.