cve/2015/CVE-2015-9226.md

20 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2015-9226](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9226)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.