Bugzilla – Bug 1117906
VUL-1: CVE-2018-19661: libsndfile: buffer over-read in the function i2ulaw_array in ulaw.c that will lead to a denial of service.
Last modified: 2020-04-28 14:42:51 UTC
CVE-2018-19661 An issue was discovered in libsndfile 1.0.28. There is a buffer over-read in the function i2ulaw_array in ulaw.c that will lead to a denial of service. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-19661 http://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-19661.html https://github.com/erikd/libsndfile/issues/429
Created attachment 791412 [details] global-buffer-overflow__i2alaw_array QA REPRODUCER: valgrind sndfile-convert -ulaw global-buffer-overflow__i2alaw_array out.raw valgrind sndfile-convert -alaw global-buffer-overflow__i2alaw_array out.raw (does not reproduce on 42.3 so far, perhaps needs ASAN)
this looks quite similar to CVE-2017-17457 and CVE-2017-17456
(In reply to Marcus Meissner from comment #2) > this looks quite similar to CVE-2017-17457 and CVE-2017-17456 Yes, very likely the dup. We have already our own fix for the bugs above, which covers this case as well. At least, the bug can't be triggered on TW and other versions as far as I checked. Reassigned back to security team.
Closing