Vulnerabilities > Linux > Linux Kernel > 5.11

DATE CVE VULNERABILITY TITLE RISK
2025-02-26 CVE-2022-49630 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_ecn_fallback. While reading sysctl_tcp_ecn_fallback, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49631 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: raw: Fix a data-race around sysctl_raw_l3mdev_accept. While reading sysctl_raw_l3mdev_accept, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49632 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr. While reading sysctl_icmp_errors_use_inbound_ifaddr, it can be changed concurrently.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49637 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix a data-race around sysctl_fib_sync_mem. While reading sysctl_fib_sync_mem, it can be changed concurrently. So, we need to add READ_ONCE() to avoid a data-race.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49638 Race Condition vulnerability in Linux Kernel
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 READ_ONCE() to avoid data-races.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49639 Race Condition vulnerability in Linux Kernel
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 READ_ONCE() to avoid data-races.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49640 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in proc_douintvec_minmax(). A sysctl variable is accessed concurrently, and there is always a chance of data-race.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49641 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in proc_douintvec(). A sysctl variable is accessed concurrently, and there is always a chance of data-race.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49643 Integer Overflow or Wraparound vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: ima: Fix a potential integer overflow in ima_appraise_measurement When the ima-modsig is enabled, the rc passed to evm_verifyxattr() may be negative, which may cause the integer overflow problem.
local
low complexity
linux CWE-190
5.5
2025-02-26 CVE-2022-49644 Unspecified vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector() If drm_connector_init fails, intel_connector_free will be called to take care of proper free.
local
low complexity
linux
5.5