Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1631088 - (CVE-2018-17095) CVE-2018-17095 audiofile: Heap-based buffer overflow in Expand3To4Module::run when running sfconvert
CVE-2018-17095 audiofile: Heap-based buffer overflow in Expand3To4Module::run...
Status: NEW
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
medium Severity medium
: ---
: ---
Assigned To: Red Hat Product Security
impact=moderate,public=20180916,repor...
: Security
Depends On: 1637128 1631089
Blocks: 1631090
  Show dependency treegraph
 
Reported: 2018-09-19 16:48 EDT by Pedro Sampaio
Modified: 2018-10-08 12:50 EDT (History)
10 users (show)

See Also:
Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Pedro Sampaio 2018-09-19 16:48:43 EDT
An issue has been discovered in mpruett Audio File Library (aka audiofile) 0.3.6. A heap-based buffer overflow in Expand3To4Module::run has occurred when running sfconvert.

Upstream issues:

https://github.com/mpruett/audiofile/issues/50
https://github.com/mpruett/audiofile/issues/51
Comment 1 Pedro Sampaio 2018-09-19 16:49:11 EDT
Created audiofile tracking bugs for this issue:

Affects: fedora-all [bug 1631089]
Comment 4 Scott Gayou 2018-10-08 12:49:46 EDT
Upstream has two issues for what appears to be the exact same flaw.

See test1 run:

```
Audio File Library: file missing data -- read 0 frames, should be 5 [error 5]
==18400== Invalid write of size 4
==18400==    at 0x4E55C07: ??? (in /usr/lib64/libaudiofile.so.1.0.0)
==18400==    by 0x4E4C8E2: afReadFrames (in /usr/lib64/libaudiofile.so.1.0.0)
==18400==    by 0x401E4D: ??? (in /usr/bin/sfconvert)
==18400==    by 0x40162D: ??? (in /usr/bin/sfconvert)
==18400==    by 0x50913D4: (below main) (in /usr/lib64/libc-2.17.so)
```

and test2 run:
```
Audio File Library: file missing data -- read 0 frames, should be 5 [error 5]
==18402== Invalid write of size 4
==18402==    at 0x4E55C07: ??? (in /usr/lib64/libaudiofile.so.1.0.0)
==18402==    by 0x4E4C8E2: afReadFrames (in /usr/lib64/libaudiofile.so.1.0.0)
==18402==    by 0x401E4D: ??? (in /usr/bin/sfconvert)
==18402==    by 0x40162D: ??? (in /usr/bin/sfconvert)
==18402==    by 0x50913D4: (below main) (in /usr/lib64/libc-2.17.so)
```

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