Lucene search
+L

884 matches found

RedhatCVE
RedhatCVE
added 2026/08/17 9:56 p.m.9 views

CVE-2026-72102

A flaw was found in the Linux kernel's device mapper DM subsystem. During certain resume operations, the kernel might attempt to free a memory table that has already been released. This error, known as a double-free vulnerability, can lead to memory corruption. A successful exploit could result i...

7.8CVSS4.9AI score0.00169EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/17 5:05 a.m.11 views

kernel: dm log: fix out-of-bounds write due to region_count overflow

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.6AI score0.0014EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.11 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-099726)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099726 advisory. 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...

7.8CVSS5.4AI score0.0014EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.10 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-100706)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100706 advisory. 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...

7.8CVSS5.4AI score0.0014EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.7 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-100109)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100109 advisory. In the Linux kernel, the following vulnerability has been resolved: dm cache: fix dirty mapping checking in passthrough mode switching As mentioned in commit...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.20 views

CVE-2026-74392

In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dmpollbio is the -pollbio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...

0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 6:22 a.m.10 views

UBUNTU-CVE-2026-72316

In the Linux kernel, the following vulnerability has been resolved: dm era: fix NULL pointer dereference in metadataopen metadataopen returns NULL when kzallocobj fails, but the caller eractr only checks ISERRmd. Since ISERRNULL returns false, the NULL pointer is treated as a valid result and lat...

5.5AI score0.0022EPSS
SaveExploits0References11
NVD
NVD
added 2026/08/15 6:21 a.m.9 views

CVE-2026-72108

In the Linux kernel, the following vulnerability has been resolved: dm thin metadata: fix metadata snapshot consistency on commit failure reservemetadatasnap and releasemetadatasnap modify the superblock's heldroot directly in the blockmanager's buffer. If the subsequent metadata commit fails, th...

7.8CVSS0.00169EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:21 a.m.8 views

CVE-2026-72102

In the Linux kernel, the following vulnerability has been resolved: dmearlycreate: fix freeing used table on dmresume failure If dmresume fails, the kernel attempts to free table with dmtabledestroy, but the table was already instantiated with dmswaptable. This commit skips the call to...

7.8CVSS0.00169EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:21 a.m.9 views

CVE-2026-72103

In the Linux kernel, the following vulnerability has been resolved: dm: avoid leaking the caller's thread keyring via the table device file The refactoring in commit a28d893eb327 "md: port block device access to file" accidentally causes the caller's thread keyring to be kept alive long beyond th...

7.3CVSS0.00159EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:21 a.m.11 views

CVE-2026-72106

In the Linux kernel, the following vulnerability has been resolved: dm-ioctl: fix a possible overflow in listversiongetinfo sizeoftt-version is 12 bytes, but the code writes 16 bytes into the output buffer - info-vers-version0, info-vers-version1, info-vers-version2 and info-vers-next. This can...

0.00216EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:21 a.m.9 views

UBUNTU-CVE-2026-72103

In the Linux kernel, the following vulnerability has been resolved: dm: avoid leaking the caller's thread keyring via the table device file The refactoring in commit a28d893eb327 "md: port block device access to file" accidentally causes the caller's thread keyring to be kept alive long beyond th...

7.3CVSS5.5AI score0.00159EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.14 views

CVE-2026-72102

In the Linux kernel, the following vulnerability has been resolved: dmearlycreate: fix freeing used table on dmresume failure If dmresume fails, the kernel attempts to free table with dmtabledestroy, but the table was already instantiated with dmswaptable. This commit skips the call to...

7.8CVSS5.5AI score0.00169EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:21 a.m.10 views

UBUNTU-CVE-2026-72102

In the Linux kernel, the following vulnerability has been resolved: dmearlycreate: fix freeing used table on dmresume failure If dmresume fails, the kernel attempts to free table with dmtabledestroy, but the table was already instantiated with dmswaptable. This commit skips the call to...

7.8CVSS5.5AI score0.00169EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:21 a.m.8 views

UBUNTU-CVE-2026-72108

In the Linux kernel, the following vulnerability has been resolved: dm thin metadata: fix metadata snapshot consistency on commit failure reservemetadatasnap and releasemetadatasnap modify the superblock's heldroot directly in the blockmanager's buffer. If the subsequent metadata commit fails, th...

7.8CVSS5.5AI score0.00169EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.17 views

CVE-2026-72103

In the Linux kernel, the following vulnerability has been resolved: dm: avoid leaking the caller's thread keyring via the table device file The refactoring in commit a28d893eb327 "md: port block device access to file" accidentally causes the caller's thread keyring to be kept alive long beyond th...

7.3CVSS5.6AI score0.00159EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.17 views

CVE-2026-72108

In the Linux kernel, the following vulnerability has been resolved: dm thin metadata: fix metadata snapshot consistency on commit failure reservemetadatasnap and releasemetadatasnap modify the superblock's heldroot directly in the blockmanager's buffer. If the subsequent metadata commit fails, th...

7.8CVSS5.6AI score0.00169EPSS
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:59 a.m.47 views

CVE-2026-74392

Summary of CVE-2026-74392 (Linux kernel, device-mapper): The issue involves the dm_poll_bio() callback used by stacked dm devices. The caller only knows about the dm queue and could initiate spinning polls, passing flags unchanged to the mapped clone, which may cause blk_mq_poll() to spin on a ta...

5.4AI score0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:59 a.m.23 views

CVE-2026-74392 dm: limit target bio polling to one shot

In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dmpollbio is the -pollbio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...

5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.40 views

CVE-2026-74392 dm: limit target bio polling to one shot

In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dmpollbio is the -pollbio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...

0.00156EPSS
SaveExploits0References2
Rows per page
Query Builder