Bug 553233 - CVE-2010-0014 SSSD accepts any password when offline with a valid TGT available
Summary: CVE-2010-0014 SSSD accepts any password when offline with a valid TGT available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: sssd
Version: 12
Hardware: All
OS: Linux
low
urgent
Target Milestone: ---
Assignee: Simo Sorce
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: source=redhat,impact=moderate,reporte...
Depends On:
Blocks: CVE-2010-0014
TreeView+ depends on / blocked
 
Reported: 2010-01-07 13:50 UTC by Stephen Gallagher
Modified: 2010-01-12 23:37 UTC (History)
4 users (show)

Fixed In Version: 1.0.1-1.fc12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-12 23:37:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stephen Gallagher 2010-01-07 13:50:54 UTC
Description of problem:
When sssd is configured to use Kerberos for authentication
(auth_provider = krb5 in a domain section) any password is accepted as
valid under the following conditions:

 - the system is offline, i.e. the KDC configured with the option
   krb5_kdcip cannot be reached
 - the user who tries to authenticate has a valid TGT for the Kerberos
   realm configured with to option krb5_realm in his credential cache
   file

Short term fix:
 - disable Kerberos authentication and use alternatives if possible


Version-Release number of selected component (if applicable):


How reproducible:
Every time

Steps to Reproduce:
1. Configure an SSSD system to authenticate against a Kerberos KDC
2. Log in as a user while SSSD is online.
3. Verify that the user has a valid TGT for the Kerberos realm.
4. Unplug the network cable.
5. Lock the display.
6. The user will be able to unlock the display with any password.
  
Additionally, this can make a system network-vulnerable, as if the SSSD is in the offline state (either the KDC or the identity server is unreachable), an attacker can log into any account that has a valid TGT.

Actual results:
Passwords are not properly verified against the cached credentials. Any password will be treated as a valid authentication.

Expected results:
Authentication should succeed with only the valid credentials.

Additional info:
The only current workaround for this problem is to disable Kerberos authentication on affected machines until a patched binary is available.

Comment 1 Tomas Hoger 2010-01-11 15:56:34 UTC
New upstream version was released:
  https://fedorahosted.org/sssd/wiki/Releases/Notes-1.0.1

Marking bug public.

Comment 2 Fedora Update System 2010-01-12 23:34:42 UTC
sssd-1.0.1-1.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 3 Fedora Update System 2010-01-12 23:37:22 UTC
sssd-1.0.1-1.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.