Lucene search
+L

Monstra <= 3.0.1 Admin Bruteforce Limit Bypass

🗓️ 12 Nov 2014 00:00:00Reported by Paulos YibeloType 
zdt
 zdt
🔗 0day.today👁 53 Views

Monstra admin login bruteforce limit bypass vulnerability in version 3.0.

Code
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.

#  0day.today [2018-03-31]  #

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.9Medium risk
Vulners AI Score6.9
53