Latest CVE Feed
-
5.5
MEDIUMCVE-2021-47187
In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency The entry/exit latency and minimum residency in state for the idle states of MSM8998 were ..bad: first of all, for... Read more
Affected Products : linux_kernel- Published: Apr. 10, 2024
- Modified: Mar. 21, 2025
-
5.5
MEDIUMCVE-2021-47172
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7124: Fix potential overflow due to non sequential channel numbers Channel numbering must start at 0 and then not have any holes, or it is possible to overflow the available... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Apr. 30, 2025
-
5.5
MEDIUMCVE-2021-47168
In the Linux kernel, the following vulnerability has been resolved: NFS: fix an incorrect limit in filelayout_decode_layout() The "sizeof(struct nfs_fh)" is two bytes too large and could lead to memory corruption. It should be NFS_MAXFHSIZE because tha... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Mar. 17, 2025
-
5.5
MEDIUMCVE-2021-47149
In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18x_get_hwinfo(), if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 to th... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Dec. 12, 2024
-
5.5
MEDIUMCVE-2021-47139
In the Linux kernel, the following vulnerability has been resolved: net: hns3: put off calling register_netdev() until client initialize complete Currently, the netdevice is registered before client initializing complete. So there is a timewindow betwee... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Mar. 13, 2025
-
5.5
MEDIUMCVE-2021-47136
In the Linux kernel, the following vulnerability has been resolved: net: zero-initialize tc skb extension on allocation Function skb_ext_add() doesn't initialize created skb extension with any value and leaves it up to the user. However, since extension... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Mar. 13, 2025
-
5.5
MEDIUMCVE-2021-47134
In the Linux kernel, the following vulnerability has been resolved: efi/fdt: fix panic when no valid fdt found setup_arch() would invoke efi_init()->efi_get_fdt_params(). If no valid fdt found then initial_boot_params will be null. So we should stop fur... Read more
Affected Products : linux_kernel- Published: Mar. 15, 2024
- Modified: Feb. 27, 2025
-
5.5
MEDIUMCVE-2021-47126
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions Reported by syzbot: HEAD commit: 90c911ad Merge tag 'fixes' of git://git.kernel.org/pub/scm.. git tree: git... Read more
Affected Products : linux_kernel- Published: Mar. 15, 2024
- Modified: Apr. 04, 2025
-
5.5
MEDIUMCVE-2021-47122
In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in caif_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free allocated poi... Read more
Affected Products : linux_kernel- Published: Mar. 15, 2024
- Modified: Jan. 07, 2025
-
5.5
MEDIUMCVE-2021-47090
In the Linux kernel, the following vulnerability has been resolved: mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() Hulk Robot reported a panic in put_page_testzero() when testing madvise() with MADV_SOFT_OFFLINE. The BUG() is trig... Read more
Affected Products : linux_kernel- Published: Mar. 04, 2024
- Modified: Feb. 14, 2025
-
5.5
MEDIUMCVE-2021-47086
In the Linux kernel, the following vulnerability has been resolved: phonet/pep: refuse to enable an unbound pipe This ioctl() implicitly assumed that the socket was already bound to a valid local socket name, i.e. Phonet object. If the socket was not bo... Read more
Affected Products : linux_kernel- Published: Mar. 04, 2024
- Modified: Jan. 16, 2025
-
5.5
MEDIUMCVE-2021-47074
In the Linux kernel, the following vulnerability has been resolved: nvme-loop: fix memory leak in nvme_loop_create_ctrl() When creating loop ctrl in nvme_loop_create_ctrl(), if nvme_init_ctrl() fails, the loop ctrl should be freed before jumping to the ... Read more
Affected Products : linux_kernel- Published: Mar. 01, 2024
- Modified: Dec. 12, 2024
-
5.5
MEDIUMCVE-2021-47059
In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - fix result memory leak on error path This patch fixes a memory leak on an error path.... Read more
Affected Products : linux_kernel- Published: Feb. 29, 2024
- Modified: Dec. 10, 2024
-
5.5
MEDIUMCVE-2021-47047
In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails The spi controller supports 44-bit address space on AXI in DMA mode, so set dma_addr_t width to 44-bit to avoid using a swi... Read more
Affected Products : linux_kernel- Published: Feb. 28, 2024
- Modified: Jan. 10, 2025
-
5.5
MEDIUMCVE-2021-47043
In the Linux kernel, the following vulnerability has been resolved: media: venus: core: Fix some resource leaks in the error path of 'venus_probe()' If an error occurs after a successful 'of_icc_get()' call, it must be undone. Use 'devm_of_icc_get()' i... Read more
Affected Products : linux_kernel- Published: Feb. 28, 2024
- Modified: Jan. 09, 2025
-
5.5
MEDIUMCVE-2021-47042
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Free local data after use Fixes the following memory leak in dc_link_construct(): unreferenced object 0xffffa03e81471400 (size 1024): comm "amd_module_load", pid 2486,... Read more
Affected Products : linux_kernel- Published: Feb. 28, 2024
- Modified: Dec. 06, 2024
-
5.5
MEDIUMCVE-2021-47114
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption by fallocate When fallocate punches holes out of inode size, if original isize is in the middle of last cluster, then the part from isize to the end of the cl... Read more
Affected Products : linux_kernel- Published: Mar. 15, 2024
- Modified: Apr. 04, 2025
-
5.5
MEDIUMCVE-2021-46994
In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix resume from sleep before interface was brought up Since 8ce8c0abcba3 the driver queues work via priv->restart_work when resuming after suspend, even when the interface... Read more
Affected Products : linux_kernel- Published: Feb. 28, 2024
- Modified: Dec. 06, 2024
-
5.5
MEDIUMCVE-2021-46977
In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Disable preemption when probing user return MSRs Disable preemption when probing a user return MSR via RDSMR/WRMSR. If the MSR holds a different value per logical CPU, the WR... Read more
Affected Products : linux_kernel- Published: Feb. 28, 2024
- Modified: Jan. 08, 2025
-
5.5
MEDIUMCVE-2021-46968
In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: fix zcard and zqueue hot-unplug memleak Tests with kvm and a kmemdebug kernel showed, that on hot unplug the zcard and zqueue structs for the unplugged card or queue are no... Read more
Affected Products : linux_kernel- Published: Feb. 27, 2024
- Modified: Jan. 08, 2025