- EPSS 0.21%
- Veröffentlicht 19.07.2026 14:55:14
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: Input: atmel_mxt_ts - fix boundary check in mxt_prepare_cfg_mem When a configuration file provides an object size that is larger than the driver's known mxt_obj_size(object), the d...
- EPSS 0.19%
- Veröffentlicht 19.07.2026 14:55:13
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: uio: uio_pci_generic_sva: fix double free of devm_kzalloc() memory uio_pci_sva allocates struct uio_pci_sva_dev with devm_kzalloc() in probe(), but then calls kfree(udev) both on t...
- EPSS 0.21%
- Veröffentlicht 19.07.2026 14:55:12
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: Fix use after free bug in vudc_remove due to race condition This patch follows up Zheng Wang's 2023 report of a use-after-free in vudc_remove(). The original thread st...
CVE-2026-63906
- EPSS 0.18%
- Veröffentlicht 19.07.2026 14:55:12
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Fix use-after-free in omap2430_probe() In omap2430_probe(), of_node_put(np) is called prematurely before the last access to np, leading to a use-after-free if ...
- EPSS 0.21%
- Veröffentlicht 19.07.2026 14:55:11
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: check URB actual_length for interrupt-IN notifications USBTMC devices can use an optional interrupt endpoint for notification messages. These typically contain two-byt...
- EPSS 0.21%
- Veröffentlicht 19.07.2026 14:55:10
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: USB: serial: cypress_m8: validate interrupt packet headers cypress_read_int_callback() parses the interrupt-in buffer according to the selected Cypress packet format. Format 1 has ...
- EPSS 0.21%
- Veröffentlicht 19.07.2026 14:55:10
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: USB: serial: belkin_sa: validate interrupt status length The Belkin interrupt callback treats interrupt data as a four-byte status report and reads LSR/MSR fields at offsets 2 and ...
- EPSS 0.23%
- Veröffentlicht 19.07.2026 14:55:09
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: USB: serial: digi_acceleport: fix memory corruption with small endpoints Add the missing bulk-out buffer size sanity checks to avoid out-of-bounds memory accesses or slab corruptio...
- EPSS 0.23%
- Veröffentlicht 19.07.2026 14:55:08
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: USB: serial: mxuport: fix memory corruption with small endpoint Make sure that the bulk-out endpoint max packet size is at least eight bytes to avoid user-controlled slab corruptio...
- EPSS 0.21%
- Veröffentlicht 19.07.2026 14:55:08
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspan: fix missing indat transfer sanity check Add the missing sanity check on the size of usa49wg indat transfers to avoid parsing stale or uninitialised slab data.