cve/2021/CVE-2021-40418.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-40418](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40418)
![](https://img.shields.io/static/v1?label=Product&message=Blackmagic%20Design&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-457%3A%20Use%20of%20Uninitialized%20Variable&color=brighgreen)
### 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
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1427
#### Github
No PoCs found on GitHub currently.