Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Remote Denial-of-Service Vulnerability in Fail2ban - exploit.company
header-logo
Suggest Exploit
vendor:
Fail2ban
by:
7.5
CVSS
HIGH
Remote Denial-of-Service
CWE
Product Name: Fail2ban
Affected Version From: Fail2ban 0.8.0
Affected Version To: Fail2ban 0.8.0
Patch Exists: YES
Related CWE:
CPE: cpe:2.3:a:fail2ban_project:fail2ban:0.8.0:*:*:*:*:*:*:*
Metasploit:
Other Scripts:
Platforms Tested:

Remote Denial-of-Service Vulnerability in Fail2ban

The vulnerability in Fail2ban allows remote attackers to add arbitrary IP addresses to the block list used by the application, denying service to legitimate users.

Mitigation:

Upgrade to Fail2ban version 0.8.1 or later.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/25117/info

Fail2ban is prone to a remote denial-of-service vulnerability because the application fails to properly ensure the validity of authentication-failure messages.

Successfully exploiting this issue allows remote attackers to add arbitrary IP addresses to the block list used by the application. This allows attackers to deny further network access to arbitrary IP addresses, denying service to legitimate users.

Fail2ban 0.8.0 and prior versions are vulnerable to this issue. 

This issue may be demonstrated by connecting to an SSH server with 'nc', and sending the following string:

ROOT LOGIN REFUSED hi FROM 1.2.3.4

where '1.2.3.4' is an IP address to be blocked.