There are use-after-free vulnerabilities caused by timer handler in net/rose/rose_timer.c of linux that allow attackers to crash linux kernel without any privileges.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://github.com/torvalds/linux/commit/9cc02ede696272c5271a401e4f27c262359bc2f6 | third party advisory patch |
https://www.debian.org/security/2022/dsa-5191 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2022/10/msg00000.html | third party advisory mailing list |
https://security.netapp.com/advisory/ntap-20230120-0001/ | third party advisory |