Bug 1275869 (CVE-2015-2696)
Summary: | CVE-2015-2696 krb5: IAKERB context aliasing flaw | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Kurt Seifried <kseifried> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | dpal, jplans, jrusnack, nalin, pkis, rharwood, sardella, slawomir, slong |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
A type-confusion flaw was discovered in MIT Kerberos, where it incorrectly deals with IAKERB context handles.
If an application calls gss_inquire_context() on a partially-established IAKERB context, an unauthenticated remote attacker could possibly exploit the flaw to crash the application (denial of service) by sending it a specially crafted IAKERB packet.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-12-10 10:27:12 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: | 1275872 | ||
Bug Blocks: | 1275873 |
Description
Kurt Seifried
2015-10-28 01:23:59 UTC
Created krb5 tracking bugs for this issue: Affects: fedora-all [bug 1275872] https://bodhi.fedoraproject.org/updates/FEDORA-2015-be1b87a3b7 https://bodhi.fedoraproject.org/updates/FEDORA-2015-e6791ce284 https://bodhi.fedoraproject.org/updates/FEDORA-2015-ae56161457 Unfortunately I don't see an easy way to associate these bugs with those. The patches for CVE-2015-2696 contained a regression in the newly added IAKERB iakerb_gss_export_sec_context() function, which could cause it to corrupt memory. Fix the regression by properly dereferencing the context_handle pointer before casting it. Please see BZ#1278951 for information on CVE-2015-2698 which addresses this regression. |