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

9.8 · CRITICAL
Published May 27, 2026 linux CWE-1341

Overview

CVE-2026-45898 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

RDMA/iwcm: Fix workqueue list corruption by removing work_list

The commit e1168f0 ("RDMA/iwcm: Simplify cm_event_handler()")

changed the work submission logic to unconditionally call

queue_work() with the expectation that queue_work() would

have no effect if work was already pending. The problem is

that a free list of struct iwcm_work is used (for which

struct work_struct is embedded), so each call to queue_work()

is basically unique and therefore does indeed queue the work.

This causes a problem in the work handler which walks the work_list

until it's empty to process entries. This means that a single

run of the work handler could process item N+1 and release it

back to the free list while the actual workqueue entry is still

queued. It could then get reused (INIT_WORK...) and lead to

list corruption in the workqueue logic.

Fix this by just removing the work_list. The workqueue already

does this for us.

This fixes

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.11, < 6.12.75 Affected

Frequently Asked Questions

What is CVE-2026-45898?

CVE-2026-45898 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-45898?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-45898?

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

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