Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 14:15:21
  • Zuletzt bearbeitet 03.10.2025 15:52:38

In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit() callback is optional The exit() callback is optional and shouldn't be called without checking a valid pointer first. Also, we must clear freq_table pointer even if...

  • EPSS 0.24%
  • Veröffentlicht 19.06.2024 14:15:21
  • Zuletzt bearbeitet 01.04.2025 18:27:13

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170_tx_release() function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from inc...

  • EPSS 0.05%
  • Veröffentlicht 19.06.2024 14:15:21
  • Zuletzt bearbeitet 03.10.2025 15:54:43

In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc()/vfree() usage The kv*() family of tests were accidentally freeing with vfree() instead of kvfree(). Use kvfree() instead.

  • EPSS 0.09%
  • Veröffentlicht 19.06.2024 14:15:21
  • Zuletzt bearbeitet 04.11.2025 18:16:28

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Set lower bound of start tick time Currently ALSA timer doesn't have the lower limit of the start tick time, and it allows a very small size, e.g. 1 tick with 1ns reso...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:20
  • Zuletzt bearbeitet 04.11.2025 18:16:28

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix a race between readers and resize checks The reader code in rb_get_reader_page() swaps a new reader page into the ring buffer by doing cmpxchg on old->list.prev->n...

  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 14:15:20
  • Zuletzt bearbeitet 03.10.2025 15:22:50

In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdev_iomap_begin blkdev_iomap_begin rounds down the offset to the logical block size before stashing it in iomap->offset and checking that it still...

  • EPSS 0.18%
  • Veröffentlicht 19.06.2024 14:15:20
  • Zuletzt bearbeitet 01.04.2025 18:26:12

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix NULL module pointer assignment at card init The commit 81033c6b584b ("ALSA: core: Warn on empty module") introduced a WARN_ON() for a NULL module pointer passed at ...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:20
  • Zuletzt bearbeitet 03.10.2025 15:24:10

In the Linux kernel, the following vulnerability has been resolved: macintosh/via-macii: Fix "BUG: sleeping function called from invalid context" The via-macii ADB driver calls request_irq() after disabling hard interrupts. But disabling interrupts...

  • EPSS 0.04%
  • Veröffentlicht 19.06.2024 14:15:20
  • Zuletzt bearbeitet 17.09.2025 17:05:59

In the Linux kernel, the following vulnerability has been resolved: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() Patch series "mm: follow_pte() improvements and acrn follow_pte() fixes". Patch #1 fixes a bunch of issues I spotted ...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:20
  • Zuletzt bearbeitet 03.11.2025 20:16:21

In the Linux kernel, the following vulnerability has been resolved: media: i2c: et8ek8: Don't strip remove function when driver is builtin Using __exit for the remove function results in the remove callback being discarded with CONFIG_VIDEO_ET8EK8=...