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

5.5 · MEDIUM
Published Nov 19, 2024 linux CWE-476 EPSS 0.22% (12th pctl)

Overview

CVE-2024-50298 is a medium-severity vulnerability affecting linux linux_kernel. It was published on November 19, 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:

net: enetc: allocate vf_state during PF probes

In the previous implementation, vf_state is allocated memory only when VF

is enabled. However, net_device_ops::ndo_set_vf_mac() may be called before

VF is enabled to configure the MAC address of VF. If this is the case,

enetc_pf_set_vf_mac() will access vf_state, resulting in access to a null

pointer. The simplified error log is as follows.

root@ls1028ardb:~# ip link set eno0 vf 1 mac 00:0c:e7:66:77:89

[ 173.543315] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000004

[ 173.637254] pc : enetc_pf_set_vf_mac+0x3c/0x80 Message from sy

[ 173.641973] lr : do_setlink+0x4a8/0xec8

[ 173.732292] Call trace:

[ 173.734740] enetc_pf_set_vf_mac+0x3c/0x80

[ 173.738847] __rtnl_newlink+0x530/0x89c

[ 173.742692] rtnl_newlink+0x50/0x7c

[ 173.746189] rtnetlink_rcv_msg+0x128/0x390

[ 173.750298] netlink_rcv_skb+0x60/0x130

[ 173.754145] rtnetli

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.1, < 6.6.61 Affected

Frequently Asked Questions

What is CVE-2024-50298?

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

How severe is CVE-2024-50298?

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

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

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