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

5.5 · MEDIUM
Published Oct 21, 2024 linux EPSS 0.24% (15th pctl)

Overview

CVE-2024-47734 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()

syzbot reported a WARNING in bond_xdp_get_xmit_slave. To reproduce

this[1], one bond device (bond1) has xdpdrv, which increases

bpf_master_redirect_enabled_key. Another bond device (bond0) which is

unsupported by XDP but its slave (veth3) has xdpgeneric that returns

XDP_TX. This triggers WARN_ON_ONCE() from the xdp_master_redirect().

To reduce unnecessary warnings and improve log management, we need to

delete the WARN_ON_ONCE() and add ratelimit to the netdev_err().

[1] Steps to reproduce:

# Needs tx_xdp with return XDP_TX;

ip l add veth0 type veth peer veth1

ip l add veth3 type veth peer veth4

ip l add bond0 type bond mode 6 # BOND_MODE_ALB, unsupported by XDP

ip l add bond1 type bond # BOND_MODE_ROUNDROBIN by default

ip l set veth0 master bond1

ip l set bond1 up

# Increases bpf_master_redirect_enabled_key

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 >= 5.15, < 5.15.168 Affected

Frequently Asked Questions

What is CVE-2024-47734?

CVE-2024-47734 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-47734?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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