CVE-2022-49592
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:34
- Zuletzt bearbeitet 22.10.2025 19:11:16
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix dma queue left shift overflow issue When queue number is > 4, left shift overflows due to 32 bits integer variable. Mask calculation is wrong for MTL_RXQ_DMA_MAP1....
CVE-2022-49593
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:34
- Zuletzt bearbeitet 01.10.2025 20:16:53
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_probe_interval. While reading sysctl_tcp_probe_interval, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.
CVE-2022-49574
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:33
- Zuletzt bearbeitet 01.10.2025 20:16:49
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_recovery. While reading sysctl_tcp_recovery, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
CVE-2022-49575
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:33
- Zuletzt bearbeitet 01.10.2025 20:16:50
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. While reading sysctl_tcp_thin_linear_timeouts, it can be changed concurrently. Thus, we need to add READ_ONCE() to its...
CVE-2022-49581
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:33
- Zuletzt bearbeitet 22.10.2025 19:10:40
In the Linux kernel, the following vulnerability has been resolved: be2net: Fix buffer overflow in be_get_module_eeprom be_cmd_read_port_transceiver_data assumes that it is given a buffer that is at least PAGE_DATA_LEN long, or twice that if the mo...
CVE-2022-49567
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:32
- Zuletzt bearbeitet 23.12.2025 14:16:16
In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix uninit-value in mpol_rebind_policy() mpol_set_nodemask()(mm/mempolicy.c) does not set up nodemask when pol->mode is MPOL_LOCAL. Check pol->mode before access pol...
CVE-2022-49571
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:32
- Zuletzt bearbeitet 01.10.2025 20:16:49
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_max_reordering. While reading sysctl_tcp_max_reordering, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
CVE-2022-49572
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:32
- Zuletzt bearbeitet 01.10.2025 20:16:49
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. While reading sysctl_tcp_slow_start_after_idle, it can be changed concurrently. Thus, we need to add READ_ONCE() to it...
CVE-2022-49573
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:32
- Zuletzt bearbeitet 01.10.2025 20:16:49
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_early_retrans. While reading sysctl_tcp_early_retrans, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.
CVE-2022-49554
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:31
- Zuletzt bearbeitet 22.10.2025 17:33:36
In the Linux kernel, the following vulnerability has been resolved: zsmalloc: fix races between asynchronous zspage free and page migration The asynchronous zspage free worker tries to lock a zspage's entire page list without defending against page...