VDB
DEBIAN-CVE-2024-42093
DEBIAN-CVE-2024-42093
PUBLISHED
CVSS 7.300000190734863 HIGH
In the Linux kernel, the following vulnerability has been resolved: net/dpaa2: 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.300000190734863
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.178-1, 5.10.179-2, 5.10.103-1 |
| Debian:11 | linux-6.1 | 6.1.106-3~deb11u1, *, 6.1.112-1 |
| Debian:12 | linux | 6.1.67-1, 6.1.69-1, 6.1.69-1~bpo11+1 |
| Debian:13 | linux | 0, 0 |
| Debian:14 | linux | 0, 0 |
Timeline
- Jul 29, 2024 CVE Published
- Apr 28, 2026 CVE Updated