Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 501590

Summary: net-analyzer/fail2ban-0.8.12-r1 [php-url-fopen] 2 times in jail.conf
Product: Gentoo Linux Reporter: Christophe PEREZ <chris>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED UPSTREAM    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/fail2ban/fail2ban/commit/993b7d3dfb644b54fd336f5f61c9a1a044ffdb45
Whiteboard:
Package list:
Runtime testing required: ---

Description Christophe PEREZ 2014-02-17 15:54:44 UTC
net-analyzer/fail2ban-0.8.12-r1 jail.conf contains 2 times :

# Ban attackers that try to use PHP's URL-fopen() functionality
# through GET/POST variables. - Experimental, with more than a year
# of usage in production environments.
[php-url-fopen]

enabled  = false
action   = iptables-multiport[name=php-url-open, port="http,https"]
filter   = php-url-fopen
logpath  = /var/www/*/logs/access_log
maxretry = 1


Reproducible: Always