Linux

Linux Kernel

13989 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: media: rga: fix possible memory leak in rga_probe rga->m2m_dev needs to be freed when rga_probe fails.

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 21.10.2025 12:09:38

In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyix The "rxstatus->rs_keyix" eventually gets passed to test_bit() so we need to ensure that it is within t...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 21.10.2025 12:09:27

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Inhibit aborts if external loopback plug is inserted After running a short external loopback test, when the external loopback is removed and a normal cable inserted tha...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 24.03.2025 19:43:27

In the Linux kernel, the following vulnerability has been resolved: NFC: NULL out the dev->rfkill to prevent UAF Commit 3e3b5dfcd16a ("NFC: reorder the logic in nfc_{un,}register_device") assumes the device_is_registered() in function nfc_dev_up() ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 21.10.2025 12:09:15

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add vblank register/unregister callback functions We encountered a kernel panic issue that callback data will be NULL when it's using in ovl irq handler. There is a t...

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

In the Linux kernel, the following vulnerability has been resolved: regulator: da9121: Fix uninit-value in da9121_assign_chip_model() KASAN report slab-out-of-bounds in __regmap_init as follows: BUG: KASAN: slab-out-of-bounds in __regmap_init driv...

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

In the Linux kernel, the following vulnerability has been resolved: HID: elan: Fix potential double free in elan_input_configured 'input' is a managed resource allocated with devm_input_allocate_device(), so there is no need to call input_free_devi...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 24.03.2025 19:37:33

In the Linux kernel, the following vulnerability has been resolved: drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume BUG: Unable to handle kernel paging request at virtual address 006b6b6b6b6b6be...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 22.10.2025 17:20:22

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is detected mdp5_get_global_state runs the risk of hitting a -EDEADLK when acquiring the modeset lock, but curren...

  • 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: drm/rockchip: vop: fix possible null-ptr-deref in vop_bind() It will cause null-ptr-deref in resource_size(), if platform_get_resource() returns NULL, move calling resource_size() ...