Linux

Linux Kernel

18376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 22.08.2026 16:16:42
  • Zuletzt bearbeitet 22.08.2026 16:16:42

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - sanitize event type index when fetching event masks The user-supplied event type index passed to EVIOCGMASK / EVIOCSMASK ioctls is used to index the static counts ar...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:42
  • Zuletzt bearbeitet 22.08.2026 16:16:42

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write on Type II inbound URBs data_ep_set_params() sizes each URB transfer buffer before it adds the Format Type II transfer delimiter: u->packets = urb_...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:42
  • Zuletzt bearbeitet 22.08.2026 16:16:42

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msg ibuf_len is the bulk IN (receive) buffer size, but the EMSGSIZE check in usbio_bulk_msg() compares it against txbuf_l...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:42
  • Zuletzt bearbeitet 22.08.2026 16:16:42

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm() If cxacru_cm() encounters an error while submitting or waiting for snd_urb, it aborts and returns the error without ...

  • EPSS 0.23%
  • Veröffentlicht 22.08.2026 16:16:42
  • Zuletzt bearbeitet 22.08.2026 16:16:42

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: Use unsigned int for ndp_index The variable ndp_index is declared as a signed integer, but it stores the return value of get_ncm(), which is unsigned. A malici...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:41
  • Zuletzt bearbeitet 22.08.2026 16:16:41

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() When the interface has NETIF_F_SG enabled and skb_linearize() fails in ax88179_tx_fixup(), the function returns NULL with...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:41
  • Zuletzt bearbeitet 22.08.2026 16:16:41

In the Linux kernel, the following vulnerability has been resolved: net: usb: ipheth: fix carrier_work UAF on disconnect ipheth_sndbulk_callback() re-arms the carrier-check work on any non-zero URB status: else schedule_delayed_work(&dev->carri...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:41
  • Zuletzt bearbeitet 22.08.2026 16:16:41

In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vt_k_ioctl() enforce, allowing...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:41
  • Zuletzt bearbeitet 22.08.2026 16:16:41

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbd_keycode with tty_port_tty_get kbd_keycode() reads vc->port.tty without acquiring a tty reference, racing against con_shutdown() which clears port...

  • EPSS 0.2%
  • Veröffentlicht 22.08.2026 16:16:41
  • Zuletzt bearbeitet 22.08.2026 16:16:41

In the Linux kernel, the following vulnerability has been resolved: mm: fix incorrect flush address in direct page table reclaim When zap_pte_range reclaims a page table, it does: pte_free_tlb(tlb, pmd_pgtable(pmdval), addr); and this is unco...