Lucene search
+L

863 matches found

AlmaLinux
AlmaLinux
added 2026/07/24 12:00 a.m.15 views

Important: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: KVM: x86: Don't recheck L1 intercepts when completing userspace I/O CVE-2025-40026 kernel: xfrm single-frag length not properly limited kernel: dm log: fix out-of-bounds write due to...

9.8CVSS6.8AI score0.00368EPSS
SaveExploits4References9
SUSE CVE
SUSE CVE
added 2026/07/01 3:19 a.m.15 views

SUSE CVE-2026-53059

In the Linux kernel, the following vulnerability has been resolved: dm log: fix out-of-bounds write due to regioncount overflow The local variable regioncount in createlogcontext is declared as unsigned int 32-bit, but dmsectordivup returns sectort 64-bit. When a device-mapper target has a...

7.1CVSS5.8AI score0.0014EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/01 3:19 a.m.11 views

SUSE CVE-2026-53062

In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: fix missing locks in invalidating cache blocks In passthrough mode, the policy invalidatemapping operation is called simultaneously from multiple workers, thus it should be protected by a lock. Otherwise, we...

5.3CVSS5.8AI score0.00097EPSS
SaveExploits0References18
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:14 a.m.10 views

dm cache: fix null-deref with concurrent writes in passthrough mode

...

7.1CVSS6.1AI score0.00123EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:13 a.m.11 views

dm cache: fix dirty mapping checking in passthrough mode switching

...

5.5CVSS6.1AI score0.00123EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:12 a.m.18 views

dm cache policy smq: check allocation under invalidate lock

...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:11 a.m.11 views

dm cache policy smq: fix missing locks in invalidating cache blocks

...

9.8CVSS6.1AI score0.00097EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:11 a.m.9 views

dm cache: fix write hang in passthrough mode

...

7.1CVSS6.1AI score0.00128EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:10 a.m.11 views

dm cache metadata: fix memory leak on metadata abort retry

...

5.5CVSS6.1AI score0.00128EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/26 6:34 p.m.15 views

CVE-2026-53064

A flaw was found in the Linux kernel's device-mapper dm-cache component. When dm-cache operates in passthrough mode, a race condition can occur during concurrent write operations to the same cached block. This can lead to a null-pointer dereference in the invalidatecomplete function, potentially...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/26 4:31 p.m.18 views

CVE-2026-53063

A flaw was found in the Linux kernel's device-mapper dm cache component. Incomplete logic within the invalidateremove function, which handles write operations after cache invalidation, can lead to a system hang. This occurs because the function sets up remapping for write operations but fails to...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/26 11:19 a.m.22 views

CVE-2026-53060

A flaw was found in the Linux kernel's device-mapper dm cache metadata. This memory leak vulnerability occurs when the dmcachemetadataabort function fails to acquire the root lock because the block manager is read-only, leading to the improper release of a temporary block manager. A local attacke...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/06/26 2:12 a.m.14 views

SUSE CVE-2026-53064

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix null-deref with concurrent writes in passthrough mode In passthrough mode, when dm-cache starts to invalidate a cache entry and bio prison cell lock fails due to concurrent write to the same cached block, mg-cell...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2026/06/26 2:08 a.m.17 views

SUSE CVE-2026-53265

In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: check allocation under invalidate lock commit 2d1f7b65f5de "dm cache policy smq: fix missing locks in invalidating cache blocks" added mq-lock around the destructive part of smqinvalidatemapping, but left the...

5.5CVSS5.8AI score0.0012EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2026/06/25 6:17 p.m.16 views

CVE-2026-53062

A flaw was found in the Linux kernel's device-mapper dm cache policy, specifically within the smq module. In passthrough mode, the invalidatemapping operation lacks proper locking, allowing for concurrent access. This can lead to data races, resulting in data corruption or use-after-free issues,...

7.8CVSS5.8AI score0.00097EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/25 6:17 p.m.12 views

CVE-2026-53061

A flaw was found in the Linux kernel's device-mapper dm cache component. This vulnerability arises from an incorrect assumption that table reloads only occur after suspension, which is violated by Logical Volume Manager LVM table preloading. The dirty mapping check for passthrough mode, performed...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/25 6:16 p.m.25 views

CVE-2026-53059

A flaw was found in the Linux kernel's device-mapper log dm log component. A local attacker could exploit an integer overflow vulnerability where a 64-bit value is truncated to 32 bits, leading to undersized memory allocations. This allows for out-of-bounds writes to kernel memory during log...

7.8CVSS5.8AI score0.0014EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/06/25 8:39 a.m.44 views

CVE-2026-53265 dm cache policy smq: check allocation under invalidate lock

In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: check allocation under invalidate lock commit 2d1f7b65f5de "dm cache policy smq: fix missing locks in invalidating cache blocks" added mq-lock around the destructive part of smqinvalidatemapping, but left the...

7.8CVSS0.0012EPSS
SaveExploits0References8
OSV
OSV
added 2026/06/25 8:39 a.m.13 views

CVE-2026-53265 dm cache policy smq: check allocation under invalidate lock

In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: check allocation under invalidate lock commit 2d1f7b65f5de "dm cache policy smq: fix missing locks in invalidating cache blocks" added mq-lock around the destructive part of smqinvalidatemapping, but left the...

7.8CVSS5.8AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/06/25 8:39 a.m.11 views

CVE-2026-53265

In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: check allocation under invalidate lock commit 2d1f7b65f5de "dm cache policy smq: fix missing locks in invalidating cache blocks" added mq-lock around the destructive part of smqinvalidatemapping, but left the...

5.7AI score0.0012EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder