Linux

Linux

7352 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 24.12.2025 12:22:49
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: s390/lcs: Fix return type of lcs_start_xmit() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:49
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix resource leak in ksmbd_session_rpc_open() When ksmbd_rpc_open() fails then it must call ksmbd_rpc_id_free() to undo the result of ksmbd_ipc_id_alloc().

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:48
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: scsi: efct: Fix possible memleak in efct_device_init() In efct_device_init(), when efct_scsi_reg_fc_transport() fails, efct_scsi_tgt_driver_exit() is not called to release memory f...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:47
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5_cmd_cleanup_async_ctx should return only after all its callback handlers were completed. Before this patch, th...

  • EPSS 0.04%
  • Veröffentlicht 24.12.2025 12:22:46
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix resource leak in regulator_register() I got some resource leak reports while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:46
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init() KASAN reports a use-after-free: BUG: KASAN: use-after-free in dvb_dmxdev_release+0x4d5/0x5d0 [dvb_core] Call Trace: ......

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:45
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: fix memory leak in bnxt_nvm_test() Free the kzalloc'ed buffer before returning in the success path.

  • EPSS 0.02%
  • Veröffentlicht 24.12.2025 12:22:44
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg The calling convention for pre_slave_sg is to return NULL on error and provide an error log to the system. Qcom-...

  • EPSS 0.02%
  • Veröffentlicht 24.12.2025 12:22:44
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: media: ipu3-imgu: Fix NULL pointer dereference in active selection access What the IMGU driver did was that it first acquired the pointers to active and try V4L2 subdev state, and ...

  • EPSS 0.02%
  • Veröffentlicht 24.12.2025 12:22:43
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: x86/apic: Don't disable x2APIC if locked The APIC supports two modes, legacy APIC (or xAPIC), and Extended APIC (or x2APIC). X2APIC mode is mostly compatible with legacy APIC, but...