IT

Tracker / CVE-2024-35962

CVE-2024-35962

High 7.1

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;

Affected products and versions

debian debian_linux
linux linux_kernel
linux linux_kernel · 5.15.154 → 5.15.156
linux linux_kernel · 6.1.85 → 6.1.87
linux linux_kernel · 6.6.26 → 6.6.28
linux linux_kernel · 6.8.5 → 6.8.7

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References