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-2023-53060

5.5 · MEDIUM
Published May 2, 2025 linux CWE-667 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53060 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 2, 2025 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:

igb: revert rtnl_lock() that causes deadlock

The commit 6faee3d4ee8b ("igb: Add lock to avoid data race") adds

rtnl_lock to eliminate a false data race shown below

(FREE from device detaching) | (USE from netdev core)

igb_remove | igb_ndo_get_vf_config

igb_disable_sriov | vf >= adapter->vfs_allocated_count?

kfree(adapter->vf_data) |

adapter->vfs_allocated_count = 0 |

| memcpy(... adapter->vf_data[vf]

The above race will never happen and the extra rtnl_lock causes deadlock

below

[ 141.420169] <TASK>

[ 141.420672] __schedule+0x2dd/0x840

[ 141.421427] schedule+0x50/0xc0

[ 141.422041] schedule_preempt_disabled+0x11/0x20

[ 141.422678] __mutex_lock.isra.13+0x431/0x6b0

[ 141.423324] unregister_netdev+0xe/0x20

[ 141.423578] igbvf_remove+0x45/0xe0 [igbvf]

[ 141.423791] pci_device_remove+0x36/0xb0

[ 141.423

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.14.291, < 4.14.312 Affected

Frequently Asked Questions

What is CVE-2023-53060?

CVE-2023-53060 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 2, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53060?

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-2023-53060?

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-2023-53060?

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