cve/2021/CVE-2021-40418.md
2024-06-18 02:51:15 +02:00

1.1 KiB
Raw Blame History

CVE-2021-40418

Description

When parsing a file that is submitted to the DPDecoder service as a job, the R3D SDK will mistakenly skip over the assignment of a property containing an object referring to a UUID that was parsed from a frame within the video container. Upon destruction of the object that owns it, the uninitialized member will be dereferenced and then destroyed using the objects virtual destructor. Due to the object property being uninitialized, this can result in dereferencing an arbitrary pointer for the objects virtual method table, which can result in code execution under the context of the application.

POC

Reference

Github

No PoCs found on GitHub currently.