Bug 1022913 (CVE-2013-4466)
Summary: | CVE-2013-4466 gnutls: dane_query_tlsa() buffer overflow (GNUTLS-SA-2013-3) | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | erik-fedora, jkurik, jorton, ktietz, mike, pfrields, ratulg, rjones, seceng-idm-qe-list, tmraz |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | gnutls 3.1.15, gnutls 3.2.5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-29 15:55:45 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: | 1022925, 1022926 | ||
Bug Blocks: | 1022917 |
Description
Tomas Hoger
2013-10-24 09:19:24 UTC
mingw-gnutls packages in Fedora (19+) currently use GnuTLS version with DANE support, but it's not compiled in because of missing unbound. Excerpt from build.log: checking whether to build libdane... yes checking for unbound library... no configure: WARNING: *** *** libunbound was not found. Libdane will not be built. *** Hence those packages are not affected. Created gnutls tracking bugs for this issue: Affects: fedora-all [bug 1022926] Upstream advisory id is GNUTLS-SA-2013-3: http://www.gnutls.org/security.html#GNUTLS-SA-2013-3 gnutls-3.1.15-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. Statement: Not vulnerable. This issue did not affect the versions of gnutls as shipped with Red Hat Enterprise Linux 5 and 6 as they did not include support for DANE protocol. New GnuTLS versions 3.1.16 and 3.2.6 correct off-by-one bug in the original fix, found by Tomas Mraz: http://lists.gnutls.org/pipermail/gnutls-devel/2013-October/006544.html http://lists.gnutls.org/pipermail/gnutls-devel/2013-October/006543.html Commits in upstream git (master and 3.1 branch): https://gitorious.org/gnutls/gnutls/commit/0dd5529509e46b11d5c0f3f26f99294e0e5fa6dc https://gitorious.org/gnutls/gnutls/commit/ad6a243b5ad219fda7511d4cbc1f73d77414db77 (In reply to Tomas Hoger from comment #7) > New GnuTLS versions 3.1.16 and 3.2.6 correct off-by-one bug in the original > fix This problem got new CVE CVE-2013-4487, tracked via bug 1025637. gnutls-3.1.16-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. gnutls-3.1.16-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |