Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 22.09.2025 20:56:14

In the Linux kernel, the following vulnerability has been resolved: watch_queue: Fix NULL dereference in error cleanup In watch_queue_set_size(), the error cleanup code doesn't take account of the fact that __free_page() can't handle a NULL pointer...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 25.03.2025 15:23:07

In the Linux kernel, the following vulnerability has been resolved: crypto: ccree - Fix use after free in cc_cipher_exit() kfree_sensitive(ctx_p->user.key) will free the ctx_p->user.key. But ctx_p->user.key is still used in the next line, which wil...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 21.10.2025 11:51:28

In the Linux kernel, the following vulnerability has been resolved: block: don't delete queue kobject before its children kobjects aren't supposed to be deleted before their child kobjects are deleted. Apparently this is usually benign; however, a...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 21.10.2025 11:51:02

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec - fix the aead software fallback for engine Due to the subreq pointer misuse the private context memory. The aead soft crypto occasionally casues the OS panic...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:01
  • Zuletzt bearbeitet 01.10.2025 20:15:59

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on i...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:01
  • Zuletzt bearbeitet 01.10.2025 20:15:59

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe This function only calls of_node_put() in the regular path. And it will cause refcount leak in error paths. For example, when co...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:01
  • Zuletzt bearbeitet 21.10.2025 11:51:52

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:01
  • Zuletzt bearbeitet 22.09.2025 21:17:32

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:01
  • Zuletzt bearbeitet 22.09.2025 21:17:51

In the Linux kernel, the following vulnerability has been resolved: ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to putting operation will result in...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:01
  • Zuletzt bearbeitet 22.09.2025 21:18:00

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in snd_proto_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on it when done...