Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-46763

7.5 · HIGH
Published Sep 18, 2024 linux CWE-476 EPSS 0.71% (51th pctl)

Overview

CVE-2024-46763 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 18, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

fou: Fix null-ptr-deref in GRO.

We observed a null-ptr-deref in fou_gro_receive() while shutting down

a host. [0]

The NULL pointer is sk->sk_user_data, and the offset 8 is of protocol

in struct fou.

When fou_release() is called due to netns dismantle or explicit tunnel

teardown, udp_tunnel_sock_release() sets NULL to sk->sk_user_data.

Then, the tunnel socket is destroyed after a single RCU grace period.

So, in-flight udp4_gro_receive() could find the socket and execute the

FOU GRO handler, where sk->sk_user_data could be NULL.

Let's use rcu_dereference_sk_user_data() in fou_from_sock() and add NULL

checks in FOU GRO handlers.

[0]:

BUG: kernel NULL pointer dereference, address: 0000000000000008

PF: supervisor read access in kernel mode

PF: error_code(0x0000) - not-present page

PGD 80000001032f4067 P4D 80000001032f4067 PUD 103240067 PMD 0

SMP PTI

CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.216-204.855.amzn2.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.7, < 5.10.226 Affected

Frequently Asked Questions

What is CVE-2024-46763?

CVE-2024-46763 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 18, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2024-46763?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-46763?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-46763?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-46763 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.