Lucene search
+L

76 matches found

NVD
NVD
added 6 hours ago1 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...

SaveExploits0References2
Cvelist
Cvelist
added 7 hours ago5 views

CVE-2026-74275 cxl/region: Fix out-of-bounds access in cxl_cancel_auto_attach()

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...

SaveExploits0References2
Cvelist
Cvelist
added 7 hours ago3 views

CVE-2026-74273 cxl/region: Block region delete during region creation

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...

SaveExploits0References2
Cvelist
Cvelist
added 7 hours ago5 views

CVE-2026-74272 cxl/region: Resolve region deletion races

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...

SaveExploits0References2
Positive Technologies
Positive Technologies
added 13 hours ago5 views

PT-2026-72708

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.3AI score
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.13 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fixed the crash that occurred during decoder allocation. When the decoders of an intermediate port are exhausted by existing regions, and a new region is created with that port in its hierarchical path, the...

5.5CVSS5.9AI score0.00159EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fixed the cxlregion leak, and cleaned up targets when a region is deleted. When a region is deleted, any targets that were previously assigned to that region still hold references to it. To trigger the release of thos...

5.5CVSS5.7AI score0.00159EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: cxl/region: Fixed leakage in constructregion. The first call to sysfsupdategroup requires explicitly freeing the resource, as it is too early for cxlregioniomemrelease to be called...

5.5CVSS5.3AI score0.00107EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fixed memregion leaks in devmcxladdregion. The mode verification was moved to createregion, before allocating the memregion, to avoid memregion leaks...

5.5CVSS5.3AI score0.00249EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: cxl/region: Do not attempt cleanup after a failure in cxlRegionAttach. Commit 5e42bcbc3fef “cxl/region: Decrement -nrtargets in case of errors in cxlRegionAttach” attempted to prevent initialization errors when -nrtargets...

5.5CVSS6AI score0.00236EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/04/23 1:24 a.m.12 views

SUSE CVE-2026-31529

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix leakage in constructregion Failing the first sysfsupdategroup needs to explicitly kfree the resource as it is too early for cxlregioniomemrelease to do so...

5.5CVSS5.6AI score0.00107EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/22 8:38 p.m.9 views

CVE-2026-31529

A flaw was found in the Linux kernel's cxl/region component. This vulnerability involves a resource leakage within the constructregion function. When sysfsupdategroup fails, the resource is not explicitly freed, leading to a memory leak. This could potentially allow a local attacker to cause a...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/22 3:31 p.m.13 views

EUVD-2026-24923

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix leakage in constructregion Failing the first sysfsupdategroup needs to explicitly kfree the resource as it is too early for cxlregioniomemrelease to do so...

5.6AI score0.00107EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/22 2:16 p.m.9 views

CVE-2026-31529

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix leakage in constructregion Failing the first sysfsupdategroup needs to explicitly kfree the resource as it is too early for cxlregioniomemrelease to do so...

5.5CVSS0.00107EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/22 1:54 p.m.21 views

CVE-2026-31529

The CVE-2026-31529 issue affects the Linux kernel in the cxl/region code path. The vulnerability is a leakage (resource/memory) in __construct_region(): if sysfs_update_group() fails, the resource isn’t explicitly freed, which can lead to leakage. Several sources confirm the fix and describe the ...

5.5CVSS5.6AI score0.00107EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/04/22 1:54 p.m.10 views

CVE-2026-31529 cxl/region: Fix leakage in __construct_region()

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix leakage in constructregion Failing the first sysfsupdategroup needs to explicitly kfree the resource as it is too early for cxlregioniomemrelease to do so...

5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.44 views

CVE-2026-31529 cxl/region: Fix leakage in __construct_region()

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix leakage in constructregion Failing the first sysfsupdategroup needs to explicitly kfree the resource as it is too early for cxlregioniomemrelease to do so...

0.00107EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:0 a.m.6 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-41084)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-41084 advisory. - In the Linux kernel, the following vulnerability has been resolved: cxl/region: Avoid null pointer dereferen...

5.5CVSS6.6AI score0.00227EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.21 views

EUVD-2025-12891

Malicious code in bioql PyPI...

5.6AI score0.00159EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/11 2:6 a.m.5 views

SUSE CVE-2022-49895

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix decoder allocation crash When an intermediate port's decoders have been exhausted by existing regions, and creating a new region with the port in question in it's hierarchical path is attempted, cxlportattachregio...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References3
Rows per page
Query Builder