Linux

Linux

7024 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 01.10.2025 20:16:01

In the Linux kernel, the following vulnerability has been resolved: f2fs: quota: fix loop condition at f2fs_quota_sync() cnt should be passed to sb_has_quota_active() instead of type to check active quota properly. Moreover, when the type is -1, t...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 22.09.2025 20:44:44

In the Linux kernel, the following vulnerability has been resolved: firmware: sysfb: fix platform-device leak in error path Make sure to free the platform device also in the unlikely event that registration fails.

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 01.10.2025 20:16:01

In the Linux kernel, the following vulnerability has been resolved: coresight: syscfg: Fix memleak on registration failure in cscfg_create_device device_register() calls device_initialize(), according to doc of device_initialize: Use put_devic...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 22.09.2025 20:45:01

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: use the correct logic to get mma8452_data The original logic to get mma8452_data is wrong, the *dev point to the device belong to iio_dev. we can't use this de...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 22.09.2025 19:35:01

In the Linux kernel, the following vulnerability has been resolved: tpm: use try_get_ops() in tpm-space.c As part of the series conversion to remove nested TPM operations: https://lore.kernel.org/all/20190205224723.19671-1-jarkko.sakkinen@linux.in...

  • EPSS 0.09%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 25.03.2025 15:24:24

In the Linux kernel, the following vulnerability has been resolved: tpm: fix reference counting for struct tpm_chip The following sequence of operations results in a refcount warning: 1. Open device /dev/tpmrm. 2. Remove module tpm_tis_spi. 3. Wri...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 25.03.2025 15:24:36

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent prealloc proc writes We have no protection against concurrent PCM buffer preallocation changes via proc files, and it may potentially lead to ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 22.09.2025 19:37:19

In the Linux kernel, the following vulnerability has been resolved: uaccess: fix integer overflow on access_ok() Three architectures check the end of a user access against the address limit without taking a possible overflow into account. Passing a...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 01.10.2025 20:16:01

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 ("mac80211: mesh: Free ie data when leaving mesh") fixed a memory leak on mesh leave / teardown it introd...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:05
  • Zuletzt bearbeitet 25.03.2025 14:49:23

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we have neither proper check nor protection against the concurrent calls of PCM hw_params and hw_free io...