mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-13 22:32:09 +02:00
18 lines
710 B
Markdown
18 lines
710 B
Markdown
### [CVE-2018-7269](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7269)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The findByCondition function in framework/db/ActiveRecord.php in Yii 2.x before 2.0.15 allows remote attackers to conduct SQL injection attacks via a findOne() or findAll() call, unless a developer recognizes an undocumented need to sanitize array input.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/jiangsir404/PHP-code-audit
|
|
|