A flaw use after free in the Linux kernel integrated infrared receiver/transceiver driver was found in the way user detaching rc device. A local user could use this flaw to crash the system or potentially escalate their privileges on the system.
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/29b0589a865b6f66d141d79b2dd1373e4e50fe17 | third party advisory patch |
https://security.netapp.com/advisory/ntap-20230413-0003/ | third party advisory |
https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html | third party advisory mailing list |