← Volver al buscador de CVEs

CVE-2026-64463

Linux Kernel

Descripción

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.

CVSS 7.8EPSS 0.13799999999999998%Riesgo 0.79
Ver fuente
Publicación
2026-07-25 10:17:31
Versiones afectadas
unknown
Tipo
Kernel
Última modificación
2026-07-27 05:16:52
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H