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.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
21 Nov 2024, 04:35
Type | Values Removed | Values Added |
---|---|---|
References | () https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.11 - Release Notes, Vendor Advisory | |
References | () https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e7af6307a8a54f0b873960b32b6a644f2d0fbd97 - Exploit, Patch, Vendor Advisory | |
References | () https://github.com/torvalds/linux/commit/e7af6307a8a54f0b873960b32b6a644f2d0fbd97 - Patch, Third Party Advisory | |
References | () https://security.netapp.com/advisory/ntap-20200103-0001/ - Third Party Advisory | |
References | () https://usn.ubuntu.com/4225-1/ - Third Party Advisory | |
References | () https://usn.ubuntu.com/4227-1/ - Third Party Advisory | |
References | () https://usn.ubuntu.com/4227-2/ - Third Party Advisory |
Information
Published : 2019-12-15 23:15
Updated : 2024-11-21 04:35
NVD link : CVE-2019-19807
Mitre link : CVE-2019-19807
CVE.ORG link : CVE-2019-19807
JSON object : View
Products Affected
canonical
- ubuntu_linux
linux
- linux_kernel
CWE
CWE-416
Use After Free