PT-2026-64548 · Linux · Linux
CVE-2026-64327
·
Published
2026-07-25
·
Updated
2026-07-25
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:
usb: gadget: f fs: Initialize epfile->in early to fix endpoint direction checks
When parsing endpoint descriptors, ffs data got descs() generates the
eps addrmap which contains the endpoint direction. However, epfile->in
was previously only populated in ffs func eps enable() which executes
upon USB host connection. As a result, early userspace ioctls like
FUNCTIONFS DMABUF ATTACH that run before the host connects would see
epfile->in as 0, leading to incorrect DMA directions.
By moving the initialization to ffs epfiles create(), epfile->in is
accurate before userspace opens the endpoint files.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux