Linux

Linux Kernel

12152 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS -
  • Published 07.10.2025 15:19:25
  • Last modified 07.10.2025 16:15:44

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject invalid reloc tree root keys with stack dump [BUG] Syzbot reported a crash that an ASSERT() got triggered inside prepare_to_merge(). That ASSERT() makes sure the rel...

  • EPSS -
  • Published 07.10.2025 15:19:24
  • Last modified 07.10.2025 16:15:44

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: socinfo: Add kfree for kstrdup Add kfree() in the later error handling in order to avoid memory leak.

  • EPSS -
  • Published 07.10.2025 15:19:23
  • Last modified 07.10.2025 16:15:37

In the Linux kernel, the following vulnerability has been resolved: dm thin: Use last transaction's pmd->root when commit failed Recently we found a softlock up problem in dm thin pool btree lookup code due to corrupted metadata: Kernel panic - n...

  • EPSS -
  • Published 07.10.2025 15:19:23
  • Last modified 07.10.2025 16:15:37

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mlme: fix null-ptr deref on failed assoc If association to an AP without a link 0 fails, then we crash in tracing because it assumes that either ap_mld_addr or link...

  • EPSS -
  • Published 07.10.2025 15:19:22
  • Last modified 07.10.2025 16:15:37

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() In mpt3sas_transport_port_add(), if sas_rphy_add() returns error, sas_rphy_free() needs be called to free...

  • EPSS -
  • Published 07.10.2025 15:19:21
  • Last modified 07.10.2025 16:15:37

In the Linux kernel, the following vulnerability has been resolved: tipc: fix an information leak in tipc_topsrv_kern_subscr Use a 8-byte write to initialize sub.usr_handle in tipc_topsrv_kern_subscr(), otherwise four bytes remain uninitialized whe...

  • EPSS -
  • Published 07.10.2025 15:19:21
  • Last modified 07.10.2025 16:15:37

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping() Our syzkaller report a null pointer dereference, root cause is following: __blk_mq_alloc_map_and_rqs set->tags[h...

  • EPSS -
  • Published 07.10.2025 15:19:20
  • Last modified 07.10.2025 16:15:36

In the Linux kernel, the following vulnerability has been resolved: test_firmware: fix memory leak in test_firmware_init() When misc_register() failed in test_firmware_init(), the memory pointed by test_fw_config->name is not released. The memory l...

  • EPSS -
  • Published 07.10.2025 15:19:19
  • Last modified 07.10.2025 16:15:36

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leakage This patch fixes potential memory leakage and seg fault in _gpuvm_import_dmabuf() function

  • EPSS -
  • Published 07.10.2025 15:19:19
  • Last modified 07.10.2025 16:15:36

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix size validation for non-exclusive domains (v4) Fix amdgpu_bo_validate_size() to check whether the TTM domain manager for the requested memory exists, else we get a ...