CVE-2024-35822
"Linux Kernel USB UDC Denial of Service"
Description
In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usb_ep_queue+0x7c/0x104 pc : usb_ep_queue+0x7c/0x104 lr : fsg_main_thread+0x494/0x1b3c Root cause is mass storage function try to queue request from main thread, but other thread may already disable ep when function disable. As there is no function failure in the driver, in order to avoid effort to fix warning, change WARN_ON_ONCE() in usb_ep_queue() to pr_debug().
INFO
Published Date :
May 17, 2024, 2:15 p.m.
Last Modified :
Nov. 21, 2024, 9:20 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
Exploitability Score :
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-35822
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-35822
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-35822
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/2a587a035214fa1b5ef598aea0b81848c5b72e5e Added Reference https://git.kernel.org/stable/c/2b002c308e184feeaeb72987bca3f1b11e5f70b8 Added Reference https://git.kernel.org/stable/c/30511676eb54d480d014352bf784f02577a10252 Added Reference https://git.kernel.org/stable/c/36177c2595df12225b95ce74eb1ac77b43d5a58c Added Reference https://git.kernel.org/stable/c/3e944ddc17c042945d983e006df7860687a8849a Added Reference https://git.kernel.org/stable/c/68d951880d0c52c7f13dcefb5501b69b8605ce8c Added Reference https://git.kernel.org/stable/c/99731076722eb7ed26b0c87c879da7bb71d24290 Added Reference https://git.kernel.org/stable/c/df5cbb908f1687e8ab97e222a16b7890d5501acf Added Reference https://git.kernel.org/stable/c/f74c5e0b54b02706d9a862ac6cddade30ac86bcf Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Nov. 05, 2024
Action Type Old Value New Value Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 27, 2024
Action Type Old Value New Value Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html [No types assigned] -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 25, 2024
Action Type Old Value New Value Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html [No types assigned] -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 29, 2024
Action Type Old Value New Value -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 17, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usb_ep_queue+0x7c/0x104 pc : usb_ep_queue+0x7c/0x104 lr : fsg_main_thread+0x494/0x1b3c Root cause is mass storage function try to queue request from main thread, but other thread may already disable ep when function disable. As there is no function failure in the driver, in order to avoid effort to fix warning, change WARN_ON_ONCE() in usb_ep_queue() to pr_debug(). Added Reference kernel.org https://git.kernel.org/stable/c/2b002c308e184feeaeb72987bca3f1b11e5f70b8 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/68d951880d0c52c7f13dcefb5501b69b8605ce8c [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/3e944ddc17c042945d983e006df7860687a8849a [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/df5cbb908f1687e8ab97e222a16b7890d5501acf [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/f74c5e0b54b02706d9a862ac6cddade30ac86bcf [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/99731076722eb7ed26b0c87c879da7bb71d24290 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/36177c2595df12225b95ce74eb1ac77b43d5a58c [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/30511676eb54d480d014352bf784f02577a10252 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/2a587a035214fa1b5ef598aea0b81848c5b72e5e [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-35822
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-35822
weaknesses.