AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-36896

CRITICAL · CVSS 9.1 EPSS 0.92%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-05-30 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.1. It affects Linux.

CVE
CVE-2024-36896
Severity
CRITICAL
CVSS
9.1
EPSS
0.92%
Linux

Original NVD Description

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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)