6 matches found
SUSE CVE-2022-49595
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctltcpprobethreshold. While reading sysctltcpprobethreshold, it can be changed concurrently. Thus, we need to add READONCE to its reader...
CVE-2022-49595
CVE-2022-49595 is a Linux kernel data‑race vulnerability affecting the reader of the sysctl_tcp_probe_threshold variable. The issue arises because the value can be changed concurrently while read, leading to a race condition. The documented fix is to guard the reader with a READ_ONCE(), stabilizi...
CVE-2022-49595
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctltcpprobethreshold. While reading sysctltcpprobethreshold, it can be changed concurrently. Thus, we need to add READONCE to its reader...
GSD-2022-1004908 tcp: Fix a data-race around sysctl_tcp_probe_threshold.
tcp: Fix a data-race around sysctltcpprobethreshold. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.325 by commit...
GSD-2022-1004853 tcp: Fix a data-race around sysctl_tcp_probe_threshold.
tcp: Fix a data-race around sysctltcpprobethreshold. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.14.290 by commit...
GSD-2022-1004128 tcp: Fix a data-race around sysctl_tcp_probe_threshold.
tcp: Fix a data-race around sysctltcpprobethreshold. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.15 by commit...