CVE-2022-49604
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:35
- Zuletzt bearbeitet 01.10.2025 20:16:55
In the Linux kernel, the following vulnerability has been resolved: ip: Fix data-races around sysctl_ip_fwd_use_pmtu. While reading sysctl_ip_fwd_use_pmtu, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
CVE-2022-49585
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:34
- Zuletzt bearbeitet 01.10.2025 20:16:51
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. While reading sysctl_tcp_fastopen_blackhole_timeout, it can be changed concurrently. Thus, we need to add READ_ON...
CVE-2022-49586
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:34
- Zuletzt bearbeitet 01.10.2025 20:16:52
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_fastopen. While reading sysctl_tcp_fastopen, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
CVE-2022-49587
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:34
- Zuletzt bearbeitet 01.10.2025 20:16:52
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_notsent_lowat. While reading sysctl_tcp_notsent_lowat, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.
CVE-2022-49588
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:34
- Zuletzt bearbeitet 01.10.2025 20:16:52
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_migrate_req. While reading sysctl_tcp_migrate_req, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
CVE-2022-49589
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:34
- Zuletzt bearbeitet 01.10.2025 20:16:52
In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctl_igmp_qrv. While reading sysctl_igmp_qrv, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers. This test can be packe...
CVE-2022-49590
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:34
- Zuletzt bearbeitet 01.10.2025 20:16:52
In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctl_igmp_llm_reports. While reading sysctl_igmp_llm_reports, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers. This t...
CVE-2022-49591
- EPSS 0.03%
- 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: net: dsa: microchip: ksz_common: Fix refcount leak bug In ksz_switch_register(), we should call of_node_put() for the reference returned by of_get_child_by_name() which has increas...
CVE-2022-49592
- EPSS 0.04%
- 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.03%
- 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.