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

4.7 · MEDIUM
Published Feb 4, 2026 linux CWE-908 EPSS 0.12% (2th pctl)

Overview

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

leds: led-class: Only Add LED to leds_list when it is fully ready

Before this change the LED was added to leds_list before led_init_core()

gets called adding it the list before led_classdev.set_brightness_work gets

initialized.

This leaves a window where led_trigger_register() of a LED's default

trigger will call led_trigger_set() which calls led_set_brightness()

which in turn will end up queueing the *uninitialized*

led_classdev.set_brightness_work.

This race gets hit by the lenovo-thinkpad-t14s EC driver which registers

2 LEDs with a default trigger provided by snd_ctl_led.ko in quick

succession. The first led_classdev_register() causes an async modprobe of

snd_ctl_led to run and that async modprobe manages to exactly hit

the window where the second LED is on the leds_list without led_init_core()

being called for it, resulting in:

------------[ cut here ]------------

WARNING: CPU: 11 PID: 5608 at kernel/workqu

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.7, < 5.10.249 Affected

Frequently Asked Questions

What is CVE-2026-23101?

CVE-2026-23101 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 4, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-23101?

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

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

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