VDB
DEBIAN-CVE-2024-58017
DEBIAN-CVE-2024-58017
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX Shifting 1 << 31 on a 32-bit int causes signed integer overflow, which leads to undefined behavior. To prevent this, cast 1 to u32 before performing the shift, ensuring well-defined behavior. This change explicitly avoids any potential overflow by ensuring that the shift occurs on an unsigned 32-bit integer.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 0, 0 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux | 5.10.178-2, 5.10.120-1, 5.10.120-1~bpo10+1 |
| Debian:12 | linux | 6.1.82-1, 6.1.119-1, 6.1.123-1 |
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.119-1, 6.1.128-1 |
Timeline
- Feb 27, 2025 CVE Published
- Apr 28, 2026 CVE Updated