| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2014-9006 | 20 Nov 201411:00 | – | cve | |
| CVE-2014-9006 | 20 Nov 201411:00 | – | cvelist | |
| EUVD-2014-8834 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-9006 | 20 Nov 201413:55 | – | nvd | |
| 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