VDB
DEBIAN-CVE-2024-42094
DEBIAN-CVE-2024-42094
PUBLISHED
CVSS 7.099999904632568 HIGH
In the Linux kernel, the following vulnerability has been resolved: net/iucv: Avoid explicit cpumask var allocation on stack For CONFIG_CPUMASK_OFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can cause potential stack overflow. Instead, kernel code should always use *cpumask_var API(s) to allocate cpumask var in config-neutral way, leaving allocation strategy to CONFIG_CPUMASK_OFFSTACK. Use *cpumask_var API(s) to address it.
Risk Scores
CVSS 3.1
7.099999904632568
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.178-1, 5.10.179-3, 5.10.179-4 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux-6.1 | *, 6.1.106-3~deb11u2, * |
| Debian:13 | linux | 0, 0 |
| Debian:12 | linux | 6.1.66-1, 6.1.67-1, 6.1.69-1 |
Timeline
- Jul 29, 2024 CVE Published
- Apr 28, 2026 CVE Updated