cve/2019/CVE-2019-19807.md

19 lines
893 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-19807](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19807)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
In the Linux kernel before 5.3.11, sound/core/timer.c has a use-after-free caused by erroneous code refactoring, aka CID-e7af6307a8a5. This is related to snd_timer_open and snd_timer_close_locked. The timeri variable was originally intended to be for a newly created timer instance, but was used for a different purpose after refactoring.
### POC
#### Reference
- https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.11
2024-06-09 00:33:16 +00:00
- https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.11
2024-05-26 14:27:05 +02:00
#### Github
- https://github.com/ARPSyndicate/cvemon