Linux

Linux

7024 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:03
  • Zuletzt bearbeitet 25.03.2025 15:23:34

In the Linux kernel, the following vulnerability has been resolved: dm: fix use-after-free in dm_cleanup_zoned_dev() dm_cleanup_zoned_dev() uses queue, so it must be called before blk_cleanup_disk() starts its killing: blk_cleanup_disk->blk_cleanu...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 22.09.2025 20:55:12

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: va-macro: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where siz...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 22.09.2025 20:55:22

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where siz...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 22.09.2025 20:55:33

In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe() Call i2c_unregister_device(audio) on this error path.

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 22.09.2025 20:55:41

In the Linux kernel, the following vulnerability has been resolved: media: ti-vpe: cal: Fix a NULL pointer dereference in cal_ctx_v4l2_init_formats() In cal_ctx_v4l2_init_formats(), devm_kzalloc() is assigned to ctx->active_fmt and there is a deref...

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

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix missing free nid in f2fs_handle_failed_inode This patch fixes xfstests/generic/475 failure. [ 293.680694] F2FS-fs (dm-1): May loss orphan inode, run fsck to fix. [ 293...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 22.09.2025 20:55:58

In the Linux kernel, the following vulnerability has been resolved: watch_queue: Actually free the watch free_watch() does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report some...

  • EPSS 0.03%
  • 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.03%
  • 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...