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

thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()

A DIRECTORY entry's value field is used as the dir_offset for a
recursive call into __tb_property_parse_dir() with no depth counter.
A crafted peer that chains DIRECTORY entries into a back-reference
loop drives the parser until the kernel stack is exhausted and the
guard page fires. Any untrusted XDomain peer (cable, dock, in-line
inspector, adjacent host) that reaches the PROPERTIES_REQUEST
control-plane exchange can trigger this without authentication.

Thread a depth counter through tb_property_parse() and
__tb_property_parse_dir(), and reject blocks that exceed
TB_PROPERTY_MAX_DEPTH = 8. That is comfortably larger than any
observed legitimate XDomain layout.

Operators who do not need XDomain host-to-host discovery can disable
the path entirely with thunderbolt.xdomain=0 on the kernel command
line.
Published: 2026-07-19
Score: 7.0 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a recursion bug in the Linux kernel’s Thunderbolt host driver. During a PROPERTIES_REQUEST exchange, a crafted DIRECTORY entry can cause __tb_property_parse_dir() to call itself indefinitely, exhausting the kernel stack and triggering a guard‑page fault that results in a kernel panic. This flaw is an example of unchecked input leading to resource exhaustion (CWE‑606), and it allows an attacker to cause a denial of service without authentication.

Affected Systems

All Linux kernel implementations that do not include the recent patch adding a depth counter to the thunderbolt property parsing code are affected. The defect is confined to the Thunderbolt host driver across all distributions that have shipped a kernel before the fix. Kernels that have already incorporated the commit, or those that have booted with thunderbolt.xdomain=0 to disable the vulnerable path, are not vulnerable.

Risk and Exploitability

The CVSS score of 7.0 reflects moderate severity, while the EPSS score of less than 1 % indicates a low probability of exploitation. Based on the description, the attacker must physically connect a malicious Thunderbolt device—such as a cable, dock, or inline inspector—to the host system’s Thunderbolt port to trigger the exploit. No network access or prior authentication is required, and the impact is a full kernel crash that brings the entire system down. Although the vulnerability is not listed in CISA's KEV catalog, the potential for a system‑wide denial of service remains significant.

Generated by OpenCVE AI on August 4, 2026 at 18:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • upgrade to a kernel version that contains the thunderbolt property parser depth‑counter patch
  • if an upgrade is not possible, boot the kernel with thunderbolt.xdomain=0 to disable the vulnerable path entirely
  • physically restrict or monitor Thunderbolt port access and disconnect any untrusted or unknown devices

Generated by OpenCVE AI on August 4, 2026 at 18:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
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

Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-674

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-606
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Moderate


Wed, 22 Jul 2026 00:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-674

Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Cap recursion depth in __tb_property_parse_dir() A DIRECTORY entry's value field is used as the dir_offset for a recursive call into __tb_property_parse_dir() with no depth counter. A crafted peer that chains DIRECTORY entries into a back-reference loop drives the parser until the kernel stack is exhausted and the guard page fires. Any untrusted XDomain peer (cable, dock, in-line inspector, adjacent host) that reaches the PROPERTIES_REQUEST control-plane exchange can trigger this without authentication. Thread a depth counter through tb_property_parse() and __tb_property_parse_dir(), and reject blocks that exceed TB_PROPERTY_MAX_DEPTH = 8. That is comfortably larger than any observed legitimate XDomain layout. Operators who do not need XDomain host-to-host discovery can disable the path entirely with thunderbolt.xdomain=0 on the kernel command line.
Title thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()
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-07-19T14:55:02.840Z

Reserved: 2026-07-19T07:54:57.019Z

Link: CVE-2026-63891

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63891 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T18:30:12Z

Weaknesses
  • CWE-606

    Unchecked Input for Loop Condition