Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2024-35822 Details

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().

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://git.kernel.org/stable/c/2a587a035214fa1b5ef598aea0b81848c5b72e5e kernel.orgPatch
https://git.kernel.org/stable/c/2b002c308e184feeaeb72987bca3f1b11e5f70b8 kernel.orgPatch
https://git.kernel.org/stable/c/30511676eb54d480d014352bf784f02577a10252 kernel.orgPatch
https://git.kernel.org/stable/c/36177c2595df12225b95ce74eb1ac77b43d5a58c kernel.orgPatch
https://git.kernel.org/stable/c/3e944ddc17c042945d983e006df7860687a8849a kernel.orgPatch

see all 20 references

Weakness Enumeration

CWE-IDCWE NameSource
NVD-CWE-noinfoInsufficient Information to Classify Weakness[email protected]

Affected Products

ProductVersions
linux linux kernel
< 4.19.312
>= 4.20, < 5.4.274
>= 5.5, < 5.10.215
>= 5.11, < 5.15.154
>= 5.16, < 6.1.84

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*

Remediation

  • No remediation found in references.
debian debian linux
10.0

CPE

  • cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

9 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2024-35822
NVD Published Date:
May 17, 2024
NVD Last Modified:
Jun 17, 2026
Source:
kernel.org
CVE-2024-35822 Details - Not Deferred