CVE-2026-23237
Last modified
CVE-2026-23237 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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_add_acpi_notify_device() and if it is read prematurely, the dev_get_drvdata(&acpi->dev) call in cmpc_accel_sensitivity_show_v4() returns NULL which leads to a NULL pointer dereference going forward. Fix this by adding NULL pointer checks in all of the relevant places.. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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_add_acpi_notify_device() and if it is read prematurely, the dev_get_drvdata(&acpi->dev) call in cmpc_accel_sensitivity_show_v4() returns NULL which leads to a NULL pointer dereference going forward. Fix this by adding NULL pointer checks in all of the relevant places.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.33.1, < 5.10.251 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.201 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.164 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.127 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.74 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.13 | — |
| Linux | Linux Kernel | 2.6.33 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23237?
How severe is CVE-2026-23237?
How do I fix CVE-2026-23237?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23231In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23232In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23233In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23234In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23235In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-23236In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23238In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23239In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-2324The LatePoint – Calendar Booking Plugin for Appointments and…6.1
- CVE-2026-23240In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-23241In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23242In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-23237?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
