Lucene search
+L

5509 matches found

OSV
OSV
added 2025/12/24 11:16 a.m.9 views

UBUNTU-CVE-2025-68726

In the Linux kernel, the following vulnerability has been resolved: crypto: aead - Fix reqsize handling Commit afddce13ce81d "crypto: api - Add reqsize to cryptoalg" introduced crareqsize field in cryptoalg struct to replace type specific reqsize fields. It looks like this was introduced...

9.8CVSS5.7AI score0.00403EPSS
SaveExploits0References11
NVD
NVD
added 2025/12/24 11:15 a.m.9 views

CVE-2023-54017

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: fix possible memory leak in ibmebusbusinit If deviceregister returns error in ibmebusbusinit, name of kobject which is allocated in devsetname called in deviceadd is leaked. As comment of deviceadd says, it shoul...

0.00215EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 11:15 a.m.13 views

CVE-2022-50702

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

0.00196EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.6 views

CVE-2023-54001

In the Linux kernel, the following vulnerability has been resolved: staging: r8712: Fix memory leak in r8712initxmitpriv In the above mentioned routine, memory is allocated in several places. If the first succeeds and a later one fails, the routine will leak memory. This patch fixes commit...

5.7AI score0.00204EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 11:15 a.m.12 views

UBUNTU-CVE-2022-50702

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

5.7AI score0.00196EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.7 views

CVE-2023-54005

In the Linux kernel, the following vulnerability has been resolved: binder: fix memory leak in binderinit In binderinit, the destruction of binderallocshrinkerinit is not performed in the wrong path, which will cause memory leaks. So this commit introduces binderallocshrinkerexit and calls it in...

5.7AI score0.00206EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.4 views

CVE-2023-54017

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: fix possible memory leak in ibmebusbusinit If deviceregister returns error in ibmebusbusinit, name of kobject which is allocated in devsetname called in deviceadd is leaked. As comment of deviceadd says, it shoul...

5.8AI score0.00215EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 11:15 a.m.10 views

UBUNTU-CVE-2023-54017

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: fix possible memory leak in ibmebusbusinit If deviceregister returns error in ibmebusbusinit, name of kobject which is allocated in devsetname called in deviceadd is leaked. As comment of deviceadd says, it shoul...

5.8AI score0.00215EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/24 10:55 a.m.10 views

CVE-2023-54028 RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the error "trying to register non-static key in rxecleanuptask" In the function rxecreateqp, rxeqpfrominit is called to initialize qp, internally things like rxeinittask are not setup until rxeqpinitreq. If an error...

6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/12/24 10:55 a.m.37 views

CVE-2023-54017

Technical details about CVE-2023-54017 are not provided in the supplied documents; no vendor/product/version/root-cause or fix is present. Monitor for updates.

6.1AI score0.00215EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.38 views

CVE-2023-54005 binder: fix memory leak in binder_init()

In the Linux kernel, the following vulnerability has been resolved: binder: fix memory leak in binderinit In binderinit, the destruction of binderallocshrinkerinit is not performed in the wrong path, which will cause memory leaks. So this commit introduces binderallocshrinkerexit and calls it in...

0.00206EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 10:55 a.m.24 views

CVE-2023-54005

In the Linux kernel, CVE-2023-54005 is a memory-leak in the binder subsystem: in binder_init(), the destruction of binder_alloc_shrinker_init() was not performed on the correct path, causing leaks. The fix adds binder_alloc_shrinker_exit() and ensures it is invoked as part of the proper cleanup p...

6.1AI score0.00206EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 10:55 a.m.34 views

CVE-2023-54001

CVE-2023-54001 details are not provided in the connected documents; monitor for updates.

6.1AI score0.00204EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 10:55 a.m.16 views

CVE-2022-50702 vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.40 views

CVE-2022-50702 vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

0.00196EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:55 a.m.13 views

CVE-2022-50701 wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host SDIO may need addtional 511 bytes to align bus operation. If the tailroom of this skb is not big enough, we would access invalid memory region. For low level...

7.1CVSS6.4AI score
SaveExploits0References6
OSV
OSV
added 2025/12/24 10:33 a.m.6 views

CVE-2025-68726 crypto: aead - Fix reqsize handling

In the Linux kernel, the following vulnerability has been resolved: crypto: aead - Fix reqsize handling Commit afddce13ce81d "crypto: api - Add reqsize to cryptoalg" introduced crareqsize field in cryptoalg struct to replace type specific reqsize fields. It looks like this was introduced...

9.8CVSS6.5AI score
SaveExploits0References6
CNNVD
CNNVD
added 2025/12/24 12:00 a.m.8 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 memory leak in the efctdeviceinit function...

6.2AI score0.00241EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.6 views

PT-2025-52958

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the r8712 init xmit priv routine within the r8712 driver. Memory is allocated in multiple steps, and if a later allocation fails after an earlier one succeeds, th...

6.3AI score0.00204EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.9 views

PT-2025-52974

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the powerpc/pseries architecture within the ibmebus bus init function of the Linux kernel. If the device register function returns an error during the...

6.2AI score0.00215EPSS
SaveExploits0
Rows per page
Query Builder