CVE-2024-27406
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
17/05/2024
Last modified:
18/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
lib/Kconfig.debug: TEST_IOV_ITER depends on MMU<br />
<br />
Trying to run the iov_iter unit test on a nommu system such as the qemu<br />
kc705-nommu emulation results in a crash.<br />
<br />
KTAP version 1<br />
# Subtest: iov_iter<br />
# module: kunit_iov_iter<br />
1..9<br />
BUG: failure at mm/nommu.c:318/vmap()!<br />
Kernel panic - not syncing: BUG!<br />
<br />
The test calls vmap() directly, but vmap() is not supported on nommu<br />
systems, causing the crash. TEST_IOV_ITER therefore needs to depend on<br />
MMU.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6 (including) | 6.6.19 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.7.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc5:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63e
- https://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8
- https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3
- https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63e
- https://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8
- https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3



