VDB

CISA-2024-36896

CISA-2024-36896 PUBLISHED CVSS 9.1 CRITICAL

Reported by Linux · Published May 30, 2024

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix access violation during port device removal Testing with KASAN and syzkaller revealed a bug in port.c:disable_store(): usb_hub_to_struct_hub() can return NULL if the hub that the port belongs to is concurrently removed, but the function does not check for this possibility before dereferencing the returned value. It turns out that the first dereference is unnecessary, since hub->intfdev is the parent of the port device, so it can be changed easily. Adding a check for hub == NULL prevents further problems. The same bug exists in the disable_show() routine, and it can be fixed the same way.

Risk Scores

CVSS 3.1
9.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Affected Products

VendorProductVersions
LinuxLinuxf061f43d7418, f061f43d7418, f061f43d7418
LinuxLinux6.0, 0, 6.1.91
LinuxLinux6.8.10, *, f061f43d7418
linuxlinux_kernelf061f43d7418, f061f43d7418, f061f43d7418

Timeline

  • May 30, 2024 CVE Published
  • Aug 2, 2024 CVE Updated

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›