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

8.4 · HIGH
Published Apr 17, 2024 linux EPSS 0.23% (14th pctl)

Overview

CVE-2024-26830 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 17, 2024 and has a CVSS 3.1 base score of 8.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. 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:

i40e: Do not allow untrusted VF to remove administratively set MAC

Currently when PF administratively sets VF's MAC address and the VF

is put down (VF tries to delete all MACs) then the MAC is removed

from MAC filters and primary VF MAC is zeroed.

Do not allow untrusted VF to remove primary MAC when it was set

administratively by PF.

Reproducer:

1) Create VF

2) Set VF interface up

3) Administratively set the VF's MAC

4) Put VF interface down

[root@host ~]# echo 1 > /sys/class/net/enp2s0f0/device/sriov_numvfs

[root@host ~]# ip link set enp2s0f0v0 up

[root@host ~]# ip link set enp2s0f0 vf 0 mac fe:6c:b5:da:c7:7d

[root@host ~]# ip link show enp2s0f0

23: enp2s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000

link/ether 3c:ec:ef:b7:dd:04 brd ff:ff:ff:ff:ff:ff

vf 0 link/ether fe:6c:b5:da:c7:7d brd ff:ff:ff:ff:ff:ff, spoof checking on, link-state auto, trus

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 >= 3.14, < 6.1.79 Affected

Frequently Asked Questions

What is CVE-2024-26830?

CVE-2024-26830 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 17, 2024 and has a CVSS 3.1 base score of 8.4 (HIGH).

How severe is CVE-2024-26830?

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. 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-26830?

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

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