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.
CVE-2022-49631
- 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: raw: Fix a data-race around sysctl_raw_l3mdev_accept. While reading sysctl_raw_l3mdev_accept, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.
CVE-2022-49632
- EPSS 0.02%
- 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-49633
- EPSS 0.03%
- 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 data-races around sysctl_icmp_echo_enable_probe. While reading sysctl_icmp_echo_enable_probe, it can be changed concurrently. Thus, we need to add READ_ONCE() to its rea...
CVE-2022-49634
- EPSS 0.06%
- 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: sysctl: Fix data-races in proc_dou8vec_minmax(). A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic...
CVE-2022-49635
- EPSS 0.05%
- 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-49636
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:38
- Zuletzt bearbeitet 10.04.2025 13:15:43
In the Linux kernel, the following vulnerability has been resolved: vlan: fix memory leak in vlan_newlink() Blamed commit added back a bug I fixed in commit 9bbd917e0bec ("vlan: fix memory leak in vlan_dev_set_egress_priority") If a memory allocat...
CVE-2022-49637
- EPSS 0.03%
- 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: ipv4: Fix a data-race around sysctl_fib_sync_mem. While reading sysctl_fib_sync_mem, it can be changed concurrently. So, we need to add READ_ONCE() to avoid a data-race.