CVE-2022-49651
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 24.03.2025 19:03:58
In the Linux kernel, the following vulnerability has been resolved: srcu: Tighten cleanup_srcu_struct() GP checks Currently, cleanup_srcu_struct() checks for a grace period in progress, but it does not check for a grace period that has not yet star...
CVE-2022-49658
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 23.10.2025 12:10:50
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals Kuee reported a corner case where the tnum becomes constant after the call to __reg_bound_offset(), but the...
CVE-2022-49640
- EPSS 0.01%
- 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: sysctl: Fix data races in proc_douintvec_minmax(). A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some bas...
CVE-2022-49641
- EPSS 0.05%
- 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: sysctl: Fix data races in proc_douintvec(). A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic prot...
CVE-2022-49644
- EPSS 0.15%
- 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-49646
- EPSS 0.08%
- 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-49630
- EPSS 0.06%
- 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.
CVE-2022-49632
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:38
- Zuletzt bearbeitet 01.10.2025 20:16:59
In the Linux kernel, the following vulnerability has been resolved: icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr. While reading sysctl_icmp_errors_use_inbound_ifaddr, it can be changed concurrently. Thus, we need to add READ_...
CVE-2022-49635
- EPSS 0.12%
- Veröffentlicht 26.02.2025 07:01:38
- Zuletzt bearbeitet 23.10.2025 12:09:27
In the Linux kernel, the following vulnerability has been resolved: drm/i915/selftests: fix subtraction overflow bug On some machines hole_end can be small enough to cause subtraction overflow. On the other side (addr + 2 * min_alignment) can overf...
CVE-2022-49616
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 23.10.2025 12:08:47
In the Linux kernel, the following vulnerability has been resolved: ASoC: rt7*-sdw: harden jack_detect_handler Realtek headset codec drivers typically check if the card is instantiated before proceeding with the jack detection. The rt700, rt711 an...