In lsx_aiffstartread in aiff.c in Sound eXchange (SoX) 14.4.2, there is a Use-After-Free vulnerability triggered by supplying a malformed AIFF file.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://sourceforge.net/p/sox/bugs/298/ | issue tracking third party advisory broken link |
https://lists.debian.org/debian-lts-announce/2017/11/msg00043.html | third party advisory mailing list |
https://security.gentoo.org/glsa/201810-02 | third party advisory vendor advisory |
https://sourceforge.net/p/sox/bugs/297/ | issue tracking third party advisory broken link |
https://lists.debian.org/debian-lts-announce/2019/02/msg00042.html | third party advisory mailing list |