CVE-2023-54246
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54246 is a vulnerability in the Linux kernel's RCU (Read-Copy-Update) scale testing module (rcuscale). Specifically, the rcu_scale_writer() kthread uses schedule_timeout_uninterruptible() during its holdoff delay, which causes the hung-task watchdog to trigger a false positive when the rcuscale.holdoff module parameter is set to a value greater than hung_task_timeout_secs. The fix moves the sleep call to use an idle-compatible mechanism to avoid the hung-task timeout. The vulnerability was published on December 30, 2025, and affects the Linux kernel (CVE Record). No CVSS score has been publicly assigned at this time.

Technical details

The root cause is an improper use of schedule_timeout_uninterruptible() within the rcu_scale_writer() kthread in the Linux kernel's rcuscale test module. When the rcuscale.holdoff parameter specifies a delay longer than the system's hung_task_timeout_secs, the kernel's hung-task detector incorrectly flags the rcu_scale_write task as blocked (state D — uninterruptible sleep) for too long, generating a spurious warning. The fix relocates the schedule_timeout_uninterruptible() call to an idle context (_idle()) so the hung-task watchdog does not trigger. This is classified as an availability/stability issue rather than a security exploit vector (CVE Record).

Impact

The primary impact of this vulnerability is a false hung-task kernel warning that can cause unnecessary alarm and potentially disrupt diagnostic or testing workflows on systems using the rcuscale kernel module with a large holdoff parameter. There is no evidence of confidentiality or integrity impact; the issue is limited to availability in the form of spurious kernel log messages and potential system instability in testing environments. Production systems not using the rcuscale module parameter are not affected (CVE Record).

Mitigation and workarounds

The fix has been applied to the Linux kernel stable tree via multiple commits (e.g., commits 4f03fba, 83ed0cd, 9416dcb, 55887ad, e60c122 on kernel.org). Users should update to a patched kernel version that includes the fix for rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle(). As a workaround, avoid setting rcuscale.holdoff to a value greater than hung_task_timeout_secs, or increase hung_task_timeout_secs via /proc/sys/kernel/hung_task_timeout_secs to suppress the false positive (CVE Record).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management