The vlc_demux_chained_Delete function in input/demux_chained.c in VideoLAN VLC media player 3.0.1 allows remote attackers to cause a denial of service (heap corruption and application crash) or possibly have unspecified other impact via a crafted .swf 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 |
---|---|
http://www.securitytracker.com/id/1041312 | vdb entry third party advisory broken link |
http://code610.blogspot.com/2018/05/make-free-vlc.html | third party advisory exploit |
http://www.videolan.org/security/sa1801.html | third party advisory |
http://www.securityfocus.com/bid/104293 | vdb entry third party advisory broken link |