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:39
  • Zuletzt bearbeitet 01.10.2025 20:17:00

In the Linux kernel, the following vulnerability has been resolved: ima: Fix a potential integer overflow in ima_appraise_measurement When the ima-modsig is enabled, the rc passed to evm_verifyxattr() may be negative, which may cause the integer ov...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 01.10.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector() If drm_connector_init fails, intel_connector_free will be called to take care of proper free. So it is necess...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 23.10.2025 12:09:40

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix shrinker list corruption by madvise IOCTL Calling madvise IOCTL twice on BO causes memory shrinker list corruption and crashes kernel because BO is already on the...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 23.10.2025 12:09:45

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix queue selection for mesh/OCB interfaces When using iTXQ, the code assumes that there is only one vif queue for broadcast packets, using the BE queue. Allowing n...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 24.03.2025 19:00:58

In the Linux kernel, the following vulnerability has been resolved: cgroup: Use separate src/dst nodes when preloading css_sets for migration Each cset (css_set) is pinned by its tasks. When we're moving tasks around across csets for a migration, w...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 01.10.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: tracing/histograms: Fix memory leak problem This reverts commit 46bbe5c671e06f070428b9be142cc4ee5cedebac. As commit 46bbe5c671e0 ("tracing: fix double free") said, the "double fre...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:38
  • Zuletzt bearbeitet 01.10.2025 21:15:41

In the Linux kernel, the following vulnerability has been resolved: ima: Fix potential memory leak in ima_init_crypto() On failure to allocate the SHA1 tfm, IMA fails to initialize and exits without freeing the ima_algo_array. Add the missing kfree...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:38
  • Zuletzt bearbeitet 23.10.2025 12:09:21

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix leaks in probe These two error paths should clean up before returning.

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

In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix data-races around nexthop_compat_mode. While reading nexthop_compat_mode, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:38
  • Zuletzt bearbeitet 01.10.2025 20:16:58

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_ecn_fallback. While reading sysctl_tcp_ecn_fallback, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.