WordPress 3.5.1 Denial of Service

2013-06-11 / 2013-06-30
Risk: Low
Local: No
Remote: Yes
CWE: CWE-310


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

Version 3.5.1 (latest) of popular blogging engine WordPress suffers from remote denial of service vulnerability. The bug exists in encryption module (class-phpass.php). The exploitation of this vulnerability is possible only when at least one post is protected by a password. Time frames: 31.05.2013 WordPress security team has been informed about the vulnerability (no response). 07.06.2013 The vulnerability has been released to the public. More information (including proof of concept): https://vndh.net/note:wordpress-351-denial-service A way out (before official WordPress update) to secure existing installations is to apply the following patch: --- wp-includes/class-phpass.php +++ wp-includes/class-phpass.php @@ -120,7 +120,7 @@ return $output; $count_log2 = strpos($this->itoa64, $setting[3]); - if ($count_log2 < 7 || $count_log2 > 30) + if ($count_log2 < 7 || $count_log2 > 13) return $output; $count = 1 << $count_log2;

References:

https://vndh.net/note:wordpress-351-denial-service
https://cxsecurity.com/issue/WLB-2013060249


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