Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 04.10.2025 15:16:50
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write When the oob buffer length is not in multiple of words, the oob write function does out-of-bounds read on th...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:16:49
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix incomplete state save in rxe_requester If a send packet is dropped by the IP layer in rxe_requester() the call to rxe_xmit_packet() can fail with err == -EAGAIN. To r...

  • EPSS 0.04%
  • Veröffentlicht 04.10.2025 15:16:48
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free for cached IPU bio xfstest generic/019 reports a bug: kernel BUG at mm/filemap.c:1619! RIP: 0010:folio_end_writeback+0x8a/0x90 Call Trace: end_p...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:16:48
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: btrfs: insert tree mod log move in push_node_left There is a fairly unlikely race condition in tree mod log rewind that can result in a kernel panic which has the following trace: ...

  • EPSS 0.04%
  • Veröffentlicht 04.10.2025 15:16:47
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: blk-crypto: make blk_crypto_evict_key() more robust If blk_crypto_evict_key() sees that the key is still in-use (due to a bug) or that ->keyslot_evict failed, it currently just ret...

  • EPSS 0.04%
  • Veröffentlicht 04.10.2025 15:16:46
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: Add a check for oversized packets Occasionnaly we may get oversized packets from the hardware which exceed the nomimal 2KiB buffer size we allocate SKBs with. Add an...

  • EPSS 0.05%
  • Veröffentlicht 04.10.2025 15:16:45
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe rpi_firmware_get() take reference, we need to release it in error paths as well. Use devm_rpi_firmware_get() helper to han...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:16:45
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference.

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:16:44
  • Zuletzt bearbeitet 10.10.2025 16:15:50

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.04%
  • Veröffentlicht 04.10.2025 15:16:43
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode There are many places that will get unhappy (and crash) when ext4_iget() returns a bad inode. However, if iget the boot...