Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-35962
HistoryMay 20, 2024 - 12:00 a.m.

CVE-2024-35962

2024-05-2000:00:00
ubuntu.com
ubuntu.com
5
linux kernel
netfilter
user input validation
do_replace() handlers
vulnerability
fix
optlen validation
xt_alloc_table_info()

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%

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;

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%

Related for UB:CVE-2024-35962