20311 matches found
CVE-2023-52678
A vulnerability was found in the Linux kernel's DRM/AMDKFD subsystem. This issue arises from insufficient validation when using the listfirstentry function in kfdtopology.c. If the list is empty, this can lead to undefined behavior or potential system crashes. Mitigation Mitigation for this issue...
CVE-2023-52672
CVE-2023-52672 is a vulnerability in the Linux kernel's pipe subsystem caused by a regression in how pipes are resized. When a pipe is full and resized, incorrect handling of wakeups for writers can lead to deadlocks or system lockups. This issue has been resolved by ensuring that the pipe's usag...
CVE-2023-52670
In the Linux kernel, the following vulnerability has been resolved: rpmsg: virtio: Free driveroverride when rpmsgremove Free driveroverride when rpmsgremove, otherwise the following memory leak will occur: unreferenced object 0xffff0000d55d7080 size 128: comm "kworker/u8:2", pid 56, jiffies...
CVE-2023-52669
In the Linux kernel, the following vulnerability has been resolved: crypto: s390/aes - Fix buffer overread in CTR mode When processing the last block, the s390 ctr code will always read a whole block, even if there isn't a whole block of data left. Fix this by using the actual length left and cop...
CVE-2023-52667
A double-free flaw was found in the Linux kernel ConnectX-4 and Connect-IB cards in the Mellanox driver. This issue could allow a local user to crash the system. Mitigation To mitigate this issue, prevent module mlx5core from being loaded. Please see https://access.redhat.com/solutions/41278 for...
CVE-2023-52695
A vulnerability was found in the AMD display driver for the Linux kernel. This issue involves insufficient validation of writeback connectors in the createvalidatestreamforsink function. This issue could allow an attacker with local access to cause a denial of service or escalate privileges...
CVE-2024-35848
CVE-2024-35848 is a vulnerability in the Linux kernel's EEPROM driver at24 that can lead to memory corruption. The issue arises when an EEPROM device is inaccessible: the system registers an nvmem device, the read operation fails, and the device is subsequently torn down. If another driver attemp...
CVE-2024-35846
A vulnerability was found in the Linux kernel's zswap subsystem, affecting systems with cgroupdisable=memory set. This issue involves a NULL pointer dereference in the zswap shrinker, which could lead to a system crash panic or undefined behavior. This problem arises from improper handling of...
CVE-2024-35844
A vulnerability was found in the Linux kernel's Flash-Friendly File System F2FS, affecting the handling of compressed files. This issue involves an error in counting reserved blocks reservecblocks when the filesystem is out of space, and can lead to incorrect calculations of available space,...
CVE-2024-35859
In the Linux kernel, the following vulnerability has been resolved: block: fix module reference leakage from bdevopenbydev error path At the time bdevmayopen is called, module reference is grabbed already, hence module reference should be released if bdevmayopen failed. This problem is found by...
CVE-2024-35857
A flaw was found in the Linux kernel's ICMP protocol. Under some conditions, a NULL pointer dereference can be triggered due to a missing check, causing a system crash and resulting in a denial of service. Mitigation Mitigation for this issue is either not available or the currently available...
CVE-2024-35854
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix possible use-after-free during rehash The rehash delayed work migrates filters from one region to another according to the number of available credits. The migrated from region is destroyed at the end ...
CVE-2024-35851
A vulnerability was found in the Qualcomm Atheros qca Bluetooth driver in the Linux Kernel, where a NULL pointer dereference occurs during non-serdev suspend operations. This issue could cause system crashes or instability. Mitigation Mitigation for this issue is either not available or the...
CVE-2024-35817
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackendunbind will not clear the gart page table entry and leave valid mapping entry pointing t...
CVE-2024-35820
A vulnerability was found in the ioqueueproc function in the Linux kernel's iouring subsystem, which is responsible for handling asynchronous I/O operations. This issue arises from improper modification of req-flags within ioqueueproc, which can lead to unintended behavior or corruption of reques...
CVE-2024-35838
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix potential sta-link leak When a station is allocated, links are added but not set to valid yet e.g. during connection to an AP MLD, we might remove the station without ever marking links valid, and leak them. F...
CVE-2024-35835
A double-free vulnerability was found in the arfscreategroups function in the Linux kernel's net/mlx5e driver. This issue could lead to memory corruption or a system crash if exploited, as freeing the same memory twice may cause undefined behavior. Mitigation Mitigation for this issue is either n...
CVE-2024-35797
CVE-2024-35797 is a vulnerability in the Linux kernel’s memory management, specifically affecting the cachestat feature when handling shared memory. The flaw stems from race conditions during operations like swapping or invalidation, which can lead to out-of-bounds memory access or invalid pointe...
CVE-2024-35796
A flaw was found in the lltemac driver for networking in the Linux kernel, which incorrectly replaces the platformgetresource function with an inappropriate function. This issue could lead to incorrect resource handling, potentially resulting in system instability or crashes. Mitigation Mitigatio...
CVE-2024-27436
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Stop parsing channels bits when all channels are found. If a usb audio device sets more bits than the amount of channels it could write outside of the map array...