Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:13
  • Zuletzt bearbeitet 11.12.2025 19:52:09

In the Linux kernel, the following vulnerability has been resolved: integrity: Fix memory leakage in keyring allocation error path Key restriction is allocated in integrity_init_keyring(). However, if keyring allocation failed, it is not freed, cau...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:12
  • Zuletzt bearbeitet 12.12.2025 20:51:23

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: SDMA update use unlocked iterator SDMA update page table may be called from unlocked context, this generate below warning. Use unlocked iterator to handle this case. W...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:12
  • Zuletzt bearbeitet 12.12.2025 20:39:36

In the Linux kernel, the following vulnerability has been resolved: i2c: ismt: Fix an out-of-bounds bug in ismt_access() When the driver does not check the data from the user, the variable 'data->block[0]' may be very large to cause an out-of-bound...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:11
  • Zuletzt bearbeitet 12.12.2025 15:11:21

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe() The node returned by of_parse_phandle() with refcount incremented, of_node_put() needs be ca...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:10
  • Zuletzt bearbeitet 12.12.2025 15:13:59

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:10
  • Zuletzt bearbeitet 11.12.2025 19:45:20

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix memory leak in set_mempolicy_home_node system call When encountering any vma in the range with policy other than MPOL_BIND or MPOL_PREFERRED_MANY, an error is ret...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:09
  • Zuletzt bearbeitet 11.12.2025 19:44:24

In the Linux kernel, the following vulnerability has been resolved: tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak In crb_acpi_add(), we get the TPM2 table to retrieve information like start method, and then assign them to the pri...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:08
  • Zuletzt bearbeitet 11.12.2025 19:32:37

In the Linux kernel, the following vulnerability has been resolved: nvme: fix multipath crash caused by flush request when blktrace is enabled The flush request initialized by blk_kick_flush has NULL bio, and it may be dealt with nvme_end_req durin...

  • EPSS 0.08%
  • Veröffentlicht 18.09.2025 13:33:07
  • Zuletzt bearbeitet 12.12.2025 16:19:41

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix user-after-free This uses l2cap_chan_hold_unless_zero() after calling __l2cap_get_chan_blah() to prevent the following trace: Bluetooth: l2cap_core.c:static ...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:33:07
  • Zuletzt bearbeitet 11.12.2025 19:43:24

In the Linux kernel, the following vulnerability has been resolved: net: hinic: fix the issue of CMDQ memory leaks When hinic_set_cmdq_depth() fails in hinic_init_cmdqs(), the cmdq memory is not released correctly. Fix it.