Linux

Linux

7671 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 24.12.2025 10:32:46
  • Zuletzt bearbeitet 25.03.2026 11:16:14

In the Linux kernel, the following vulnerability has been resolved: iomap: allocate s_dio_done_wq for async reads as well Since commit 222f2c7c6d14 ("iomap: always run error completions in user context"), read error completions are deferred to s_di...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 10:32:45
  • Zuletzt bearbeitet 29.12.2025 15:58:56

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix exclusive map memory leak When excl_prog_hash is 0 and excl_prog_hash_size is non-zero, the map also needs to be freed. Otherwise, the map memory will not be reclaimed, ju...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 10:32:44
  • Zuletzt bearbeitet 29.12.2025 15:58:56

In the Linux kernel, the following vulnerability has been resolved: net: vxlan: prevent NULL deref in vxlan_xmit_one Neither sock4 nor sock6 pointers are guaranteed to be non-NULL in vxlan_xmit_one, e.g. if the iface is brought down. This can lead ...

  • EPSS 0.05%
  • Veröffentlicht 24.12.2025 10:32:44
  • Zuletzt bearbeitet 19.01.2026 13:16:10

In the Linux kernel, the following vulnerability has been resolved: regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex regulator_supply_alias_list was accessed without any locking in regulator_supply_alias(), regulator_r...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 10:32:43
  • Zuletzt bearbeitet 29.12.2025 15:58:56

In the Linux kernel, the following vulnerability has been resolved: spi: ch341: fix out-of-bounds memory access in ch341_transfer_one Discovered by Atuin - Automated Vulnerability Discovery Engine. The 'len' variable is calculated as 'min(32, tran...

  • EPSS 0.01%
  • Veröffentlicht 24.12.2025 10:32:42
  • Zuletzt bearbeitet 26.02.2026 15:53:25

In the Linux kernel, the following vulnerability has been resolved: exfat: fix refcount leak in exfat_find Fix refcount leaks in `exfat_find` related to `exfat_get_dentry_set`. Function `exfat_get_dentry_set` would increase the reference counter o...

  • EPSS 0.05%
  • Veröffentlicht 24.12.2025 10:32:41
  • Zuletzt bearbeitet 19.01.2026 13:16:10

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid Fixes a crash when layout is null during this call stack: write_inode -> nfs4_write_inode ->...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 10:32:41
  • Zuletzt bearbeitet 29.12.2025 15:58:56

In the Linux kernel, the following vulnerability has been resolved: exfat: fix divide-by-zero in exfat_allocate_bitmap The variable max_ra_count can be 0 in exfat_allocate_bitmap(), which causes a divide-by-zero error in the subsequent modulo opera...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 10:32:40
  • Zuletzt bearbeitet 29.12.2025 15:58:56

In the Linux kernel, the following vulnerability has been resolved: block: fix memory leak in __blkdev_issue_zero_pages Move the fatal signal check before bio_alloc() to prevent a memory leak when BLKDEV_ZERO_KILLABLE is set and a fatal signal is p...

  • EPSS 0.07%
  • Veröffentlicht 24.12.2025 10:32:39
  • Zuletzt bearbeitet 19.01.2026 13:16:10

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detect_stream_formats() The function detect_stream_formats() reads the stream_count value directly from a FireWire device without validating it. ...