Skip to content

In the Linux kernel, the following vulnerability has been...

Unreviewed Published May 17, 2024 to the GitHub Advisory Database • Updated May 17, 2024

Package

No package listedSuggest a package

Affected versions

Unknown

Patched versions

Unknown

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

References

Published by the National Vulnerability Database May 17, 2024
Published to the GitHub Advisory Database May 17, 2024
Last updated May 17, 2024

Severity

Unknown

Weaknesses

No CWEs

CVE ID

CVE-2024-35822

GHSA ID

GHSA-2q67-rw6p-rcj4

Source code

No known source code

Dependabot alerts are not supported on this advisory because it does not have a package from a supported ecosystem with an affected and fixed version.

Learn more about GitHub language support

Checking history
See something to contribute? Suggest improvements for this vulnerability.