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-50045

7.5 · HIGH
Published Oct 21, 2024 linux CWE-476 EPSS 0.61% (47th pctl)

Overview

CVE-2024-50045 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 21, 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:

netfilter: br_netfilter: fix panic with metadata_dst skb

Fix a kernel panic in the br_netfilter module when sending untagged

traffic via a VxLAN device.

This happens during the check for fragmentation in br_nf_dev_queue_xmit.

It is dependent on:

1) the br_netfilter module being loaded;

2) net.bridge.bridge-nf-call-iptables set to 1;

3) a bridge with a VxLAN (single-vxlan-device) netdevice as a bridge port;

4) untagged frames with size higher than the VxLAN MTU forwarded/flooded

When forwarding the untagged packet to the VxLAN bridge port, before

the netfilter hooks are called, br_handle_egress_vlan_tunnel is called and

changes the skb_dst to the tunnel dst. The tunnel_dst is a metadata type

of dst, i.e., skb_valid_dst(skb) is false, and metadata->dst.dev is NULL.

Then in the br_netfilter hooks, in br_nf_dev_queue_xmit, there's a check

for frames that needs to be fragmented: frames with higher MTU than the

VxLAN de

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.11, < 5.10.227 Affected

Frequently Asked Questions

What is CVE-2024-50045?

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

How severe is CVE-2024-50045?

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-50045?

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-50045?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-50045 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.