AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72144

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel specifically in the dell-laptop platform, where the dell_init() function fails to properly clean up resources if an initialization error occurs. This oversight can lead to resource leaks, leaving components like the keyboard backlight LED and debugfs directory registered even when initialization fails, potentially causing system instability or unexpected behavior. Linux distributions that utilize the dell-laptop driver should prioritize applying the fix to ensure proper resource management and system reliability.

CVE
CVE-2026-72144
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-laptop: fix missing cleanups in init error path dell_init() initializes several resources after dell_setup_rfkill(), including the optional touchpad LED, keyboard backlight LED, battery hook, debugfs directory and dell-laptop notifier. If a later LED or backlight registration fails, the error path only tears down the battery hook and rfkill resources. This leaves the notifier, debugfs directory, keyboard backlight LED and optional touchpad LED registered after dell_init() returns an error. Add the missing cleanup calls before tearing down rfkill.