CVE-2022-49643
- 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...
CVE-2022-49644
- 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...
CVE-2022-49645
- 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...
CVE-2022-49646
- 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...
CVE-2022-49647
- 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...
CVE-2022-49648
- 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...
CVE-2022-49627
- 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...
CVE-2022-49628
- 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.
CVE-2022-49629
- 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.
CVE-2022-49630
- 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.