Lucene search
+L

1838 matches found

SUSE CVE
SUSE CVE
added 2024/12/05 12:15 a.m.5 views

SUSE CVE-2024-53137

In the Linux kernel, the following vulnerability has been resolved: ARM: fix cacheflush with PAN It seems that the cacheflush syscall got broken when PAN for LPAE was implemented. User access was not enabled around the cache maintenance instructions, causing them to fault...

5.5CVSS7.7AI score0.00176EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/04 3:15 p.m.8 views

AZL-54183 CVE-2024-53140 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the families the following ops: - start - optional kicks off the dumping process - dump - actual dump helper, keeps getti...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits1References1
NVD
NVD
added 2024/12/04 3:15 p.m.20 views

CVE-2024-53137

In the Linux kernel, the following vulnerability has been resolved: ARM: fix cacheflush with PAN It seems that the cacheflush syscall got broken when PAN for LPAE was implemented. User access was not enabled around the cache maintenance instructions, causing them to fault...

5.5CVSS0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/04 3:15 p.m.5 views

DEBIAN-CVE-2024-53137

In the Linux kernel, the following vulnerability has been resolved: ARM: fix cacheflush with PAN It seems that the cacheflush syscall got broken when PAN for LPAE was implemented. User access was not enabled around the cache maintenance instructions, causing them to fault...

5.5CVSS5.4AI score0.00176EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/12/04 2:20 p.m.4 views

CVE-2024-53137 ARM: fix cacheflush with PAN

In the Linux kernel, the following vulnerability has been resolved: ARM: fix cacheflush with PAN It seems that the cacheflush syscall got broken when PAN for LPAE was implemented. User access was not enabled around the cache maintenance instructions, causing them to fault...

7.5AI score0.00176EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/11/27 12:0 a.m.6 views

PT-2024-10590 · Unknown · Libmpeg2Dec

Name of the Vulnerable Software and Affected Versions: libmpeg2dec affected versions not specified Description: The issue is related to a possible out-of-bounds OOB read in the impeg2d bit stream flush function of libmpeg2dec due to a missing bounds check. This could lead to a remote Denial of...

6.5CVSS6.5AI score0.00208EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/11/21 6:59 p.m.27 views

CVE-2024-50184

In the Linux kernel, the following vulnerability has been resolved: virtiopmem: Check device status before requesting flush If a pmem device is in a bad status, the driver side could wait for host ack forever in virtiopmemflush, causing the system to hang. So add a status check in the beginning o...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/11/20 3:48 a.m.4 views

SUSE CVE-2024-53071

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Be stricter about IO mapping flags The current panthordevicemmapio implementation has two issues: 1. For mapping DRMPANTHORUSERFLUSHIDMMIOOFFSET, panthordevicemmapio bails if VMWRITE is set, but does not clear...

7.8CVSS7.4AI score0.00195EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/11/19 3:49 a.m.5 views

SUSE CVE-2024-50280

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix flushing uninitialized delayedwork on cachectr error An unexpected WARNON from flushwork may occur when cache creation fails, caused by destroying the uninitialized delayedwork waker in the error path of cachecreate...

5.5CVSS7.8AI score0.00251EPSS
SaveExploits0References17
OSV
OSV
added 2024/11/19 2:16 a.m.6 views

DEBIAN-CVE-2024-50280

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix flushing uninitialized delayedwork on cachectr error An unexpected WARNON from flushwork may occur when cache creation fails, caused by destroying the uninitialized delayedwork waker in the error path of cachecreate...

7.8CVSS5.7AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.10 views

UBUNTU-CVE-2024-50280

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix flushing uninitialized delayedwork on cachectr error An unexpected WARNON from flushwork may occur when cache creation fails, caused by destroying the uninitialized delayedwork waker in the error path of cachecreate...

7.8CVSS6.6AI score0.00251EPSS
SaveExploits0References29
CVE
CVE
added 2024/11/19 1:30 a.m.136 views

CVE-2024-50280

CVE-2024-50280 : In the Linux kernel, the dm cache feature was fixed to avoid warning in flush_work() when cache creation fails due to destroying an uninitialized delayed_work waker. Root cause: cancel_delayed_work_sync() remained in the error path of cache_create(), risking a WARN_ON in certain ...

7.8CVSS6.6AI score0.00251EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/11/19 1:30 a.m.15 views

CVE-2024-50280 dm cache: fix flushing uninitialized delayed_work on cache_ctr error

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix flushing uninitialized delayedwork on cachectr error An unexpected WARNON from flushwork may occur when cache creation fails, caused by destroying the uninitialized delayedwork waker in the error path of cachecreate...

7.8CVSS6.2AI score0.00251EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: block: fix request.queuelist usage in flush

A vulnerability was found in the Linux kernel's block subsystem, where the issue arises when the request queue list is not properly initialized for the first request in the PREFLUSH/POSTFLUSH sequences, leading to potential kernel crashes due to improper list manipulation...

5.5CVSS7.2AI score0.00288EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.5 views

kernel: md: Fix missing release of 'active_io' for flush

In the Linux kernel, the following vulnerability has been resolved: md: Fix missing release of 'activeio' for flush The Linux kernel CVE team has assigned CVE-2024-27023 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024050105-CVE-2024-27023-4810@gregkh/T...

5.5CVSS6.8AI score0.00272EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.4 views

kernel: mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()

A null pointer dereference exists in the linux kernel such that in objstockflushrequired:stock-cachedobjcg can be reset between the check and dereference, resulting in damage to the availability of the system...

4.7CVSS7.3AI score0.00126EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.5 views

kernel: ACPI: EC: Fix oops when removing custom query handlers

A flaw was found in the Linux kernel's ACPI Embedded Controller EC subsystem. When removing custom query handlers, a kernel oops can occur if the handler is still being executed in the EC query workqueue while the module containing the callback function is being unloaded. The fix ensures the...

5.8AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.13 views

kernel: KVM: Always flush async #PF workqueue when vCPU is being destroyed

In the Linux kernel, the following vulnerability has been resolved: KVM: Always flush async PF workqueue when vCPU is being destroyed Always flush the per-vCPU async PF workqueue when a vCPU is clearing its completion queue, e.g. when a VM and all its vCPUs is being destroyed. KVM must ensure tha...

7CVSS6.8AI score0.00259EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:0 a.m.3 views

net/xen-netback: prevent UAF in xenvif_flush_hash()

...

7.8CVSS7.2AI score0.00273EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:0 a.m.5 views

RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency

...

7.8CVSS6.8AI score0.00263EPSS
SaveExploits0
Rows per page
Query Builder