Bug 1659862 (CVE-2018-16883)
Summary: | CVE-2018-16883 sssd: Information leak in infopipe due to an improper uid restriction | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Doran Moppert <dmoppert> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | abokovoy, apo, cheimes, grajaiya, jhrozek, lslebodn, mzidek, pbrezina, rcritten, rharwood, sbose, security-response-team, ssorce, sssd-maint, tscherf |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | sssd 2.0.0 | Doc Type: | If docs needed, set a value |
Doc Text: |
sssd, versions 1.13.0 to before 2.0.0, did not properly restrict access to the infopipe according to the "allowed_uids" configuration parameter. Sensitive information could be inadvertently disclosed to local attackers if it was stored in the user directory.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-24 06:59:03 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: | |||
Bug Depends On: | 1660687, 1660688 | ||
Bug Blocks: | 1647171 |
Description
Doran Moppert
2018-12-17 04:24:55 UTC
Acknowledgments: Name: Christian Heimes (Red Hat) Mitigation: This vulnerability is only exposed if the infopipe service is enabled (enabled by default in Red Hat Enterprise Linux 7, disabled by default in Red Hat Enterprise Linux 6), and `[ifp].allowed_uids` is relied upon to protect sensitive information in the user directory. This flaw was first present in sssd upstream release 1.13.0, and fixed in 2.0.0 as the result of re-factoring related code. Created sssd tracking bugs for this issue: Affects: fedora-all [bug 1660688] Could you tells us what specific commit fixed CVE-2018-16883? (In reply to Markus Koschany from comment #7) > Could you tells us what specific commit fixed CVE-2018-16883? yes, but it's not going to be useful: fbe2476a3dd9be83ffa85c29dca26f734618d72d As you can see, the CVE was fixed 'by accident' as part of a large refactoring. We'll provide fixes for this CVE for older branches in early January. Nonetheless, by default, the ifp interface only exposes the same attributes getpw* and getgr* expose, so I don't think the issue is really critical. Thank you for the quick response. Statement: The information exposed by this vulnerability is typically not highly sensitive. By default, it is only those fields returned by getpwent() and getgrent(). |