CVE Catalog

CVE-2026-93131

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's platform/x86: dell-privacy driver, there is a race condition when accessing priv->features_present. Access must be done with the list mutex held, otherwise priv can be freed at any moment. The fix ensures the mutex is held during access.

Risk Assessment

Risk of use-after-free or incorrect behavior of the Dell privacy driver, potentially leading to system crash.

Recommendation

Apply the Linux kernel update to fix the race condition in the dell-privacy driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-privacy: Fix race condition Accessing priv->features_present needs to happen with the list mutex being held, otherwise priv can be freed at any moment.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS