Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157433 Details for
Bug 244943
Security vulnerability - log injection vector - Remote DOS
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix DOS vulnerability in REGEX5
denyhosts-2.6-regex5.patch (text/plain), 694 bytes, created by
Jonathan Underwood
on 2007-06-19 23:53:35 UTC
(
hide
)
Description:
Fix DOS vulnerability in REGEX5
Filename:
MIME Type:
Creator:
Jonathan Underwood
Created:
2007-06-19 23:53:35 UTC
Size:
694 bytes
patch
obsolete
>--- DenyHosts/regex.py.original 2007-06-20 00:50:28.000000000 +0100 >+++ DenyHosts/regex.py 2007-06-20 00:50:58.000000000 +0100 >@@ -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})""") >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244943
: 157433