Linux

Linux Kernel

12152 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 01.10.2025 12:15:35
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix possible memleak when register 'hctx' failed There's issue as follows when do fault injection test: unreferenced object 0xffff888132a9f400 (size 512): comm "insmod", ...

  • EPSS 0.04%
  • Veröffentlicht 01.10.2025 12:15:35
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid crash when inline data creation follows DIO write When inode is created and written to using direct IO, there is nothing to clear the EXT4_STATE_MAY_INLINE_DATA flag. T...

  • EPSS 0.01%
  • Veröffentlicht 01.10.2025 12:15:35
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: ext4: don't set up encryption key during jbd2 transaction Commit a80f7fcf1867 ("ext4: fixup ext4_fc_track_* functions' signature") extended the scope of the transaction in ext4_unl...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:35
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case th...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:35
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: net: hinic: fix memory leak when reading function table When the input parameter idx meets the expected case option in hinic_dbg_get_func_table(), read_data is not released. Fix it...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:35
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Enable IRQ when pdata is ready If the device does not come straight from reset, we might receive an IRQ before we are ready to handle it. [ 2.334737] U...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:34
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_dsp_rproc: Add mutex protection for workqueue The workqueue may execute late even after remoteproc is stopped or stopping, some resources (rpmsg device and endpoint...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:34
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in snd_ac97_dev_register() If device_register() fails in snd_ac97_dev_register(), it should call put_device() to give up reference, or the name...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:34
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one errors in fast-commit block filling Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the co...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:34
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings() We should add the of_node_put() when breaking out of for_each_child_of_node() as it will automatically increase and...