Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.07%
  • Veröffentlicht 24.05.2024 15:15:19
  • Zuletzt bearbeitet 01.04.2025 18:42:07

In the Linux kernel, the following vulnerability has been resolved: ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port() The if statement: if (port >= DSAF_GE_NUM) return; limits the value ...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:19
  • Zuletzt bearbeitet 01.04.2025 18:42:20

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again In SRIOV configuration, the reset may failed to bring asic back to normal but stop cpsch already been ca...

  • 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 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