Bugzilla – Bug 1159281
VUL-1: CVE-2019-19807: kernel-source: use-after-free caused by erroneous code refactoring in sound/core/timer.c
Last modified: 2024-06-25 14:12:04 UTC
CVE-2019-19807 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: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-19807 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19807 https://github.com/torvalds/linux/commit/e7af6307a8a54f0b873960b32b6a644f2d0fbd97 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e7af6307a8a54f0b873960b32b6a644f2d0fbd97 https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.11
It seems that non of our codestreams is affected closing as Upstream
.
Actually the bug was in 5.3 kernel, so SLE15-SP2 would hit, but the fix was already included. I'll update the patch reference.