Lucene search
K

Monstra 3.0.1 Bruteforce Mitigation Bypass

🗓️ 12 Nov 2014 00:00:00Reported by Paulos YibeloType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 33 Views

Monstra 3.0.1 Admin Bruteforce Limit Bypas

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-9006
20 Nov 201411:00
cve
Cvelist
CVE-2014-9006
20 Nov 201411:00
cvelist
EUVD
EUVD-2014-8834
7 Oct 202500:30
euvd
NVD
CVE-2014-9006
20 Nov 201413:55
nvd
Prion
Design/Logic Flaw
20 Nov 201413:55
prion
`#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.  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

12 Nov 2014 00:00Current
6.8Medium risk
Vulners AI Score6.8
EPSS0.00345
33