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

5.5 · MEDIUM
Published May 27, 2026 linux EPSS 0.12% (2th pctl)

Overview

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

fbnic: close fw_log race between users and teardown

Fixes a theoretical race on fw_log between the teardown path and fw_log

write functions.

fw_log is written inside fbnic_fw_log_write() and can be reached from

the mailbox handler fbnic_fw_msix_intr(), but fw_log is freed before

IRQ/MBX teardown during cleanup, resulting in a potential data race of

dereferencing a freed/null variable.

Possible Interleaving Scenario:

CPU0: fbnic_fw_msix_intr() // Entry

fbnic_fw_log_write()

if (fbnic_fw_log_ready()) // true

... preempt ...

CPU1: fbnic_remove() // Entry

fbnic_fw_log_free()

vfree(log->data_start);

log->data_start = NULL;

CPU0: continues, walks log->entries or writes to log->data_start

The initialization also has an incorrect order problem, as the fw_log

is currently allocated after MBX setup during initialization.

Fix the problems by adjusting

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 >= 6.17, < 6.18.14 Affected

Frequently Asked Questions

What is CVE-2026-45977?

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

How severe is CVE-2026-45977?

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

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

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