Linux

Linux Kernel

12376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 24.12.2024 16:12:42

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix rdma_resolve_route() memory leak Fix a memory leak when "mda_resolve_route() is called more than once on the same "rdma_cm_id". This is possible if cma_query_handler...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 06.03.2025 12:53:53

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer() commit 6f755e85c332 ("coresight: Add helper for inserting synchronization packets") removed trailing '\0' fr...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 02.04.2025 14:31:32

In the Linux kernel, the following vulnerability has been resolved: wl1251: Fix possible buffer overflow in wl1251_cmd_scan Function wl1251_cmd_scan calls memcpy without checking the length. Harden by checking the length is within the maximum allow...

  • EPSS 0.06%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 02.04.2025 14:30:39

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid HDCP over-read and corruption Instead of reading the desired 5 bytes of the actual target field, the code was reading 8. This could result in a corrupted val...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 10.01.2025 18:12:28

In the Linux kernel, the following vulnerability has been resolved: mwifiex: bring down link before deleting interface We can deadlock when rmmod'ing the driver or going through firmware reset, because the cfg80211_unregister_wdev() has to bring do...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 02.04.2025 14:54:52

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix lockup on kernel exec fault The powerpc kernel is not prepared to handle exec faults from kernel. Especially, the function is_exec_fault() will return 'false' when ...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 12.05.2025 19:55:22

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix races between xattr_{set|get} and listxattr operations UBIFS may occur some problems with concurrent xattr_{set|get} and listxattr operations, such as assertion failure,...

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 12.05.2025 19:54:53

In the Linux kernel, the following vulnerability has been resolved: virtio-net: Add validation for used length This adds validation for used length (might come from an untrusted device) to avoid data corruption or loss.

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 24.12.2024 16:11:59

In the Linux kernel, the following vulnerability has been resolved: udf: Fix NULL pointer dereference in udf_symlink function In function udf_symlink, epos.bh is assigned with the value returned by udf_tgetblk. The function udf_tgetblk is defined i...

  • EPSS 0.06%
  • Veröffentlicht 21.05.2024 15:15:21
  • Zuletzt bearbeitet 02.04.2025 14:54:43

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Avoid data corruptions Wait for all dependencies of a job to complete before killing it to avoid data corruptions.