In the Linux kernel before 5.2.10, there is a race condition bug that can be caused by a malicious USB device in the USB character device driver layer, aka CID-303911cfc5b9. This affects drivers/usb/core/file.c.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.10 | issue tracking vendor advisory |
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=303911cfc5b95d33687d9046133ff184cf5043ff | patch vendor advisory |
http://www.openwall.com/lists/oss-security/2019/12/03/4 | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2020/01/msg00013.html | mailing list |
https://lists.debian.org/debian-lts-announce/2020/03/msg00001.html | mailing list |
http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00021.html | vendor advisory |