Linux

Linux Kernel

12374 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.07%
  • Published 01.05.2024 06:15:18
  • Last modified 04.11.2025 18:16:09

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree during disable_unused Doug reported [1] the following hung task: INFO: task swapper/0:1 blocked for more than 122 seconds. Not tain...

  • EPSS 0.01%
  • Published 01.05.2024 06:15:18
  • Last modified 04.11.2025 18:16:09

In the Linux kernel, the following vulnerability has been resolved: interconnect: Don't access req_list while it's being manipulated The icc_lock mutex was split into separate icc_lock and icc_bw_lock mutexes in [1] to avoid lockdep splats. However...

  • EPSS 0.01%
  • Published 01.05.2024 06:15:17
  • Last modified 04.11.2025 18:16:08

In the Linux kernel, the following vulnerability has been resolved: fs: sysfs: Fix reference leak in sysfs_break_active_protection() The sysfs_break_active_protection() routine has an obvious reference leak in its error path. If the call to kernfs...

  • EPSS 0.02%
  • Published 01.05.2024 06:15:17
  • Last modified 04.11.2025 18:16:08

In the Linux kernel, the following vulnerability has been resolved: speakup: Avoid crash on very long word In case a console is set up really large and contains a really long word (> 256 characters), we have to stop before the length of the word bu...

  • EPSS 0.02%
  • Published 01.05.2024 06:15:17
  • Last modified 04.11.2025 18:16:08

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Correct the PDO counting in pd_set Off-by-one errors happen because nr_snk_pdo and nr_src_pdo are incorrectly added one. The index of the loop is equal to the num...

  • EPSS 0.01%
  • Published 01.05.2024 06:15:17
  • Last modified 04.11.2025 18:16:08

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error When ncm function is working and then stop usb0 interface for link down, eth_stop() is called. At thi...

  • EPSS 0.08%
  • Published 01.05.2024 06:15:17
  • Last modified 21.11.2024 09:03:35

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: host: Fix dereference issue in DDMA completion flow. Fixed variable dereference issue in DDMA completion flow.

  • EPSS 0.01%
  • Published 01.05.2024 06:15:17
  • Last modified 04.11.2025 18:16:08

In the Linux kernel, the following vulnerability has been resolved: serial: core: Clearing the circular buffer before NULLifying it The circular buffer is NULLified in uart_tty_port_shutdown() under the spin lock. However, the PM or other timer bas...

  • EPSS 0.01%
  • Published 01.05.2024 06:15:17
  • Last modified 04.11.2025 18:16:08

In the Linux kernel, the following vulnerability has been resolved: serial/pmac_zilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that yo...

  • EPSS 0.02%
  • Published 01.05.2024 06:15:16
  • Last modified 04.11.2025 18:16:02

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix bo leak in intel_fb_bo_framebuffer_init Add a unreference bo in the error path, to prevent leaking a bo ref. Return 0 on success to clarify the success path. (cherry ...