Description
In the Linux kernel, the following vulnerability has been resolved:

platform/chrome: cros_ec_typec: Init mutex in Thunderbolt registration

cros_typec_register_thunderbolt() missed initializing the `adata->lock`
mutex. This leads to a NULL dereference when the mutex is later
acquired (e.g. in cros_typec_altmode_work()).

Initialize the mutex in cros_typec_register_thunderbolt() to fix the
issue.
Published: 2026-05-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw arises because the cros_ec_typec driver fails to initialize its mutex during Thunderbolt registration. When the driver later attempts to acquire the uninitialized mutex, a null‑pointer dereference occurs, triggering a kernel oops and a system crash. This vulnerability is a classic null pointer dereference (CWE‑476) and a use‑after‑free in kernel memory (CWE‑909). The result is a denial of service; there is no evident path to execute arbitrary code or gain escalated privileges.

Affected Systems

The issue is present in the Linux kernel’s Chrome OS cros_ec_typec module. All systems that include a kernel containing the unpatched module are potentially affected, including Chrome OS devices and other Linux distributions that ship the same kernel code. No specific version information is provided in the data, so the scope is limited to kernel releases that contain the vulnerable code.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, while an EPSS score of <1% suggests a low probability of exploitation. The vulnerability is not included in the CISA KEV catalog, implying no widespread exploitation has been observed. The attack vector is inferred to be local or limited to controllable Thunderbolt devices; an attacker would need to trigger the registration routine, most likely by connecting a Thunderbolt peripheral.

Generated by OpenCVE AI on August 13, 2026 at 23:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the patch to initialize the mutex in cros_ec_typec_register_thunderbolt.
  • If a kernel update is not available, disable Thunderbolt support by blacklisting the cros_ec_typec module or adding boot parameters that prevent the driver from loading.
  • Temporarily disconnect Thunderbolt peripherals or disable the Thunderbolt ports in the BIOS/UEFI until the kernel patch is applied.

Generated by OpenCVE AI on August 13, 2026 at 23:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8566-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8568-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8569-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Fri, 29 May 2026 00:15:00 +0000


Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_ec_typec: Init mutex in Thunderbolt registration cros_typec_register_thunderbolt() missed initializing the `adata->lock` mutex. This leads to a NULL dereference when the mutex is later acquired (e.g. in cros_typec_altmode_work()). Initialize the mutex in cros_typec_register_thunderbolt() to fix the issue.
Title platform/chrome: cros_ec_typec: Init mutex in Thunderbolt registration
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T17:56:59.651Z

Reserved: 2026-05-13T15:03:33.099Z

Link: CVE-2026-46134

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-05-28T10:16:28.970

Modified: 2026-06-24T17:49:46.630

Link: CVE-2026-46134

cve-icon Redhat

Severity :

Publid Date: 2026-05-28T00:00:00Z

Links: CVE-2026-46134 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T23:30:03Z

Weaknesses
  • CWE-476

    NULL Pointer Dereference

  • CWE-909

    Missing Initialization of Resource