ports/113942: security/Denyhosts 2.6 port has a DoS issue

Janos Mohacsi mohacsi at niif.hu
Fri Jun 22 13:00:16 UTC 2007


The following reply was made to PR ports/113942; it has been noted by GNATS.

From: Janos Mohacsi <mohacsi at niif.hu>
To: bug-followup at FreeBSD.org, freebsd1 at indenial.com
Cc:  
Subject: Re: ports/113942: security/Denyhosts 2.6  port has a DoS issue
Date: Fri, 22 Jun 2007 14:55:07 +0200

 This is a multi-part message in MIME format.
 --------------030605040904040503080501
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Approved the changes. To easier commit new files attached to be put in 
 files directory
 
 --------------030605040904040503080501
 Content-Type: text/plain;
  name="patch-DenyHosts_regex.py"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-DenyHosts_regex.py"
 
 
 $FreeBSD$
 
 --- DenyHosts/regex.py.orig
 +++ DenyHosts/regex.py
 @@ -17,7 +17,7 @@
  
  FAILED_ENTRY_REGEX4 = re.compile(r"""Authentication failure for (?P<user>.*) .*from (?P<host>.*)""")
  
 -FAILED_ENTRY_REGEX5 = re.compile(r"""User (?P<user>.*) .*from (?P<host>.*) not allowed because none of user's groups are listed in AllowGroups""")
 +FAILED_ENTRY_REGEX5 = re.compile(r"""User (?P<user>.*) .*from (?P<host>.*) not allowed because none of user's groups are listed in AllowGroups$""")
  
  FAILED_ENTRY_REGEX6 = re.compile(r"""Did not receive identification string .*from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})""")
  
 
 --------------030605040904040503080501--



More information about the freebsd-ports-bugs mailing list