Bug 1269766 (CVE-2015-7747)
Summary: | CVE-2015-7747 audiofile: Buffer overflow when changing number of channels and sample format | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Adam Mariš <amaris> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | bugs.michael, jrusnack, wtaymans |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-10-26 10:14:24 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: | 1269769 | ||
Bug Blocks: | 1269767 |
Description
Adam Mariš
2015-10-08 07:52:07 UTC
Created audiofile tracking bugs for this issue: Affects: fedora-all [bug 1269769] > Proposed fix:
>
> https://github.com/mpruett/audiofile/pull/25/files
I've seen that pull request some days ago flying by, but without a reference to a CVE.
Problem so far is that the fix doesn't pass the test-case.
Before:
$ ./sixteen-stereo-to-eight-mono
error
expected 1, got -101
After:
$ ./sixteen-stereo-to-eight-mono
error
expected 28, got 29
I've added that as a comment to the pull request.
Looks like this was introduced via: https://github.com/fabzzap/audiofile/commit/2bbebc4aa0c847d59f42e291d99ad015e40c51c7 This commit never made it into RHEL6, so RHEL6 is not affected. RHEL7 and Fedora are affected. Successful exploitation can lead to a memory corruption, but depends on how exactly the audiofile library is used by an application and which operations are performed. audiofile-0.3.6-9.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. audiofile-0.3.6-9.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |