漏洞标题
drm/xe: 修复页面大小计算中的潜在整数溢出问题
漏洞描述信息
在Linux内核中,已经解决了以下漏洞:
drm/xe:在页面大小计算中修复潜在的整数溢出
在将值赋给min_page_size之前,明确将tbo->page_alignment转换为u64,以防止位移时的溢出。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
整数溢出或超界折返
漏洞标题
drm/xe: Fix potential integer overflow in page size calculation
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
drm/xe: Fix potential integer overflow in page size calculation
Explicitly cast tbo->page_alignment to u64 before bit-shifting to
prevent overflow when assigning to min_page_size.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于在计算页面大小时,未显式地将tbo->page_alignment转换为u64,导致位移位时可能溢出。
CVSS信息
N/A
漏洞类别
其他