Lucene search
+L

684 matches found

NVD
NVD
added 2025/02/26 7:1 a.m.11 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.7CVSS0.00181EPSS
SaveExploits0References6
NVD
NVD
added 2025/02/26 7:1 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.7CVSS0.00181EPSS
SaveExploits0References8
NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49589

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.7CVSS0.00181EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

DEBIAN-CVE-2022-49574

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

4.7CVSS5.3AI score0.00181EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:1 a.m.20 views

CVE-2022-49576

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

4.7CVSS0.00176EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49579

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

4.7CVSS0.0018EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49574

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

4.7CVSS0.00181EPSS
SaveExploits0References6
NVD
NVD
added 2025/02/26 7:1 a.m.12 views

CVE-2022-49572

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

4.7CVSS0.00181EPSS
SaveExploits0References6
NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49571

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

4.7CVSS0.00181EPSS
SaveExploits0References6
NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49420

In the Linux kernel, the following vulnerability has been resolved: net: annotate races around sk-skbounddevif UDP sendmsg is lockless, and reads sk-skbounddevif while this field can be changed by another thread. Adds minimal annotations to avoid KCSAN splats for UDP. Following patches will add...

5.5CVSS0.00216EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

UBUNTU-CVE-2022-49572

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

4.7CVSS6AI score0.00181EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

UBUNTU-CVE-2022-49597

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

4.7CVSS5.8AI score0.0018EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:1 a.m.4 views

UBUNTU-CVE-2022-49603

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

4.7CVSS6.1AI score0.00183EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

UBUNTU-CVE-2022-49639

In the Linux kernel, the following vulnerability has been resolved: cipso: Fix data-races around sysctl. While reading cipso sysctl variables, they can be changed concurrently. So, we need to add READONCE to avoid data-races...

4.7CVSS6AI score0.00167EPSS
SaveExploits0References11
OSV
OSV
added 2025/02/26 7:1 a.m.8 views

UBUNTU-CVE-2022-49596

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...

4.7CVSS6AI score0.0018EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

UBUNTU-CVE-2022-49634

In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data-races in procdou8vecminmax. A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch...

4.7CVSS6.3AI score0.00178EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:1 a.m.6 views

UBUNTU-CVE-2022-49576

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

4.7CVSS5.7AI score0.00176EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.1 views

CVE-2022-49641 sysctl: Fix data races in proc_douintvec().

In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in procdouintvec. A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch change...

6.1AI score0.00167EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49641 sysctl: Fix data races in proc_douintvec().

In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in procdouintvec. A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch change...

4.7CVSS5.6AI score0.00167EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 2:23 a.m.10 views

CVE-2022-49640 sysctl: Fix data races in proc_douintvec_minmax().

In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in procdouintvecminmax. A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch...

4.7CVSS5.1AI score0.00167EPSS
SaveExploits0References7
Rows per page
Query Builder