{
    "dataType": "CVE_RECORD",
    "cveMetadata": {
        "cveId": "CVE-2024-35962",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2024-05-17T13:50:33.137Z",
        "datePublished": "2024-05-20T09:41:53.207Z",
        "dateUpdated": "2024-09-11T17:33:14.037Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2024-05-29T05:32:02.438Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: complete validation of user input\n\nIn my recent commit, I missed that do_replace() handlers\nuse copy_from_sockptr() (which I fixed), followed\nby unsafe copy_from_sockptr_offset() calls.\n\nIn all functions, we can perform the @optlen validation\nbefore even calling xt_alloc_table_info() with the following\ncheck:\n\nif ((u64)optlen < (u64)tmp.size + sizeof(tmp))\n        return -EINVAL;"
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "net/ipv4/netfilter/arp_tables.c",
                        "net/ipv4/netfilter/ip_tables.c",
                        "net/ipv6/netfilter/ip6_tables.c"
                    ],
                    "versions": [
                        {
                            "version": "0f038242b77d",
                            "lessThan": "cf4bc359b761",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "440e948cf0ef",
                            "lessThan": "97dab36e57c6",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "18aae2cb87e5",
                            "lessThan": "c760089aa982",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "81d51b9b7c95",
                            "lessThan": "89242d9584c3",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "58f2bfb789e6",
                            "lessThan": "562b7245131f",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "0c83842df40f",
                            "lessThan": "65acf6e0501a",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "net/ipv4/netfilter/arp_tables.c",
                        "net/ipv4/netfilter/ip_tables.c",
                        "net/ipv6/netfilter/ip6_tables.c"
                    ],
                    "versions": [
                        {
                            "version": "5.10.215",
                            "lessThan": "5.10.216",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "5.15.154",
                            "lessThan": "5.15.156",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "6.1.85",
                            "lessThan": "6.1.87",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "6.6.26",
                            "lessThan": "6.6.28",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "6.8.5",
                            "lessThan": "6.8.7",
                            "status": "affected",
                            "versionType": "custom"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/cf4bc359b76144a3dd55d7c09464ef4c5f2b2b05"
                },
                {
                    "url": "https://git.kernel.org/stable/c/97dab36e57c64106e1c8ebd66cbf0d2d1e52d6b7"
                },
                {
                    "url": "https://git.kernel.org/stable/c/c760089aa98289b4b88a7ff5a62dd92845adf223"
                },
                {
                    "url": "https://git.kernel.org/stable/c/89242d9584c342cb83311b598d9e6b82572eadf8"
                },
                {
                    "url": "https://git.kernel.org/stable/c/562b7245131f6e9f1d280c8b5a8750f03edfc05c"
                },
                {
                    "url": "https://git.kernel.org/stable/c/65acf6e0501ac8880a4f73980d01b5d27648b956"
                },
                {
                    "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html"
                }
            ],
            "title": "netfilter: complete validation of user input",
            "x_generator": {
                "engine": "bippy-a5840b7849dd"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T03:21:49.038Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://git.kernel.org/stable/c/cf4bc359b76144a3dd55d7c09464ef4c5f2b2b05",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/97dab36e57c64106e1c8ebd66cbf0d2d1e52d6b7",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/c760089aa98289b4b88a7ff5a62dd92845adf223",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/89242d9584c342cb83311b598d9e6b82572eadf8",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/562b7245131f6e9f1d280c8b5a8750f03edfc05c",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/65acf6e0501ac8880a4f73980d01b5d27648b956",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
                        "tags": [
                            "x_transferred"
                        ]
                    }
                ]
            },
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "id": "CVE-2024-35962",
                                "role": "CISA Coordinator",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "version": "2.0.3",
                                "timestamp": "2024-09-10T15:40:32.586631Z"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-09-11T17:33:14.037Z"
                }
            }
        ]
    },
    "dataVersion": "5.1"
}