Lucene search
+L

1109 matches found

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.00174EPSS
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.00174EPSS
SaveExploits0References7
CVE
CVE
added 2025/02/26 2:23 a.m.157 views

CVE-2022-49641

CVE-2022-49641 concerns the Linux kernel sysctl path, where data races in proc_douintvec() could occur due to concurrent access. The fix switches internal access to READ_ONCE() and WRITE_ONCE(), reducing load/store tearing in readers/writers. The patch notes indicate proc_douintvec() is currently...

4.7CVSS5.3AI score0.00174EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/02/26 2:23 a.m.102 views

CVE-2022-49640

The CVE-2022-49640 issue affects the Linux kernel’s sysctl path, specifically proc_douintvec_minmax(). A concurrent access to a sysctl variable led to potential data races; the fix patches the function to use READ_ONCE() and WRITE_ONCE() internally, addressing the data-race on the sysctl side. Th...

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

CVE-2022-49639 cipso: Fix data-races around sysctl.

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

0.00175EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:23 a.m.156 views

CVE-2022-49638

CVE-2022-49638 affects the Linux kernel ICMP subsystem. It arises from data races when reading icmp sysctl variables, which can be changed concurrently. The fix adds READ_ONCE() around these reads. According to the descriptor, impact is Availability (HIGH) with no confidentiality or integrity imp...

4.7CVSS5.4AI score0.00175EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.18 views

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.7CVSS5.3AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.10 views

CVE-2022-49638

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

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

CVE-2022-49639

CVE-2022-49639 refers to a Linux kernel issue in the cipso subsystem where sysctl read operations could race with concurrent writes. The root cause is missing synchronization while reading cipso sysctl variables, and the fix is to add READ_ONCE() to prevent data races. Public documents in the con...

4.7CVSS5.4AI score0.00175EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.15 views

CVE-2022-49638 icmp: Fix data-races around sysctl.

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

0.00175EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 2:23 a.m.9 views

CVE-2022-49638 icmp: Fix data-races around sysctl.

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

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

CVE-2022-49639 cipso: Fix data-races around sysctl.

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.7CVSS5.8AI score0.00175EPSS
SaveExploits0References11
CVE
CVE
added 2025/02/26 2:23 a.m.145 views

CVE-2022-49637

CVE-2022-49637 affects the Linux kernel: a data race in ipv4 sysctl_fib_sync_mem when read while written. Root cause is concurrent access to sysctl_fib_sync_mem; fix is to add READ_ONCE() around reads. Impact is local (kernel-level) with potential availability disruption; remediation is applying ...

4.7CVSS6.5AI score0.00176EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.8 views

CVE-2022-49637

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix a data-race around sysctlfibsyncmem. While reading sysctlfibsyncmem, it can be changed concurrently. So, we need to add READONCE to avoid a data-race...

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

CVE-2022-49634 sysctl: Fix data-races in proc_dou8vec_minmax().

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

0.00183EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.12 views

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.7CVSS5.3AI score0.00183EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:23 a.m.154 views

CVE-2022-49634

CVE-2022-49634 : In the Linux kernel, there are data-races in sysctl access to proc_dou8vec_minmax() due to concurrent readers/writers. The fix changes proc_dou8vec_minmax() to use internal READ_ONCE() and WRITE_ONCE() to mitigate races on the sysctl side. The patch notes indicate the function it...

4.7CVSS5.3AI score0.00183EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.10 views

CVE-2022-49634 sysctl: Fix data-races in proc_dou8vec_minmax().

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.7CVSS5.1AI score0.00183EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.20 views

CVE-2022-49633 icmp: Fix data-races around sysctl_icmp_echo_enable_probe.

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

0.00174EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/26 2:23 a.m.163 views

CVE-2022-49632

CVE-2022-49632 is a Linux kernel data-race vulnerability in icmp: reading sysctl_icmp_errors_use_inbound_ifaddr can race with concurrent writes. The fix adds READ_ONCE() to the reader. CVSSv3.1 indicates a Local access requirement, High attack complexity, Low privileges, no user interaction, with...

4.7CVSS6.5AI score0.00174EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder