SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow SecurityAlert Database

Arrow  Topic :

UBBThreads 5.x,6.x md5 hash disclosure


Arrow  SecurityAlert : 1007
Arrow  CVE : CVE-2006-2755
Arrow  SecurityRisk : Medium  Security Risk Medium  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : No
Arrow  Exploit Available : Yes
Arrow  Credit : chris splices org
Arrow  Published : 03.06.2006

Arrow  Affected Software : UBBThreads 5.x,6.x



Arrow  Advisory Content :  

UBBThreads 5.x,6.x md5 hash disclosure

-------------------------------------------

Using XSS such as the one reported earlier:

http://[site]/[ubbpath]/index.php?debug=[xss]

will allow you to inject javascript and steal MD5 Hashes from:

http://[site]/[ubbpath]/editbasic.php

The MD5 is automatically included in the source of the html for a logged on
user, the field type is password so it appears as "******" - although the
source contains the MD5. Below is an example snippet of the html source:

<input type="password" name="ChosenPassword"
value="81dc9bdb52d04dc20036dbd8313ed055" class="formboxes" />

<br />

<br />

Verify Password

<br />

<input type = "password" name = "Verify" value =
"81dc9bdb52d04dc20036dbd8313ed055" class="formboxes" />

A malicious attacker could force a user to perform a GET request to the xss
containing js to steal their hash.

The below javascript would grab the MD5 using the XMLHttpRequest object.
str is defined as the ResponseText from XMLHttpRequest()

function findmd5(str){

var s = str.indexOf('name="ChosenPassword" value="');

var e = str.indexOf('" class=f', s);

return str.substring(s+29, e);

}

-------------------------------------------------

Discovered By:

splices

www.securident.com





Arrow  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

libc:fts_*() Multiple Denial of Service

Security Risk Medium- 2009-10-02

The fts functions are provided for traversing UNIX file hierarchies...

Apache RSS Apache Alert

» Apache 1.3.41 mod_proxy
   Integer overflow (code
   execution)

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion in work
   directory

» Apache Tomcat 6.0.20 and
   5.5.28 insecure partial
   deploy after failed
   undeploy

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion and/or
   alteration

PHP RSS PHP Alert

» PHP 5.2.12/5.3.1
   session.save_path
   safe_mode and
   open_basedir bypass

» PHP 5.2.12/5.3.1 Multiple
   Vulnerabilities

» PHP 5.2.11 libgd multiple
   vulnerabilities

» PHP 5.2.11 tempnam()
   safe_mode bypass

Copyright © SecurityReason.com. All Rights Reserved.