CVE-2026-64463

Summary

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

usb: typec: tcpci_rt1711h: unregister TCPCI port with devres

rt1711h_probe() registers the TCPCI port before requesting the interrupt and enabling alert interrupts. If either of those later steps fails, the probe function returns without unregistering the TCPCI port. The explicit unregister currently only happens from the remove callback.

Register a devres action immediately after tcpci_register_port() succeeds, so tcpci_unregister_port() runs on later probe failures and on driver detach. Drop the remove callback to avoid unregistering the same port twice.

This issue was identified during our ongoing static-analysis research while reviewing kernel code.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux302c570bf36e997d55ad0d60628a2feec76954a4 < ce2e36e8759dfbfe546723810c306f42f484866daffected
LinuxLinux302c570bf36e997d55ad0d60628a2feec76954a4 < 94b1abf1af94aa5a355e9f03675e07bccfc41c4baffected
LinuxLinux302c570bf36e997d55ad0d60628a2feec76954a4 < e5406c8fb71cd2f89a46300a746f6e7972e621e8affected
LinuxLinux302c570bf36e997d55ad0d60628a2feec76954a4 < 569f18a83eed0b0be4615f0c7bed40fb5c50e2e6affected
LinuxLinux302c570bf36e997d55ad0d60628a2feec76954a4 < e8da46d99d3710106e7c44db14566bf9b57386b5affected
LinuxLinux4309ab96ab744703871e35d829177dd9347bf643affected
LinuxLinux895ec8c86e13f85b119c71d5f95491b48867955eaffected
LinuxLinux745dcedb896a740825160228f98dbb5725a49f85affected
LinuxLinux4.19.131 < 4.20affected
LinuxLinux5.4.50 < 5.5affected
LinuxLinux5.7.7 < 5.8affected
LinuxLinux5.8affected
LinuxLinux0 < 5.8unaffected
LinuxLinux6.6.145 <= 6.6.*unaffected
LinuxLinux6.12.96 <= 6.12.*unaffected
LinuxLinux6.18.39 <= 6.18.*unaffected
LinuxLinux7.1.4 <= 7.1.*unaffected
LinuxLinux7.2-rc3 <= *unaffected

Weaknesses

References