Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:18
  • Zuletzt bearbeitet 21.11.2024 06:36:30

In the Linux kernel, the following vulnerability has been resolved: net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings() In qlcnic_83xx_add_rings(), the indirect function of ahw->hw_ops->alloc_mbx_args will be called to al...

  • EPSS 0.05%
  • Veröffentlicht 24.05.2024 15:15:18
  • Zuletzt bearbeitet 18.09.2025 16:08:22

In the Linux kernel, the following vulnerability has been resolved: tcp: fix page frag corruption on page fault Steffen reported a TCP stream corruption for HTTP requests served by the apache web-server using a cifs mount-point and memory mapping t...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:17
  • Zuletzt bearbeitet 01.04.2025 18:41:14

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 ("drm/msm/a6xx: fix crashstate capture for A650") we changed a6xx_get_gmu_registers() to read 3 sets of...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:17
  • Zuletzt bearbeitet 18.09.2025 15:56:00

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix wrong list_del in smc_lgr_cleanup_early smc_lgr_cleanup_early() meant to delete the link group from the link group list, but it deleted the list head by mistake. This...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:17
  • Zuletzt bearbeitet 21.11.2024 06:36:29

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix a memleak bug in rvu_mbox_init() In rvu_mbox_init(), mbox_regions is not freed or passed out under the switch-default region, which could lead to a memory leak. ...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:17
  • Zuletzt bearbeitet 18.09.2025 15:55:34

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() Need to call rxrpc_put_local() for peer candidate before kfree() as it holds a ref to rxrpc_local. [DH: v2: Changed to abstract ...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:17
  • Zuletzt bearbeitet 18.09.2025 15:55:24

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() Need to call rxrpc_put_peer() for bundle candidate before kfree() as it holds a ref to rxrpc_peer. [DH: v2: Changed to abstrac...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:16
  • Zuletzt bearbeitet 29.09.2025 17:07:08

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix wait_fence submitqueue leak We weren't dropping the submitqueue reference in all paths. In particular, when the fence has already been signalled. Split out a helper t...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:16
  • Zuletzt bearbeitet 29.09.2025 17:03:18

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP In commit 510410bfc034 ("drm/msm: Implement mmap as GEM object function") we switched to a new/cleaner method of doing things. Th...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:16
  • Zuletzt bearbeitet 18.09.2025 15:57:15

In the Linux kernel, the following vulnerability has been resolved: drm/msm/devfreq: Fix OPP refcnt leak