Linux

Linux

9649 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.14%
  • Veröffentlicht 06.03.2025 16:15:52
  • Zuletzt bearbeitet 01.10.2025 20:18:12

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check The devm_kzalloc() function doesn't return error pointers, it returns NULL on error. Update the check to match.

  • EPSS 0.19%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 12.05.2026 13:16:26

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: Add check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked.

  • EPSS 0.21%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 03.11.2025 20:16:59

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_range_table The function atomctrl_get_smc_sclk_range_table() does not check the return value of smu_atom...

  • EPSS 0.18%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 28.10.2025 02:48:49

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix handling of received connection abort Fix the handling of a connection abort that we've received. Though the abort is at the connection level, it needs propagating to t...

  • EPSS 0.19%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 22.01.2026 20:55:53

In the Linux kernel, the following vulnerability has been resolved: staging: media: max96712: fix kernel oops when removing module The following kernel oops is thrown when trying to remove the max96712 module: Unable to handle kernel paging reques...

  • EPSS 0.22%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 03.11.2025 20:16:59

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_tcm: Don't free command immediately Don't prematurely free the command. Wait for the status completion of the sense status. It can be freed then. Otherwise we will d...

  • EPSS 0.17%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 14.07.2026 13:17:16

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Fix ida_free call while not allocated In the rproc_alloc() function, on error, put_device(&rproc->dev) is called, leading to the call of the rproc_type_release() ...

  • EPSS 0.17%
  • Veröffentlicht 06.03.2025 16:15:51
  • Zuletzt bearbeitet 28.10.2025 02:48:14

In the Linux kernel, the following vulnerability has been resolved: idpf: convert workqueues to unbound When a workqueue is created with `WQ_UNBOUND`, its work items are served by special worker-pools, whose host workers are not bound to any specif...

  • EPSS 0.18%
  • Veröffentlicht 27.02.2025 20:16:04
  • Zuletzt bearbeitet 28.10.2025 02:53:52

In the Linux kernel, the following vulnerability has been resolved: mm/compaction: fix UBSAN shift-out-of-bounds warning syzkaller reported a UBSAN shift-out-of-bounds warning of (1UL << order) in isolate_freepages_block(). The bogus compound_orde...

  • EPSS 0.19%
  • Veröffentlicht 27.02.2025 20:16:04
  • Zuletzt bearbeitet 03.11.2025 18:15:49

In the Linux kernel, the following vulnerability has been resolved: hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING hrtimers are migrated away from the dying CPU to any online target at the CPUHP_AP_HRTIMERS_DYING stage i...