Executive Summary

Informations
Name CVE-2024-57981 First vendor Publication 2025-02-27
Vendor Cve Last vendor Modification 2025-03-13

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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

usb: xhci: Fix NULL pointer dereference on certain command aborts

If a command is queued to the final usable TRB of a ring segment, the enqueue pointer is advanced to the subsequent link TRB and no further. If the command is later aborted, when the abort completion is handled the dequeue pointer is advanced to the first TRB of the next segment.

If no further commands are queued, xhci_handle_stopped_cmd_ring() sees the ring pointers unequal and assumes that there is a pending command, so it calls xhci_mod_cmd_timer() which crashes if cur_cmd was NULL.

Don't attempt timer setup if cur_cmd is NULL. The subsequent doorbell ring likely is unnecessary too, but it's harmless. Leave it alone.

This is probably Bug 219532, but no confirmation has been received.

The issue has been independently reproduced and confirmed fixed using a USB MCU programmed to NAK the Status stage of SET_ADDRESS forever. Everything continued working normally after several prevented crashes.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-57981

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-476 NULL Pointer Dereference

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3701

Sources (Detail)

https://git.kernel.org/stable/c/0ce5c0dac768be14afe2426101b568a0f66bfc4d
https://git.kernel.org/stable/c/1e0a19912adb68a4b2b74fd77001c96cd83eb073
https://git.kernel.org/stable/c/4ff18870af793ce2034a6ad746e91d0a3d985b88
https://git.kernel.org/stable/c/ae069cd2ba09a2bd6a87a68c59ef0b7ea39cd641
https://git.kernel.org/stable/c/b44253956407046e5907d4d72c8fa5b93ae94485
https://git.kernel.org/stable/c/b649f0d5bc256f691c7d234c3986685d54053de1
https://git.kernel.org/stable/c/cf30300a216a4f8dce94e11781a866a09d4b50d4
https://git.kernel.org/stable/c/fd8bfaeba4a85b14427899adec0efb3954300653
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
Date Informations
2025-03-29 03:44:54
  • Multiple Updates
2025-03-28 13:48:08
  • Multiple Updates
2025-03-28 03:22:44
  • Multiple Updates
2025-03-25 03:28:40
  • Multiple Updates
2025-03-19 00:20:41
  • Multiple Updates
2025-03-18 00:20:44
  • Multiple Updates
2025-03-14 00:21:09
  • Multiple Updates
2025-03-13 21:21:04
  • Multiple Updates
2025-03-13 17:21:00
  • Multiple Updates
2025-02-27 09:20:32
  • First insertion