cve/2008/CVE-2008-6986.md
2024-06-18 02:51:15 +02:00

18 lines
832 B
Markdown

### [CVE-2008-6986](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6986)
![](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
SQL injection vulnerability in the actionMultipleAddProduct function in includes/classes/shopping_cart.php in Zen Cart 1.3.0 through 1.3.8a, when magic_quotes_gpc is disabled, allows remote attackers to execute arbitrary SQL commands via the products_id array parameter in a multiple_products_add_product action, a different vulnerability than CVE-2008-6985.
### POC
#### Reference
- http://www.zen-cart.com/forum/showthread.php?p=604473
#### Github
No PoCs found on GitHub currently.