Bug 1300299 (CVE-2015-8776)
Summary: | CVE-2015-8776 glibc: Segmentation fault caused by passing out-of-range data to strftime() | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Adam Mariš <amaris> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | aavati, arjun.is, ashankar, codonell, fweimer, jakub, jwalter, law, mfabian, mnewsome, nlevinki, pfrankli, rfortier, rhs-bugs, sardella, sgirijan, siddhesh, slawomir, ssaha, vbellur, yozone |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glibc 2.23 | Doc Type: | Bug Fix |
Doc Text: |
It was found that out-of-range time values passed to the strftime() function could result in an out-of-bounds memory access. This could lead to application crash or, potentially, information disclosure.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-08 02:47:32 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: | 1300300, 1358011, 1374658 | ||
Bug Blocks: | 1300316, 1386080, 1415638 |
Description
Adam Mariš
2016-01-20 12:42:55 UTC
Created glibc tracking bugs for this issue: Affects: fedora-all [bug 1300300] Upstream commit at: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d36c75fc0d44deec29635dd239b0fbd206ca49b7 Public reproducer available at: https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=blob_plain;f=time/tst-strftime.c;h=af3ff72faf9588126fb269b0e9080357c32b5fcb;hb=d36c75fc0d44deec29635dd239b0fbd206ca49b7 Mitigation: Check time values before they are passed to strftime, or call strftime only with struct tm values computed by gmtime or localtime. This issue has been addressed in the following products: Red Hat Enterprise Linux 6 Via RHSA-2017:0680 https://rhn.redhat.com/errata/RHSA-2017-0680.html This issue has been addressed in the following products: Red Hat Enterprise Linux 7 Via RHSA-2017:1916 https://access.redhat.com/errata/RHSA-2017:1916 |