Executive Summary

Informations
Name CVE-2025-21794 First vendor Publication 2025-02-27
Vendor Cve Last vendor Modification 2025-03-05

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Overall CVSS Score 7.1
Base Score 7.1 Environmental Score 7.1
impact SubScore 5.2 Temporal Score 7.1
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
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:

HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()

Syzbot[1] has detected a stack-out-of-bounds read of the ep_addr array from hid-thrustmaster driver. This array is passed to usb_check_int_endpoints function from usb.c core driver, which executes a for loop that iterates over the elements of the passed array. Not finding a null element at the end of the array, it tries to read the next, non-existent element, crashing the kernel.

To fix this, a 0 element was added at the end of the array to break the for loop.

[1] https://syzkaller.appspot.com/bug?extid=9c9179ac46169c56c1ad

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-125 Out-of-bounds Read

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3713

Sources (Detail)

https://git.kernel.org/stable/c/0b43d98ff29be3144e86294486b1373b5df74c0e
https://git.kernel.org/stable/c/436f48c864186e9413d1b7c6e91767cc9e1a65b8
https://git.kernel.org/stable/c/73e36a699b9f46322ffb81f072a24e64f728dba7
https://git.kernel.org/stable/c/cdd9a1ea23ff1a272547217100663e8de4eada40
https://git.kernel.org/stable/c/f3ce05283f6cb6e19c220f5382def43dc5bd56b9
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
10
11
12
13
14
15
16
Date Informations
2025-06-26 02:41:01
  • Multiple Updates
2025-06-25 12:38:04
  • Multiple Updates
2025-06-24 02:45:27
  • Multiple Updates
2025-05-27 02:52:29
  • Multiple Updates
2025-03-29 03:46:33
  • Multiple Updates
2025-03-28 13:49:03
  • Multiple Updates
2025-03-28 03:24:24
  • Multiple Updates
2025-03-25 16:30:11
  • Multiple Updates
2025-03-25 03:30:12
  • Multiple Updates
2025-03-19 03:18:43
  • Multiple Updates
2025-03-18 03:31:42
  • Multiple Updates
2025-03-14 00:20:59
  • Multiple Updates
2025-03-13 21:20:56
  • Multiple Updates
2025-03-06 14:15:14
  • Multiple Updates
2025-03-06 03:09:45
  • Multiple Updates
2025-03-05 17:20:45
  • Multiple Updates
2025-02-27 09:20:31
  • First insertion