Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:20
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: iio: fix memory leak in iio_device_register_eventset() When iio_device_register_sysfs_group() returns failed, iio_device_register_eventset() needs to free attrs array. Otherwise, ...

  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:19
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: clk: imx: scu: fix memleak on platform_device_add() fails No error handling is performed when platform_device_add() fails. Add error processing before return, and modified the retu...

  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:18
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: pinctrl: thunderbay: fix possible memory leak in thunderbay_build_functions() The thunderbay_add_functions() will free memory of thunderbay_funcs when everything is ok, but thunder...

  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:18
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode Commit faa87ce9196d ("regmap-irq: Introduce config registers for irq types") added the num_config_reg...

  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:17
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmm_mode_config_init() drmm_mode_config_init() will call drm_mode_create_standard_properties() and won't check the ret value. When drm_mod...

  • EPSS 0.03%
  • Veröffentlicht 20.10.2025 15:30:43
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: media: iris: Fix memory leak by freeing untracked persist buffer One internal buffer which is allocated only once per session was not being freed during session close because it wa...

  • EPSS 0.03%
  • Veröffentlicht 20.10.2025 15:29:10
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_ID Per UVC 1.1+ specification 3.7.2, units and terminals must have a non-zero unique ID. ``` Each Unit and Termin...

  • EPSS 0.06%
  • Veröffentlicht 20.10.2025 15:29:09
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: audioreach: fix potential null pointer dereference It is possible that the topology parsing function audioreach_widget_load_module_common() could return NULL or an erro...

  • EPSS 0.03%
  • Veröffentlicht 20.10.2025 15:29:09
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: media: stm32-csi: Fix dereference before NULL check In 'stm32_csi_start', 'csidev->s_subdev' is dereferenced directly while assigning a value to the 'src_pad'. However the same val...

  • EPSS 0.03%
  • Veröffentlicht 20.10.2025 15:26:57
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix warning in smc_rx_splice() when calling get_page() smc_lo_register_dmb() allocates DMB buffers with kzalloc(), which are later passed to get_page() in smc_rx_splice()....