IT

Tracker / CVE-2021-47170

CVE-2021-47170

Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: USB: usbfs: Don't WARN about excessively large memory allocations Syzbot found that the kernel generates a WARNing if the user tries to submit a bulk transfer through usbfs with a buffer that is way too large. This isn't a bug in the kernel; it's merely an invalid request from the user and the usbfs code does handle it correctly. In theory the same thing can happen with async transfers, or with the packet descriptor table for isochronous transfers. To prevent the MM subsystem from complaining about these bad allocation requests, add the __GFP_NOWARN flag to the kmalloc calls for these buffers.

Affected products and versions

linux linux_kernel
linux linux_kernel · … → 4.19.193
linux linux_kernel · 4.20 → 5.4.124
linux linux_kernel · 5.11 → 5.12.9
linux linux_kernel · 5.5 → 5.10.42

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References