CVE-2024-35962 - CVE House
Back to Database
Status published Unknown CVE-2024-35962

netfilter: complete validation of user input

Vulnerability Description

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;

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2024-35962

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

Linux
Vulnerable Versions:
0f038242b77ddfc505bf4163d4904c1abd2e74d6, 440e948cf0eff32cfe322dcbca3f2525354b159b, 18aae2cb87e5faa9c5bd865260ceadac60d5a6c5, 81d51b9b7c95e791ba3c1a2dd77920a9d3b3f525, 58f2bfb789e6bd3bc24a2c9c1580f3c67aec3018, 0c83842df40f86e529db6842231154772c20edcc, 5.10.215, 5.15.154, 6.1.85, 6.6.26, 6.8.5

Timeline

Official Publish: May 20th, 2024
Last Modified: May 12th, 2026
Added to House: July 22nd, 2026

CVSS Vectors

No vector data available

Weaknesses (CWE)

No CWE data available

MITRE ATT&CK TTPs

No associated TTPs found for this vulnerability.