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

5.5 · MEDIUM
Published Mar 4, 2026 linux CWE-476 EPSS 0.19% (9th pctl)

Overview

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

platform/x86: classmate-laptop: Add missing NULL pointer checks

In a few places in the Classmate laptop driver, code using the accel

object may run before that object's address is stored in the driver

data of the input device using it.

For example, cmpc_accel_sensitivity_store_v4() is the "show" method

of cmpc_accel_sensitivity_attr_v4 which is added in cmpc_accel_add_v4(),

before calling dev_set_drvdata() for inputdev->dev. If the sysfs

attribute is accessed prematurely, the dev_get_drvdata(&inputdev->dev)

call in in cmpc_accel_sensitivity_store_v4() returns NULL which

leads to a NULL pointer dereference going forward.

Moreover, sysfs attributes using the input device are added before

initializing that device by cmpc_add_acpi_notify_device() and if one

of them is accessed before running that function, a NULL pointer

dereference will occur.

For example, cmpc_accel_sensitivity_attr_v4 is added before calling

cmpc_

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 >= 2.6.33.1, < 5.10.251 Affected

Frequently Asked Questions

What is CVE-2026-23237?

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

How severe is CVE-2026-23237?

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

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

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