mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 06:39:42 +02:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
### [CVE-2015-9226](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9226)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Multiple SQL injection vulnerabilities in AlegroCart 1.2.8 allow remote administrators to execute arbitrary SQL commands via the download parameter in the (1) check_download and possibly (2) check_filename function in upload/admin2/model/products/model_admin_download.php or remote authenticated users with a valid Paypal transaction token to execute arbitrary SQL commands via the ref parameter in the (3) orderUpdate function in upload/catalog/extension/payment/paypal.php.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/134362/AlegroCart-1.2.8-SQL-Injection.html
|
|
- http://seclists.org/fulldisclosure/2015/Nov/68
|
|
- https://www.exploit-db.com/exploits/38727/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|