Lucene search
+L

685 matches found

CVE
CVE
added 2025/02/26 2:23 a.m.87 views

CVE-2022-49597

In CVE-2022-49597, the Linux kernel tcp code suffers a data-race around sysctl_tcp_base_mss when reading sysctl_tcp_base_mss concurrently. The fix adds READ_ONCE() to the readers to prevent races. Connected advisories (Astra Unity/ EulerOS OSS) echo the same description and reference kernel commi...

4.7CVSS5.4AI score0.00185EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.18 views

CVE-2022-49596 tcp: Fix data-races around sysctl_tcp_min_snd_mss.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpminsndmss. While reading sysctltcpminsndmss, it can be changed concurrently. Thus, we need to add READONCE to its readers...

0.00185EPSS
SaveExploits0References5
CVE
CVE
added 2025/02/26 2:23 a.m.149 views

CVE-2022-49596

The CVE-2022-49596 entry targets the Linux kernel vulnerability in the sysctl_tcp_min_snd_mss reader. The publicly provided details state a data race occurs when reading sysctl_tcp_min_snd_mss, as it can be changed concurrently. The fix introduced is to add READ_ONCE() to the readers of this sysc...

4.7CVSS5.3AI score0.00185EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.9 views

CVE-2022-49590 igmp: Fix data-races around sysctl_igmp_llm_reports.

In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctligmpllmreports. While reading sysctligmpllmreports, it can be changed concurrently. Thus, we need to add READONCE to its readers. This test can be packed into a helper, so such changes will be in...

4.7CVSS5.8AI score0.00186EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.12 views

CVE-2022-49590

In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctligmpllmreports. While reading sysctligmpllmreports, it can be changed concurrently. Thus, we need to add READONCE to its readers. This test can be packed into a helper, so such changes will be in...

4.7CVSS5.2AI score0.00186EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:23 a.m.157 views

CVE-2022-49589

CVE-2022-49589 affects the Linux kernel igmp subsystem: a data race occurs while reading sysctl_igmp_qrv, since the value could be changed concurrently. The fix described in the description is to add READ_ONCE() to readers of net->ipv4.sysctl_igmp_qrv, with follow-up changes planned after net ...

4.7CVSS5.3AI score0.00186EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.17 views

CVE-2022-49590 igmp: Fix data-races around sysctl_igmp_llm_reports.

In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctligmpllmreports. While reading sysctligmpllmreports, it can be changed concurrently. Thus, we need to add READONCE to its readers. This test can be packed into a helper, so such changes will be in...

0.00186EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:23 a.m.158 views

CVE-2022-49590

Summary : CVE-2022-49590 targets the Linux kernel IGMP subsystem, specifically a data race in reading sysctl_igmp_llm_reports that can occur when the value is changed concurrently. The documented fix adds READ_ONCE() to readers of net.ipv4.sysctl_igmp_llm_reports to prevent races. The vulnerabili...

4.7CVSS5.3AI score0.00186EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49589 igmp: Fix data-races around sysctl_igmp_qrv.

In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctligmpqrv. While reading sysctligmpqrv, it can be changed concurrently. Thus, we need to add READONCE to its readers. This test can be packed into a helper, so such changes will be in the follow-up...

6.2AI score0.00186EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.15 views

CVE-2022-49589 igmp: Fix data-races around sysctl_igmp_qrv.

In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctligmpqrv. While reading sysctligmpqrv, it can be changed concurrently. Thus, we need to add READONCE to its readers. This test can be packed into a helper, so such changes will be in the follow-up...

0.00186EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 2:23 a.m.16 views

CVE-2022-49589 igmp: Fix data-races around sysctl_igmp_qrv.

In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctligmpqrv. While reading sysctligmpqrv, it can be changed concurrently. Thus, we need to add READONCE to its readers. This test can be packed into a helper, so such changes will be in the follow-up...

4.7CVSS5.8AI score0.00186EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49588 tcp: Fix data-races around sysctl_tcp_migrate_req.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpmigratereq. While reading sysctltcpmigratereq, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS5.7AI score0.00181EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.26 views

CVE-2022-49588

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpmigratereq. While reading sysctltcpmigratereq, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS5.3AI score0.00181EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.19 views

CVE-2022-49588 tcp: Fix data-races around sysctl_tcp_migrate_req.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpmigratereq. While reading sysctltcpmigratereq, it can be changed concurrently. Thus, we need to add READONCE to its readers...

0.00181EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.1 views

CVE-2022-49588 tcp: Fix data-races around sysctl_tcp_migrate_req.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpmigratereq. While reading sysctltcpmigratereq, it can be changed concurrently. Thus, we need to add READONCE to its readers...

6.1AI score0.00181EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/26 2:23 a.m.149 views

CVE-2022-49588

CVE-2022-49588 corresponds to a data-race in the Linux kernel’s TCP sysctl_migrate_req reader. The vulnerability arises from concurrent reading of sysctl_tcp_migrate_req, which could be changed during access. The fix adds READ_ONCE() to the readers to prevent races. Affected component is the kern...

4.7CVSS5.3AI score0.00181EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49586 tcp: Fix data-races around sysctl_tcp_fastopen.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpfastopen. While reading sysctltcpfastopen, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS5.7AI score0.00186EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49585

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpfastopenblackholetimeout. While reading sysctltcpfastopenblackholetimeout, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS5.3AI score0.00185EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.10 views

CVE-2022-49586

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpfastopen. While reading sysctltcpfastopen, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS5.3AI score0.00186EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.14 views

CVE-2022-49586 tcp: Fix data-races around sysctl_tcp_fastopen.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpfastopen. While reading sysctltcpfastopen, it can be changed concurrently. Thus, we need to add READONCE to its readers...

0.00186EPSS
SaveExploits0References6
Rows per page
Query Builder