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-2026-53289

5.5 · MEDIUM
Published Jun 26, 2026 linux CWE-476 EPSS 0.12% (2th pctl)

Overview

CVE-2026-53289 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 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:

ice: fix NULL pointer dereference in ice_reset_all_vfs()

ice_reset_all_vfs() ignores the return value of ice_vf_rebuild_vsi().

When the VSI rebuild fails (e.g. during NVM firmware update via

nvmupdate64e), ice_vsi_rebuild() tears down the VSI on its error path,

leaving txq_map and rxq_map as NULL. The subsequent unconditional call

to ice_vf_post_vsi_rebuild() leads to a NULL pointer dereference in

ice_ena_vf_q_mappings() when it accesses vsi->txq_map[0].

The single-VF reset path in ice_reset_vf() already handles this

correctly by checking the return value of ice_vf_reconfig_vsi() and

skipping ice_vf_post_vsi_rebuild() on failure.

Apply the same pattern to ice_reset_all_vfs(): check the return value

of ice_vf_rebuild_vsi() and skip ice_vf_post_vsi_rebuild() and

ice_eswitch_attach_vf() on failure. The VF is left safely disabled

(ICE_VF_STATE_INIT not set, VFGEN_RSTAT not set to VFACTIVE) and can

be recovered via a VF

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.8, < 6.1.175 Affected

Frequently Asked Questions

What is CVE-2026-53289?

CVE-2026-53289 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-53289?

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-2026-53289?

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-2026-53289?

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