Lucene search
+L

109 matches found

EUVD
EUVD
•added 2026/09/24 4:03 p.m.•7 views

EUVD-2026-86036

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Validate partition index before array access constructregion reads cxled-part and uses it to index cxlds-part without checking for a negative value. If the partition was never resolved, part remains at its initial val...

5.9AI score
SaveExploits0References2
CVE
CVE
•added 2026/09/24 4:03 p.m.•9 views

CVE-2026-97423

The Linux kernel contains a vulnerability in the cxl/region component where the construct_region() function fails to validate the cxled->part value before using it as an index for the cxlds->part[] array. If a partition is never resolved, the value remains at -1 , leading to an out-of-bound...

5.9AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•8 views

Linux Distros Unpatched Vulnerability : CVE-2026-92484

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cxl/region: Fix use-after-free in findposandways error path The error path releases its reference to a switch decoder before logging an error that includes the...

6.2AI score0.002EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:17 p.m.•5 views

DEBIAN-CVE-2026-92484

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix use-after-free in findposandways error path The error path releases its reference to a switch decoder before logging an error that includes the decoder name. If the released reference is the last one, the decoder...

6.4AI score0.002EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•6 views

AZL-102180 CVE-2026-92484 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix use-after-free in findposandways error path The error path releases its reference to a switch decoder before logging an error that includes the decoder name. If the released reference is the last one, the decoder...

6.3AI score0.002EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•8 views

CVE-2026-92484

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix use-after-free in findposandways error path The error path releases its reference to a switch decoder before logging an error that includes the decoder name. If the released reference is the last one, the decoder...

0.002EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•10 views

EUVD-2026-82105

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix use-after-free in findposandways error path The error path releases its reference to a switch decoder before logging an error that includes the decoder name. If the released reference is the last one, the decoder...

6.4AI score0.002EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 4:10 p.m.•4 views

CVE-2026-92484 cxl/region: Fix use-after-free in find_pos_and_ways() error path

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix use-after-free in findposandways error path The error path releases its reference to a switch decoder before logging an error that includes the decoder name. If the released reference is the last one, the decoder...

6.4AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:10 p.m.•17 views

CVE-2026-92484

CVE-2026-92484 is a use-after-free vulnerability in the Linux kernel 's cxl/region subsystem, specifically in the find_pos_and_ways() error path. The bug occurs because the error handling code releases its reference to a switch decoder before logging an error message that includes the decoder's n...

6.4AI score0.002EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•0 views

CVE-2026-92484: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix use-after-free in findposandways error path The error path releases its reference to a switch decoder before logging an error that includes the decoder name. If the released reference is the last one, the decoder...

6.4AI score0.002EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Do not attempt cleanup after a failure in cxlRegionAttach. The commit 5e42bcbc3fef “cxl/region: decrement -nrtargets on error in cxlRegionAttach” attempted to avoid initialization errors when -nrtargets exceeds 16 by...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/08/26 1:14 a.m.•7 views

SUSE CVE-2026-74272

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Resolve region deletion races Sungwoo noticed that the sysfs trigger to delete a region may try to delete a region multiple times. It also has no exclusion relative to the kernel releasing the region via CXL root devi...

5.8AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/26 1:14 a.m.•8 views

SUSE CVE-2026-74273

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Block region delete during region creation Expand the range lock, rename it "regionslock", to disable region deletion in the critical period between constructregion and attachtarget, as well as the period between...

5.8AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/26 1:14 a.m.•6 views

SUSE CVE-2026-74275

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix out-of-bounds access in cxlcancelautoattach In cxlcancelautoattach, it assumes cxled-pos is a valid index for accessing p-targets. However, cxled-pos can be set to negative errno in cxlregionsorttargets if...

8.4CVSS6.7AI score0.0018EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: cxl/region: Resolved race conditions related to region deletion Sungwoo noticed that the sysfs mechanism for deleting a region might attempt to delete the same region multiple times. Additionally, there was no mechanism to...

5.8AI score0.00198EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Blocking region deletion during region creation. The range lock has been expanded and renamed “regionslock” to prevent region deletion during the critical period between constructregion and attachtarget, as well as...

5.8AI score0.00198EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2026/08/20 3:04 p.m.•16 views

CVE-2026-74273

A flaw was found in the Linux kernel's cxl/region component. A local user could exploit a race condition during the creation and deletion of regions. This could lead to the kernel becoming confused about the state of a region, potentially causing system instability or a denial of service DoS...

5.5CVSS5.3AI score0.00198EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/08/20 3:04 p.m.•14 views

CVE-2026-74272

A flaw was found in the Linux kernel's cxl/region module. Multiple race conditions exist during the deletion of CXL Compute Express Link regions. A local attacker could exploit these race conditions by repeatedly attempting to delete a region via the sysfs interface or by racing with kernel...

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

CVE-2026-74272

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Resolve region deletion races Sungwoo noticed that the sysfs trigger to delete a region may try to delete a region multiple times. It also has no exclusion relative to the kernel releasing the region via CXL root devi...

0.00198EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/15 6:22 a.m.•18 views

CVE-2026-74274

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fill first free targets slot during auto-discovery Any invalid endpoint decoder pointer in the target array of an active region is not allowed by cxl driver. This means cxl driver always assumes the first p-nrtargets...

5.6AI score0.00219EPSS
SaveExploits0References4
Rows per page
Query Builder