Lucene search
+L

23358 matches found

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

UBUNTU-CVE-2022-50662

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: fix memory leak in hnsroceallocmr When hnsrocemrenable failed in hnsroceallocmr, mrkey is not released. Compiled test only...

5.8AI score0.00234EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/12/09 8:51 a.m.7 views

kernel: ice: ice_adapter: release xa entry on adapter allocation failure

A NULL pointer dereference exists in the Linux kernel such that ice: iceadapter fails to release a reserved XArray entry when iceadapternew fails. As a result, subsequent insertions at the same index may return -EBUSY, which can lead to damage to system availability, integrity, and confidentialit...

5.8AI score0.00197EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/09 3:31 a.m.9 views

EUVD-2022-55717

In the Linux kernel, the following vulnerability has been resolved: io-wq: Fix memory leak in worker creation If the CPU mask allocation for a node fails, then the memory allocated for the 'iowqe' struct of the current node doesn't get freed on the error handling path, since it has not yet been...

5.9AI score0.00193EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 1:29 a.m.19 views

CVE-2022-50679

CVE-2022-50679 concerns the Linux kernel i40e driver, where DMA mappings leak during RX buffer reallocation. The root cause is that new DMA mappings are created for buffers when reconfiguring RX rings, leading to leaks when old buffers are freed and DMA mappings are freed incorrectly. This can ca...

6AI score0.00239EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 1:29 a.m.22 views

CVE-2022-50662

CVE-2022-50662 – In the Linux kernel RDMA/HNS path, there is a memory leak in hns_roce_alloc_mr() where, if hns_roce_mr_enable() fails, the mr_key is not released. The issue is described as fixed in the Unicode/NVD description: “fix memory leak in hns_roce_alloc_mr()” with compiled test only. The...

6.1AI score0.00234EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/09 1:16 a.m.6 views

CVE-2022-50646

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...

0.00202EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 1:16 a.m.3 views

DEBIAN-CVE-2022-50639

In the Linux kernel, the following vulnerability has been resolved: io-wq: Fix memory leak in worker creation If the CPU mask allocation for a node fails, then the memory allocated for the 'iowqe' struct of the current node doesn't get freed on the error handling path, since it has not yet been...

5.3AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.9 views

UBUNTU-CVE-2022-50639

In the Linux kernel, the following vulnerability has been resolved: io-wq: Fix memory leak in worker creation If the CPU mask allocation for a node fails, then the memory allocated for the 'iowqe' struct of the current node doesn't get freed on the error handling path, since it has not yet been...

5.7AI score0.00193EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:16 a.m.10 views

UBUNTU-CVE-2022-50646

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...

5.7AI score0.00202EPSS
SaveExploits0References10
Microsoft CVE
Microsoft CVE
added 2025/12/09 1:1 a.m.10 views

exfat: validate cluster allocation bits of the allocation bitmap

...

7.8CVSS7AI score0.00143EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:31 a.m.6 views

SUSE CVE-2022-50616

In the Linux kernel, the following vulnerability has been resolved: regulator: core: Use different devices for resource allocation and DT lookup Following by the below discussion, there's the potential UAF issue between regulator and mfd...

6.4CVSS6.5AI score0.00193EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 12:31 a.m.8 views

EUVD-2025-201829

IBM watsonx.data 2.2 through 2.2.1 could allow an authenticated user to cause a denial of service through ingestion pods due to improper allocation of resources without limits...

6.5CVSS5.9AI score0.00279EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.6 views

SUSE CVE-2025-40292

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

6CVSS6.3AI score0.00166EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.12 views

SUSE CVE-2025-40307

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References20
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.44 views

CVE-2022-50653 mmc: atmel-mci: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

0.00202EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 12:0 a.m.6 views

CVE-2022-50646 scsi: hpsa: Fix possible memory leak in hpsa_init_one()

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...

6.3AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.7 views

CVE-2022-50646

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...

5.3AI score0.00202EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 12:0 a.m.38 views

CVE-2022-50646

CVE-2022-50646 affects the Linux kernel SCSI HPSA path. The vulnerability is due to a memory leak in hpsa_init_one() where, on alloc_percpu() failure, the code frees the allocated structure but leaks h->reply_map. The patch fixes this by calling hpda_free_ctlr_info() to release h->reply_map...

6.1AI score0.00202EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.35 views

CVE-2022-50639 io-wq: Fix memory leak in worker creation

In the Linux kernel, the following vulnerability has been resolved: io-wq: Fix memory leak in worker creation If the CPU mask allocation for a node fails, then the memory allocated for the 'iowqe' struct of the current node doesn't get freed on the error handling path, since it has not yet been...

0.00193EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.15 views

CVE-2022-50639

In the Linux kernel, the following vulnerability has been resolved: io-wq: Fix memory leak in worker creation If the CPU mask allocation for a node fails, then the memory allocated for the 'iowqe' struct of the current node doesn't get freed on the error handling path, since it has not yet been...

5.2AI score0.00193EPSS
SaveExploits0
Rows per page
Query Builder