Lucene search
+L

582 matches found

CVE
CVE
added 2026/08/10 12:04 p.m.66 views

CVE-2026-68419

The CVE-2026-68419 affects the Linux kernel RDMA/irdma subsystem. When a QP/CQ/SRQ is created, a two-step process allows user-space buffers to be registered with reg_mr via a special ABI flag indicating an invalid mkey. This can enable a user to call rereg_mr on these MR objects and trigger a rea...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:59 a.m.75 views

CVE-2026-68165

The CVE affects the Linux kernel DAMON subsystem (mm/damon/core) where damon_set_regions() did not validate zero-length regions created by certain callers (DAMON_SYSFS, DAMON_RECLAIM, DAMON_LRU_SORT). This could trigger WARN_ONCE on CONFIG_DAMON_DEBUG_SANITY and cause a divide-by-zero in damon_me...

5.3AI score0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.34 views

CVE-2026-68165 mm/damon/core: validate ranges in damon_set_regions()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damonsetregions DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMONSYSFS, DAMONRECLAIM and DAMONLRUSORT allow users to set empty monitoring...

0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 11:59 a.m.10 views

EUVD-2026-55551

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damonsetregions DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMONSYSFS, DAMONRECLAIM and DAMONLRUSORT allow users to set empty monitoring...

5.3AI score0.00205EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 11:59 a.m.10 views

EUVD-2026-55550

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: disallow overlapping input ranges for damonsetregions damonsetregions assumes the input ranges are sorted by the address and don't overlap each other. Hence the assumption was initially to be explicitly validated...

5.3AI score0.00215EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:59 a.m.41 views

CVE-2026-68164

The CVE concerns the Linux kernel DAMON subsystem, specifically the function damon_set_regions() in mm/damon/core. The root cause was that input ranges were assumed to be sorted and non-overlapping, but a prior commit removed validation, allowing overlapping ranges. The consequence can be odd mon...

5.3AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.33 views

CVE-2026-68164 mm/damon/core: disallow overlapping input ranges for damon_set_regions()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: disallow overlapping input ranges for damonsetregions damonsetregions assumes the input ranges are sorted by the address and don't overlap each other. Hence the assumption was initially to be explicitly validated...

0.00215EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.11 views

SUSE CVE-2026-64239

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: delete tried region in regionsrmdirs DAMON sysfs maintains the DAMOS tried region directory objects via a linked list. When the user requests refresh of the directories, DAMON sysfs removes all the region...

5.8AI score0.00116EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/24 11:16 p.m.13 views

CVE-2026-16280

An integer overflow when calculating physical offsets for sparse PMRs may result in 32-bit truncation of address computations for PMRs larger than 4 GB. This can lead to incorrect GPU MMU mappings and may allow a non-privileged user to trigger access to unintended physical memory, resulting in...

9.8CVSS0.00295EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.16 views

CVE-2026-64249

In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in childregionswithfirmware Move ofnodeputchildregion after the error print to avoid accessing freed memory when prerr references childregion. Yilun: Fix the Fixes tag...

7.8CVSS0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 4:16 p.m.15 views

UBUNTU-CVE-2026-64249

In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in childregionswithfirmware Move ofnodeputchildregion after the error print to avoid accessing freed memory when prerr references childregion. Yilun: Fix the Fixes tag...

7.8CVSS5.6AI score0.00117EPSS
SaveExploits0References15
CVE
CVE
added 2026/07/24 3:31 p.m.55 views

CVE-2026-64249

CVE-2026-64249 affects the Linux kernel FPGA region code. The issue is a use-after-free in region handling for child regions with firmware, fixed by moving of_node_put(child_region) after the error print to avoid dereferencing freed memory. Affected/patch status is reflected across multiple advis...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.45 views

CVE-2026-64249 fpga: region: fix use-after-free in child_regions_with_firmware()

In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in childregionswithfirmware Move ofnodeputchildregion after the error print to avoid accessing freed memory when prerr references childregion. Yilun: Fix the Fixes tag...

0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 3:31 p.m.12 views

CVE-2026-64249 fpga: region: fix use-after-free in child_regions_with_firmware()

In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in childregionswithfirmware Move ofnodeputchildregion after the error print to avoid accessing freed memory when prerr references childregion. Yilun: Fix the Fixes tag...

5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.37 views

CVE-2026-64239 mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: delete tried region in regionsrmdirs DAMON sysfs maintains the DAMOS tried region directory objects via a linked list. When the user requests refresh of the directories, DAMON sysfs removes all the region...

0.00116EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.41 views

PT-2026-64421

Name of the Vulnerable Software and Affected Versions GPU DDK affected versions not specified Description An integer overflow occurs during the calculation of physical offsets for sparse PMRs Partial Memory Regions within the PMRLogicalOffsetToPhysicalOffset function. For PMRs larger than 4 GB,...

9.8CVSS6AI score0.00295EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.22 views

PT-2026-64364

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the child regions with firmware function. The problem occurs because of node putchild region is called before an error print statement, causing the pr er...

7.8CVSS5.3AI score0.00117EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/22 8:01 a.m.13 views

xfs: fail recovery on a committed log item with no regions

...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.12 views

SUSE CVE-2026-64187

In the Linux kernel, the following vulnerability has been resolved: xfs: fail recovery on a committed log item with no regions If the first op of a transaction is a bare transaction header len == sizeofstruct xfstransheader, xlogrecoveraddtotrans adds an item but no region, leaving it on ritemq...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References17
CVE
CVE
added 2026/07/20 4:27 p.m.78 views

CVE-2026-64187

Technical details for CVE-2026-64187 are not publicly provided in the supplied documents. Monitor for updates.

5.5CVSS5.5AI score0.00114EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder