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

5.5 · MEDIUM
Published May 2, 2025 linux CWE-476 EPSS 0.19% (9th pctl)

Overview

CVE-2023-53114 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:

i40e: Fix kernel crash during reboot when adapter is in recovery mode

If the driver detects during probe that firmware is in recovery

mode then i40e_init_recovery_mode() is called and the rest of

probe function is skipped including pci_set_drvdata(). Subsequent

i40e_shutdown() called during shutdown/reboot dereferences NULL

pointer as pci_get_drvdata() returns NULL.

To fix call pci_set_drvdata() also during entering to recovery mode.

Reproducer:

1) Lets have i40e NIC with firmware in recovery mode

2) Run reboot

Result:

[ 139.084698] i40e: Intel(R) Ethernet Connection XL710 Network Driver

[ 139.090959] i40e: Copyright (c) 2013 - 2019 Intel Corporation.

[ 139.108438] i40e 0000:02:00.0: Firmware recovery mode detected. Limiting functionality.

[ 139.116439] i40e 0000:02:00.0: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.

[ 139.129499] i40e 0000:02:00.0: fw 8

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.2, < 5.4.238 Affected

Frequently Asked Questions

What is CVE-2023-53114?

CVE-2023-53114 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-53114?

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

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

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