The ReadData function in ebmlstring.c in libebml2 through 2012-08-26 allows remote attackers to cause a denial of service (invalid free and application crash) via a crafted mkv 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://packetstormsecurity.com/files/144902/mkvalidator-0.5.1-Denial-Of-Service.html | third party advisory vdb entry |
http://seclists.org/fulldisclosure/2017/Nov/19 | mailing list third party advisory exploit |
https://github.com/Matroska-Org/foundation-source/issues/24 | third party advisory exploit |