Lucene search

K
packetstormPaulos YibeloPACKETSTORM:129082
HistoryNov 12, 2014 - 12:00 a.m.

Monstra 3.0.1 Bruteforce Mitigation Bypass

2014-11-1200:00:00
Paulos Yibelo
packetstormsecurity.com
25

0.003 Low

EPSS

Percentile

65.8%

`#Monstra <= 3.0.1 Admin Bruteforce Limit Bypass  
  
admin/index.php  
  
:33-42  
  
// Admin login  
if (Request::post('login_submit')) {  
  
if (Cookie::get('login_attempts') && Cookie::get('login_attempts') >= 5) {  
  
$login_error = __('You are banned for 10 minutes. Try again  
later', 'users');  
  
} else {  
  
$user = $users->select("[login='" .  
trim(Request::post('login')) . "']", null);  
}  
  
The code blocks bruteforce attempts simply by placing a cookie called "login_attempts" in the victims browser an attacker can craft a bruteforce script that either clears cookies or does not send cookies at all.  
`

0.003 Low

EPSS

Percentile

65.8%

Related for PACKETSTORM:129082