In the Linux kernel, the following vulnerability has been resolved:
thunderbolt: Bound root directory content to block size
_tbpropertyparsedir() does not check that contentoffset + contentlen fits within blocklen for the root directory case. When rootdir->length equals or exceeds blocklen - 2, the entry loop reads past the allocated property block.
Add a bounds check after computing contentoffset and contentlen to reject directories whose content extends past the block.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53149.json",
"cna_assigner": "Linux"
}