mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-24 20:04:01 +02:00
18 lines
774 B
Markdown
18 lines
774 B
Markdown
### [CVE-2012-0805](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0805)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.sqlalchemy.org/trac/changeset/852b6a1a87e7/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|