The MPlayer Project v1.5 was discovered to contain a heap use-after-free resulting in a double free in the preinit function at libvo/vo_v4l2.c. This vulnerability can lead to a Denial of Service (DoS) via a crafted file. The device=strdup statement is not executed on every call. Note: This has been disputed by third parties as invalid and not reproduceable.
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://transfer.sh/m2WcuM/poc_dup.zip | exploit third party advisory broken link |
https://bugs.gentoo.org/show_bug.cgi?id=858107 | third party advisory |
https://github.com/b17fr13nds/MPlayer_cve_poc | third party advisory exploit |