VDB
DEBIAN-CVE-2024-35962
DEBIAN-CVE-2024-35962
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that do_replace() handlers use copy_from_sockptr() (which I fixed), followed by unsafe copy_from_sockptr_offset() calls. In all functions, we can perform the @optlen validation before even calling xt_alloc_table_info() with the following check: if ((u64)optlen < (u64)tmp.size + sizeof(tmp)) return -EINVAL;
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:12 | linux | *, 6.1.85-1, 6.1.90-1 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux | 5.10.120-1, 5.10.92-1, 5.10.209-2 |
| Debian:14 | linux | 0, 0 |
Timeline
- May 20, 2024 CVE Published
- Apr 28, 2026 CVE Updated