CVE-2005-3305
published 2005-10-26CVE-2005-3305: Multiple SQL injection vulnerabilities in Nuked Klan 1.7 allow remote attackers to execute arbitrary SQL commands via the (1) forum_id or (2) thread_id…
PriorityP338high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
2.17%
80.0th percentile
Multiple SQL injection vulnerabilities in Nuked Klan 1.7 allow remote attackers to execute arbitrary SQL commands via the (1) forum_id or (2) thread_id parameter in the Forum file, (3) the link_id in the Links file, (4) the artid parameter in the Sections file, and (5) the dl_id parameter in the Download file.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| nuked-klan | nuked-klan | — | — |
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
Nuked-klaN 1.7 Download Module - 'dl_id' SQL Injection
exploitdb·2005-10-24
CVE-2005-3305 Nuked-klaN 1.7 Download Module - 'dl_id' SQL Injection
Nuked-klaN 1.7 Download Module - 'dl_id' SQL Injection
---
source: https://www.securityfocus.com/bid/15181/info
Nuked Klan 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 SQL queries.
These vulnerabilities could permit remote attackers to pass malicious input to database queries, resulting in modification of query logic or other attacks.
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/nk/index.php?file=Download&op=description&dl_id='[SQL]
Exploit-DB
Nuked-klaN 1.7 Links Module - 'link_id' SQL Injection
exploitdb·2005-10-24
CVE-2005-3305 Nuked-klaN 1.7 Links Module - 'link_id' SQL Injection
Nuked-klaN 1.7 Links Module - 'link_id' SQL Injection
---
source: https://www.securityfocus.com/bid/15181/info
Nuked Klan 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 SQL queries.
These vulnerabilities could permit remote attackers to pass malicious input to database queries, resulting in modification of query logic or other attacks.
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.
#!/usr/bin/perl
use LWP::Simple;
if (@ARGV != 2)
{
print "\n Nuked klan 1.7: Remote Exploit\n";
print "-----------------------------
Exploit-DB
Nuked-klaN 1.7 Sections Module - 'artid' SQL Injection
exploitdb·2005-10-24
CVE-2005-3305 Nuked-klaN 1.7 Sections Module - 'artid' SQL Injection
Nuked-klaN 1.7 Sections Module - 'artid' SQL Injection
---
source: https://www.securityfocus.com/bid/15181/info
Nuked Klan 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 SQL queries.
These vulnerabilities could permit remote attackers to pass malicious input to database queries, resulting in modification of query logic or other attacks.
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/nk/index.php?file=Sections&op=article&artid='[SQL]
Exploit-DB
Nuked-klaN 1.7 Forum Module - Multiple SQL Injections
exploitdb·2005-10-24
CVE-2005-3305 Nuked-klaN 1.7 Forum Module - Multiple SQL Injections
Nuked-klaN 1.7 Forum Module - Multiple SQL Injections
---
source: https://www.securityfocus.com/bid/15181/info
Nuked Klan 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 SQL queries.
These vulnerabilities could permit remote attackers to pass malicious input to database queries, resulting in modification of query logic or other attacks.
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/index.php?file=Forum&page=viewtopic&forum_id=[FORUM_ID]' OR id LIKE '%%' /*&thread_id=[THREAD_ID]' AND auteur_
No writeups or analysis indexed.
http://marc.info/?l=bugtraq&m=113017972620427&w=2http://marc.info/?l=bugtraq&m=113019206306710&w=2http://marc.info/?l=bugtraq&m=113019342213796&w=2http://secunia.com/advisories/17304/http://www.nuked-klan.org/http://www.osvdb.org/20337http://www.osvdb.org/20338http://www.osvdb.org/20339http://www.osvdb.org/20340http://www.securityfocus.com/bid/15181http://www.vupen.com/english/advisories/2005/2189https://exchange.xforce.ibmcloud.com/vulnerabilities/22847http://marc.info/?l=bugtraq&m=113017972620427&w=2http://marc.info/?l=bugtraq&m=113019206306710&w=2http://marc.info/?l=bugtraq&m=113019342213796&w=2http://secunia.com/advisories/17304/http://www.nuked-klan.org/http://www.osvdb.org/20337http://www.osvdb.org/20338http://www.osvdb.org/20339http://www.osvdb.org/20340http://www.securityfocus.com/bid/15181http://www.vupen.com/english/advisories/2005/2189https://exchange.xforce.ibmcloud.com/vulnerabilities/22847
2005-10-26
Published