Dotclear <= 2.6.2 (XML-RPC Interface) Authentication Bypass

2014.05.22
Risk: High
Local: No
Remote: Yes
CWE: CWE-287


CVSS Base Score: 5.8/10
Impact Subscore: 4.9/10
Exploitability Subscore: 8.6/10
Exploit range: Remote
Attack complexity: Medium
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: None

------------------------------------------------------------------------- Dotclear <= 2.6.2 (XML-RPC Interface) Authentication Bypass Vulnerability ------------------------------------------------------------------------- [-] Software Link: http://dotclear.org/ [-] Affected Versions: Version 2.6.2 and probably prior versions. [-] Vulnerability Description: The vulnerable code is located in the dcXmlRpc::setUser() method (inc/core/class.dc.xmlrpc.php): 262. /* Internal methods 263. --------------------------------------------------- */ 264. private function setUser($user_id,$pwd) 265. { 266. if ($this->core->auth->userID() == $user_id) { 267. return true; 268. } 269. 270. if ($this->core->auth->checkUser($user_id,$pwd) !== true) { 271. throw new Exception('Login error'); 272. } 273. 274. return true; The vulnerability exists because of the method not properly verifying the provided password before being used in a call to the dcAuth::checkUser() method at line 270. This could be exploited to bypass the authentication mechanism by sending an XML-RPC request with a valid username and an empty password. Successful exploitation of this vulnerability requires the XML-RPC interface to be enabled (disabled by default). [-] Solution: Update to version 2.6.3. [-] Disclosure Timeline: [14/05/2014] - Vendor notified [15/05/2014] - Vendor response [16/05/2014] - Version 2.6.3 released: http://dotclear.org/blog/post/2014/05/16/Dotclear-2.6.3 [16/05/2014] - CVE number requested [19/05/2014] - CVE number assigned [21/05/2014] - Public disclosure [-] CVE Reference: The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CVE-2014-3781 to this vulnerability. [-] Credits: Vulnerability discovered by Egidio Romano. [-] Original Advisory: http://karmainsecurity.com/KIS-2014-05

References:

http://karmainsecurity.com/KIS-2014-05


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top