CVE-2024-27406
published 2024-05-17CVE-2024-27406: 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…
PriorityP418medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.24%
14.5th percentile
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.
Affected
10 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.7.7-1 (forky) | linux 6.7.7-1 (forky) |
| linux | linux | — | — |
| linux | linux | >= 2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96 < e6316749d603fe9c4c91f6ec3694e06e4de632a3 | e6316749d603fe9c4c91f6ec3694e06e4de632a3 |
| linux | linux | >= 2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96 < 9e6e541b97762d5b1143070067f7c68f39a408f8 | 9e6e541b97762d5b1143070067f7c68f39a408f8 |
| linux | linux | >= 2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96 < 1eb1e984379e2da04361763f66eec90dd75cf63e | 1eb1e984379e2da04361763f66eec90dd75cf63e |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 6.7.7-1 | 6.7.7-1 |
| linux | linux_kernel | >= 0 < 6.7.7-1 | 6.7.7-1 |
| linux | linux_kernel | >= 6.6 < 6.6.19 | 6.6.19 |
| linux | linux_kernel | >= 6.7 < 6.7.7 | 6.7.7 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5LOW
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
vendor_redhat·2024-05-17·CVSS 5.5
CVE-2024-27406 [MEDIUM] CWE-762 kernel: lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
kernel: 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.
A vulnerability was found and fixed in the Linux kernel's `TEST_IOV_ITER` configuration option. This fix corrected the dependancy on the Memory Management Unit (MMU). Previously, enabling this option without proper dependency chec
Debian
CVE-2024-27406: linux - In the Linux kernel, the following vulnerability has been resolved: lib/Kconfig...
vendor_debian·2024·CVSS 5.5
CVE-2024-27406 [MEDIUM] CVE-2024-27406: linux - In the Linux kernel, the following vulnerability has been resolved: lib/Kconfig...
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.
Scope: local
bookworm: resolved
bullseye: resolved
forky: resolved (fixed in 6.7.7-1)
sid: resolved (fixed in 6.7.7-1)
trixie: resolved (fixed in 6.7.7-1)
GHSA
GHSA-7mh5-2fw8-7x58: In the Linux kernel, the following vulnerability has been resolved:
lib/Kconfig
ghsa_unreviewed·2024-05-17
CVE-2024-27406 [MEDIUM] CWE-476 GHSA-7mh5-2fw8-7x58: In the Linux kernel, the following vulnerability has been resolved:
lib/Kconfig
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.
OSV
CVE-2024-27406: In the Linux kernel, the following vulnerability has been resolved: lib/Kconfig
osv·2024-05-17·CVSS 5.5
CVE-2024-27406 [MEDIUM] CVE-2024-27406: In the Linux kernel, the following vulnerability has been resolved: lib/Kconfig
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.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63ehttps://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63ehttps://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3
2024-05-17
Published