漏洞标题
内核:qxl:竞争条件导致在qxl_mode_dumb_create()中使用-after-free
漏洞描述信息
内核:qxl:qxl_mode_dumb_create()中的竞态条件可能导致使用后释放
CVSS信息
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
使用共享资源的并发执行不恰当同步问题(竞争条件)
漏洞标题
Kernel: qxl: race condition leading to use-after-free in qxl_mode_dumb_create()
漏洞描述信息
A race condition was found in the QXL driver in the Linux kernel. The qxl_mode_dumb_create() function dereferences the qobj returned by the qxl_gem_object_create_with_handle(), but the handle is the only one holding a reference to it. This flaw allows an attacker to guess the returned handle value and trigger a use-after-free issue, potentially leading to a denial of service or privilege escalation.
CVSS信息
CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
漏洞类别
释放后使用
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux Kernel存在安全漏洞,该漏洞源于QXL 驱动程序中发现了释放后重用问题。
CVSS信息
N/A
漏洞类别
其他