漏洞标题
内核:在释放skb时,gc与unix_stream_read_generic()之间的竞争导致了uaf(未授权的访问)问题。
漏洞描述信息
发现了Linux内核中的一个漏洞,该漏洞是由unix垃圾收集器在删除SKB时出现竞争问题导致的。
CVSS信息
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
释放后使用
漏洞标题
Kernel: gc's deletion of an skb races with unix_stream_read_generic() leading to uaf
漏洞描述信息
A use-after-free flaw was found in the Linux Kernel due to a race problem in the unix garbage collector's deletion of SKB races with unix_stream_read_generic() on the socket that the SKB is queued on.
CVSS信息
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
使用共享资源的并发执行不恰当同步问题(竞争条件)
漏洞标题
Linux Kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux Kernel存在安全漏洞,该漏洞源于GC 删除 SKB与 unix_stream_read_generic() 存在竞争问题,导致释放后重用。
CVSS信息
N/A
漏洞类别
其他