Lucene search
+L

58 matches found

NVD
NVD
added 2025/12/09 4:17 p.m.12 views

CVE-2022-50669

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

0.00245EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.13 views

CVE-2022-50669

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

5.3AI score0.00245EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.39 views

CVE-2022-50669 misc: ocxl: fix possible name leak in ocxl_file_register_afu()

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

0.00245EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.11 views

PT-2025-49700

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to the ocxl module. Specifically, a potential name leak can occur within the ocxl file register afu function. If the device register function...

7.8CVSS6.8AI score0.00932EPSS
SaveExploits2References896
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/11/12 10:25 p.m.8 views

Malicious code in lobac-ub-afu (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c6b743762e0d76c300c0271597409ff49b03980a80296c853323e93244839899 This package appears to be part of the tea.xyz token reward campaign that flooded npm. These packages typically contain autopublish scripts auto.js,...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989222)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989222 advisory. In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxlfileregisterafu inforelease will be called in...

7.8CVSS5.7AI score0.00271EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986707)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986707 advisory. In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxlfileregisterafu inforelease will be called in...

7.8CVSS5.7AI score0.00271EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/04 4:15 p.m.11 views

UBUNTU-CVE-2022-50481

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

5.5CVSS5.8AI score0.00149EPSS
SaveExploits0References12
CVE
CVE
added 2025/10/04 3:16 p.m.29 views

CVE-2022-50481

CVE-2022-50481 pertains to the Linux kernel; the issue is a potential null pointer dereference in cxl_guest_init_afu|adapter() when device_register() fails in cxl_register_afu|adapter(). The error path could dereference a removed-but-not-added device unless the reference is properly released. The...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2025/10/04 12:00 a.m.7 views

PT-2025-40668

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s cxl subsystem where a null pointer dereference could occur in the cxl guest init afu or cxl guest init adapter functions. This happens if device...

6AI score0.00149EPSS
SaveExploits0References12
NVD
NVD
added 2025/09/15 2:15 p.m.8 views

CVE-2022-50244

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlpciinitafu|adapter If deviceregister fails in cxlpciafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-deref becau...

5.5CVSS0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:15 p.m.7 views

UBUNTU-CVE-2022-50244

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlpciinitafu|adapter If deviceregister fails in cxlpciafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-deref becau...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/15 2:02 p.m.17 views

CVE-2022-50244 cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlpciinitafu|adapter If deviceregister fails in cxlpciafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-deref becau...

0.0016EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/15 2:02 p.m.39 views

CVE-2022-50244

CVE-2022-50244 affects the Linux kernel code path in cxl_pci_init_afu|adapter() where a failed device_register() leaves a not-added device and leads to a potential null pointer dereference if device_unregister() is called in the error path. The fix splits unregister logic into device_del() and pu...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.8 views

PT-2025-37498

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the cxl subsystem where a null pointer dereference may occur in the cxl pci init afu|adapter function. Specifically, if device register fails, the...

6.1AI score0.0016EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.10 views

SUSE CVE-2022-50025

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix a memory leak in an error handling path A bitmapzalloc must be balanced by a corresponding bitmapfree in the error handling path of afuallocateirqs...

3.3CVSS6.4AI score0.00166EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.7 views

UBUNTU-CVE-2022-50025

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix a memory leak in an error handling path A bitmapzalloc must be balanced by a corresponding bitmapfree in the error handling path of afuallocateirqs...

5.5CVSS5.8AI score0.00166EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/26 7:01 a.m.13 views

DEBIAN-CVE-2022-49455

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxlfileregisterafu inforelease will be called in deviceunregister when info-dev's reference count is 0. So there is no need to call ocxlafuput and kfree again. Fix this by adding freeminor...

7.8CVSS5.6AI score0.00271EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.4 views

CVE-2022-49455 misc: ocxl: fix possible double free in ocxl_file_register_afu

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxlfileregisterafu inforelease will be called in deviceunregister when info-dev's reference count is 0. So there is no need to call ocxlafuput and kfree again. Fix this by adding freeminor...

6.6AI score0.00271EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.18 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a possible double release in ocxlfileregisterafu...

7.8CVSS5.5AI score0.00271EPSS
SaveExploits0References7
Rows per page
Query Builder