Lucene search
+L

691 matches found

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

CVE-2022-49576

CVE-2022-49576 is a Linux kernel vulnerability in IPv4 sysctl_fib_multipath_hash_fields where readers could observe data races while the value is updated concurrently. The root cause is concurrent modification without proper synchronization; fix implemented by adding READ_ONCE() to the readers. T...

4.7CVSS6.5AI score0.00181EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.20 views

CVE-2022-49574 tcp: Fix data-races around sysctl_tcp_recovery.

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

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

CVE-2022-49574

CVE-2022-49574 is a Linux kernel security issue involving a data race in reading the sysctl_tcp_recovery variable within the TCP stack. The root cause is concurrent modification of sysctl_tcp_recovery while it is being read, which could lead to inconsistent reads or memory corruption. The descrip...

4.7CVSS5.4AI score0.00186EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/02/26 2:23 a.m.96 views

CVE-2022-49571

CVE-2022-49571 : In the Linux kernel, a data-race around reading sysctl_tcp_max_reordering could occur as the value is updated concurrently while being read. The fix adds READ_ONCE() to the readers of sysctl_tcp_max_reordering. Affected/affected-by notices appear in multiple advisories (EulerOS, ...

4.7CVSS5.4AI score0.00186EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/02/26 2:23 a.m.188 views

CVE-2022-49572

CVE-2022-49572 affects the Linux kernel tcp path. The issue is a data race around reading the sysctl_tcp_slow_start_after_idle variable, where reads could race with concurrent writes. The published fix adds a READ_ONCE() to the readers to prevent concurrent modification during reads. The vulnerab...

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

CVE-2022-49571 tcp: Fix data-races around sysctl_tcp_max_reordering.

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

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

CVE-2022-49572 tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.

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

0.00186EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.1 views

CVE-2022-49571 tcp: Fix data-races around sysctl_tcp_max_reordering.

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

6.1AI score0.00186EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 2:23 a.m.9 views

CVE-2022-49572 tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.

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.7CVSS5.7AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.9 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.7CVSS4.9AI score0.00186EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:23 a.m.14 views

CVE-2022-49571 tcp: Fix data-races around sysctl_tcp_max_reordering.

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.7CVSS4.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.17 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.5CVSS5.5AI score0.00226EPSS
SaveExploits0
Amazon
Amazon
added 2025/02/25 12:00 a.m.4 views

Important: kernel

Issue Overview: Integer Overflow or Wraparound vulnerability in Linux kernel on x86 and ARM md, raid, raid5 modules allows Forced Integer Overflow. CVE-2024-23307 In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix not validating setsockopt user input...

7.8CVSS6.5AI score0.00611EPSS
SaveExploits2
OSV
OSV
added 2024/12/27 2:51 p.m.10 views

CVE-2024-56610 kcsan: Turn report_filterlist_lock into a raw_spinlock

In the Linux kernel, the following vulnerability has been resolved: kcsan: Turn reportfilterlistlock into a rawspinlock Ran Xiaokai reports that with a KCSAN-enabled PREEMPTRT kernel, we can see splats like: | BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:48 |...

6AI score
SaveExploits0References11
OSV
OSV
added 2024/12/27 11:08 a.m.11 views

OESA-2024-2591 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: Use setbit and testbit at worker-flags Utilize setbit and testbit on worker-flags within iouring/io-wq to address potential data races. The...

7.8CVSS5.9AI score0.00564EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/12/02 3:27 p.m.22 views

CVE-2024-53124

In the Linux kernel, the following vulnerability has been resolved: net: fix data-races around sk-skforwardalloc Syzkaller reported this warning: ------------ cut here ------------ WARNING: CPU: 0 PID: 16 at net/ipv4/afinet.c:156 inetsockdestruct+0x1c5/0x1e0 Modules linked in: CPU: 0 UID: 0 PID:...

4.7CVSS6.4AI score0.00586EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/02 2:15 p.m.14 views

DEBIAN-CVE-2024-53124

In the Linux kernel, the following vulnerability has been resolved: net: fix data-races around sk-skforwardalloc Syzkaller reported this warning: ------------ cut here ------------ WARNING: CPU: 0 PID: 16 at net/ipv4/afinet.c:156 inetsockdestruct+0x1c5/0x1e0 Modules linked in: CPU: 0 UID: 0 PID: ...

4.7CVSS5.4AI score0.00586EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/02 2:15 p.m.32 views

CVE-2024-53124

In the Linux kernel, the following vulnerability has been resolved: net: fix data-races around sk-skforwardalloc Syzkaller reported this warning: ------------ cut here ------------ WARNING: CPU: 0 PID: 16 at net/ipv4/afinet.c:156 inetsockdestruct+0x1c5/0x1e0 Modules linked in: CPU: 0 UID: 0 PID: ...

7.5CVSS0.00586EPSS
SaveExploits0References13
OSV
OSV
added 2024/12/02 2:15 p.m.9 views

UBUNTU-CVE-2024-53124

In the Linux kernel, the following vulnerability has been resolved: net: fix data-races around sk-skforwardalloc Syzkaller reported this warning: ------------ cut here ------------ WARNING: CPU: 0 PID: 16 at net/ipv4/afinet.c:156 inetsockdestruct+0x1c5/0x1e0 Modules linked in: CPU: 0 UID: 0 PID: ...

7.5CVSS6.1AI score0.00586EPSS
SaveExploits0References45
Rows per page
Query Builder