PT-2026-44307 · Linux · Linux
Published
2026-05-28
·
Updated
2026-05-28
·
CVE-2026-46184
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
sound: ua101: fix division by zero at probe
Add a missing sanity check for bNrChannels in detect usb format()
to prevent a division by zero in playback urb complete() and
capture urb complete().
USB core does not validate class-specific descriptor fields such
as bNrChannels, so drivers must verify them before use. If a
device provides bNrChannels = 0, frame bytes becomes zero and is
later used as a divisor in the URB completion handlers, leading
to a kernel crash.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux