漏洞标题
内核:oe: improper reference count 导致使用-after-free漏洞
漏洞描述信息
在Linux内核中的ATA over Ethernet(AoE)驱动程序中发现了一个漏洞。aoecmd_cfg_pkts()函数不正确更新`struct net_device`上的refcnt,并在`skbtxq`全局队列中通过竞争触发了使用-after-free情况。这可能导致拒绝服务状态或潜在的代码执行。
CVSS信息
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
漏洞类别
释放后使用
漏洞标题
Kernel: aoe: improper reference count leads to use-after-free vulnerability
漏洞描述信息
A flaw was found in the ATA over Ethernet (AoE) driver in the Linux kernel. The aoecmd_cfg_pkts() function improperly updates the refcnt on `struct net_device`, and a use-after-free can be triggered by racing between the free on the struct and the access through the `skbtxq` global queue. This could lead to a denial of service condition or potential code execution.
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存在安全漏洞,该漏洞源于ATA over Ethernet (AoE) 驱动程序中存在缺陷,不正确的引用计数导致释放后重用。
CVSS信息
N/A
漏洞类别
其他