漏洞标题
在/lib/Kconfig.debug中,TEST_IOV_ITER依赖于MMU
漏洞描述信息
在Linux内核中,已解决以下漏洞:
lib/Kconfig.debug: TEST_IOV_ITER依赖于MMU
尝试在qemu kc705-nommu模拟这样的无MMU系统上运行iov_iter单元测试会导致崩溃。
KTAP版本1
# 子测试:iov_iter
# 模块:kunit_iov_iter
1..9
错误:在mm/nommu.c:318/vmap()处失败!
内核崩溃 - 无法同步:错误!
测试直接调用vmap(),但vmap()在无MMU系统上不受支持,导致崩溃。因此,TEST_IOV_ITER需要依赖于MMU。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
Trying to run the iov_iter unit test on a nommu system such as the qemu
kc705-nommu emulation results in a crash.
KTAP version 1
# Subtest: iov_iter
# module: kunit_iov_iter
1..9
BUG: failure at mm/nommu.c:318/vmap()!
Kernel panic - not syncing: BUG!
The test calls vmap() directly, but vmap() is not supported on nommu
systems, causing the crash. TEST_IOV_ITER therefore needs to depend on
MMU.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞。攻击者利用该漏洞导致内核崩溃。
CVSS信息
N/A
漏洞类别
其他