Linux

Linux Kernel

14320 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 23.12.2025 17:15:46

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines (...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 27.02.2025 21:59:09

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clk_init_data struct does not have all its members initialized, causing issues when trying to expose the internal clock on the...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 08.04.2025 15:30:20

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasan_init_region, when k_start is not page aligned, at the begin of for loop, k_cur = k_start & PAGE_MASK is less than k_...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 17.03.2025 15:36:01

In the Linux kernel, the following vulnerability has been resolved: interconnect: qcom: sc8180x: Mark CO0 BCM keepalive The CO0 BCM needs to be up at all times, otherwise some hardware (like the UFS controller) loses its connection to the rest of t...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 07.01.2025 20:25:50

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend In current scenario if Plug-out and Plug-In performed continuously there could be a chance while checking for...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 07.01.2025 20:24:08

In the Linux kernel, the following vulnerability has been resolved: usb: core: Prevent null pointer dereference in update_port_device_state Currently, the function update_port_device_state gets the usb_hub from udev->parent by calling usb_hub_to_st...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 07.01.2025 21:16:14

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid-of: fix NULL-deref on failed power up A while back the I2C HID implementation was split in an ACPI and OF part, but the new OF driver never initialises the client poin...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 17.03.2025 16:01:17

In the Linux kernel, the following vulnerability has been resolved: dm-crypt, dm-verity: disable tasklets Tasklets have an inherent problem with memory corruption. The function tasklet_action_common calls tasklet_trylock, then it calls the tasklet ...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 03.02.2025 16:17:03

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:52
  • Zuletzt bearbeitet 08.04.2025 15:35:33

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential bug in end_buffer_async_write According to a syzbot report, end_buffer_async_write(), which handles the completion of block device writes, may detect abnormal...