CVE-2006-1076
published 2006-03-09CVE-2006-1076: SQL injection vulnerability in index.php, possibly during a showtopic operation, in Invision Power Board (IPB) 2.1.5 allows remote attackers to execute…
PriorityP334high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
1.09%
61.2th percentile
SQL injection vulnerability in index.php, possibly during a showtopic operation, in Invision Power Board (IPB) 2.1.5 allows remote attackers to execute arbitrary SQL commands via the st parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| invision_power_services | invision_power_board | — | — |
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
Winlpd 1.2 Build 1076 - Remote Buffer Overflow
exploitdb·2006-07-15
CVE-2006-3670 Winlpd 1.2 Build 1076 - Remote Buffer Overflow
Winlpd 1.2 Build 1076 - Remote Buffer Overflow
---
#!/usr/bin/perl
####################################################
#
# A proof of concept Remote Buffer Overflow Exploit
#
# App Vulnerable: Winlpd 1.2 Build 1076 - rabox.com
#
# Possibe some problems with WinXP if exploit doesn't
# work correctly, try another number in var 'loop'.
#
# Buffer size 524 bytes.
#
# Author: Pablo Isola - [email protected]
#
# Neuquen - Patagonia Argentina.
#
# To my friend 'Esteban T.' and all of my friends...
# you know who you are.
#
# Bug Discussion: http://foro.elhacker.net/index.php/topic,131756.htm
####################################################
use Getopt::Std;
use Socket;
my $SOCKET = "";
$loop = 51; # 51 for Windows 2K and 100 to 120 for Windows XP
$host = $ARGV[0];
$port = 515;
Exploit-DB
Invision Power Board 2.1.5 - showtopic SQL Injection
exploitdb·2006-03-06
CVE-2006-1076 Invision Power Board 2.1.5 - showtopic SQL Injection
Invision Power Board 2.1.5 - showtopic SQL Injection
---
source: https://www.securityfocus.com/bid/16971/info
Invision Power Board is prone to an SQL-injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
NOTE: Further information indicates this issue is not a vulnerability; this BID is being retired.
http://www.example.com/index.php?showtopic=208510&pid=1366158&st=-1[sql]&#entry1366158
No writeups or analysis indexed.
http://www.securityfocus.com/archive/1/426875/100/0/threadedhttp://www.securityfocus.com/archive/1/430357/100/0/threadedhttp://www.securityfocus.com/bid/16971https://exchange.xforce.ibmcloud.com/vulnerabilities/25254http://www.securityfocus.com/archive/1/426875/100/0/threadedhttp://www.securityfocus.com/archive/1/430357/100/0/threadedhttp://www.securityfocus.com/bid/16971https://exchange.xforce.ibmcloud.com/vulnerabilities/25254
2006-03-09
Published