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

4.7 · MEDIUM
Published May 27, 2026 linux CWE-362 EPSS 0.09% (0th pctl)

Overview

CVE-2026-45949 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 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

hwrng: core - use RCU and work_struct to fix race condition

Currently, hwrng_fill is not cleared until the hwrng_fillfn() thread

exits. Since hwrng_unregister() reads hwrng_fill outside the rng_mutex

lock, a concurrent hwrng_unregister() may call kthread_stop() again on

the same task.

Additionally, if hwrng_unregister() is called immediately after

hwrng_register(), the stopped thread may have never been executed. Thus,

hwrng_fill remains dirty even after hwrng_unregister() returns. In this

case, subsequent calls to hwrng_register() will fail to start new

threads, and hwrng_unregister() will call kthread_stop() on the same

freed task. In both cases, a use-after-free occurs:

refcount_t: addition on 0; use-after-free.

WARNING: ... at lib/refcount.c:25 refcount_warn_saturate+0xec/0x1c0

Call Trace:

kthread_stop+0x181/0x360

hwrng_unregister+0x288/0x380

virtrng_remove+0xe3/0x200

This patch fixes the race by protecting

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 >= 3.17, < 6.12.75 Affected

Frequently Asked Questions

What is CVE-2026-45949?

CVE-2026-45949 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 4.7 (MEDIUM).

How severe is CVE-2026-45949?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-45949?

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

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