Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:29

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags In nvme_alloc_admin_tags, the admin_q can be set to an error (typically -ENOMEM) if the blk_mq_init_queue call fai...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 03.09.2025 17:15:32

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645_i2c_remove() first cancel the &rt5645->jack_detect_work and del...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:30

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix possible null-ptr-deref in cadence_nand_dt_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:30

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It will cause null-ptr-deref if platform_get_resource_byname() returns NULL, we need check the return ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:30

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko If the driver support subdev mode, the parameter "dev->pm.dev" will be NULL in mtk_vcodec_dec_remove. Ker...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:30

In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG() from skb_checksum_help() I have a syzbot report that managed to get a crash in skb_checksum_help() If syzbot can trigger these BUG(), it makes sense to repla...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:31

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Check for null pointer of pointer substream before dereferencing it Pointer substream is being dereferenced on the assignment of pointer card before substream is being n...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:27

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init Syzbot reported that -1 is used as array index. The problem was in missing validation check. hdw->unit_number i...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 24.03.2025 19:59:14

In the Linux kernel, the following vulnerability has been resolved: mt76: fix tx status related use-after-free race on station removal There is a small race window where ongoing tx activity can lead to a skb getting added to the status tracking idr...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:27

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-hdmi: Fix refcount leak in imx_hdmi_probe of_find_device_by_node() takes reference, we should use put_device() to release it. when devm_kzalloc() fails, it doesn't have a...