Bug 243204 (CVE-2007-3102)
Summary: | CVE-2007-3102 audit logging of failed logins | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Steve Grubb <sgrubb> | ||||
Component: | vulnerability | Assignee: | Tomas Mraz <tmraz> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | unspecified | CC: | security-response-team | ||||
Target Milestone: | --- | Keywords: | Security | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | RHSA-2007-0555 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-11-07 15:40:38 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Steve Grubb
2007-06-07 20:53:50 UTC
Created attachment 156601 [details]
Patch addressing the issues listed above
This is a patch that I am testing. It would require changing the spec file to
ask for audit-libs >= 1.5.4 since that will be the version of the audit library
that fixes the escaping for acct argument. (It should compile fine with current
audit library, though.)
I don't think we should explicitely require audit-libs >= 1.5.4 as that is required just for the vulnerability to be fixed but that can be stated in the audit-libs errata. To solve the problem, we have to do 1 of 2 things. We either need to fix pam to escape acct itself theyby fixing the vulnerability. Or we need to change pam to use a different function & require the new audit-libs that has acct escaped so we avoid duplicating code. Not doing either does not fix the problem. I know that and I can make a note in the errata text, that you need to update audit-libs as well. But I don't think that explicitely requiring audit-libs>=1.5.4 in spec is necessary. This issue has security implications as a third party may rely on parsing the audit logs (like a IDS/IPS system) and this false information may be able to fool it. allocated CVE-2007-3102 Because it was problematic to change from using audit_log_user_message() we've decided to implement the escaping directly in the pam package so the audit library change is not necessary anymore. opening bug, removing embargo An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2007-0555.html |