Lucene search
+L

1104 matches found

NVD
NVD
added 2025/06/18 11:15 a.m.12 views

CVE-2022-49979

In the Linux kernel, the following vulnerability has been resolved: net: fix refcount bug in skpsockget 2 Syzkaller reports refcount bug as follows: ------------ cut here ------------ refcountt: saturated; leaking memory. WARNING: CPU: 1 PID: 3605 at lib/refcount.c:19...

7.8CVSS0.00241EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.17 views

CVE-2022-49952

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on probe Add the missing sanity check on the probed-session count to avoid corrupting memory beyond the fixed-size slab-allocated session array when there are more than FASTRPCMAXSESSIONS...

7.8CVSS0.00228EPSS
SaveExploits0References5
CVE
CVE
added 2025/06/18 11:03 a.m.119 views

CVE-2022-50200

The CVE-2022-50200 issue affects the Linux kernel and stems from missing boundary checks in the selinux put_entry() path. The vulnerability could allow memory out-of-bounds access (local attack) with high impact to confidentiality or availability as described in the advisory (vector: LOCAL, compl...

7.8CVSS6.5AI score0.00243EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/06/18 11:03 a.m.15 views

CVE-2022-50172 mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msg

In the Linux kernel, the following vulnerability has been resolved: mt76: mt76x02u: fix possible memory leak in mt76x02umcusendmsg Free the skb if mt76ubulkmsg fails in mt76x02umcusendmsg routine...

5.9AI score
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:03 a.m.98 views

CVE-2022-50140

CVE-2022-50140 affects the Linux kernel memstick/ms_block subsystem. The root cause is a memory leak where erased_blocks_bitmap is allocated with used_blocks_bitmap but not freed; the patch adds bitmap_free() in msb_data_clear() to free erased_blocks_bitmap. The CVSS 3.1 base score is 5.5 (MEDIUM...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/06/18 11:03 a.m.17 views

CVE-2022-50140 memstick/ms_block: Fix a memory leak

In the Linux kernel, the following vulnerability has been resolved: memstick/msblock: Fix a memory leak 'erasedblocksbitmap' is never freed. As it is allocated at the same time as 'usedblocksbitmap', it is likely that it should be freed also at the same time. Add the corresponding bitmapfree in...

5.9AI score
SaveExploits0References11
OSV
OSV
added 2025/06/18 11:02 a.m.12 views

CVE-2022-50110 watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource

In the Linux kernel, the following vulnerability has been resolved: watchdog: sp5100tco: Fix a memory leak of EFCH MMIO resource Unlike releasememregion, a call to releaseresource does not free the resource, so it has to be freed explicitly to avoid a memory leak...

5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.17 views

CVE-2022-50065 virtio_net: fix memory leak inside XPD_TX with mergeable

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix memory leak inside XPDTX with mergeable When we call xdpconvertbufftoframe to get xdpf, if it returns NULL, we should check if xdppage was allocated by xdplinearizepage. If it is newly allocated, it should be freed...

0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:01 a.m.10 views

CVE-2022-50046 net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()

In the Linux kernel, the following vulnerability has been resolved: net/sunrpc: fix potential memory leaks in rpcsysfsxprtstatechange The issue happens on some error handling paths. When the function fails to grab the object xprt, it simply returns 0, forgetting to decrease the reference count of...

6AI score
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:01 a.m.12 views

CVE-2022-50007 xfrm: fix refcount leak in __xfrm_policy_check()

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in xfrmpolicycheck The issue happens on an error path in xfrmpolicycheck. When the fetching process of the object pols1 fails, the function simply returns 0, forgetting to decrement the reference count of...

5AI score
SaveExploits0References11
CVE
CVE
added 2025/06/18 11:00 a.m.34 views

CVE-2022-49996

CVE-2022-49996 is a Linux kernel issue affecting the btrfs subsystem. The vulnerability arises when btrfs_get_dev_args_from_path() calls btrfs_get_bdev_and_sb() with an invalid path, causing the function to return without freeing previously allocated memory for args->uuid and args->fsid, wh...

5.5CVSS6.5AI score0.0022EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 11:00 a.m.17 views

CVE-2022-49982 media: pvrusb2: fix memory leak in pvr_probe

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvrprobe The error handling code in pvr2hdwcreate forgets to unregister the v4l2 device. When pvr2hdwcreate returns back to pvr2contextcreate, it calls pvr2contextdestroy to destroy context, but...

6AI score
SaveExploits0References11
OSV
OSV
added 2025/06/18 11:00 a.m.20 views

CVE-2022-49965 drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asics

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finixxxx interfaces for some SMU13 asics Without these, potential memory leak may be induced...

5.9AI score
SaveExploits0References5
NVD
NVD
added 2025/06/18 10:15 a.m.11 views

CVE-2025-38027

In the Linux kernel, the following vulnerability has been resolved: regulator: max20086: fix invalid memory access max20086parseregulatorsdt calls ofregulatormatch using an array of struct ofregulatormatch allocated on the stack for the matches argument. ofregulatormatch calls...

7.1CVSS0.00185EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.11 views

PT-2025-26060 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential memory leak has been identified in the setup base ctxt function. This issue arises when init user ctxt fails, causing the allocated memory for uctxt-groups to not be...

7.8CVSS5.7AI score0.10458EPSS
SaveExploits16References581
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.54 views

PT-2025-26000 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the apparmor module. The issue occurs when the copy from user function fails, causing a memory leak due to...

7.8CVSS5.7AI score0.10458EPSS
SaveExploits16References579
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.16 views

PT-2025-25991 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically within the virtio net component when handling XPD TX with mergeable functionality. The problem arises when the...

7.8CVSS5.6AI score0.10458EPSS
SaveExploits16References583
Positive Technologies
Positive Technologies
added 2025/06/17 12:00 a.m.7 views

PT-2025-25663 · Libgepub +1 · Libgepub +1

Name of the Vulnerable Software and Affected Versions: libgepub affected versions not specified Description: A flaw exists in libgepub, a library used to read EPUB files. The software incorrectly handles file size calculations when processing specially crafted EPUB files, resulting in incorrect...

5.5CVSS6.2AI score0.00219EPSS
SaveExploits1References22
Vulnrichment
Vulnrichment
added 2025/06/16 2:18 p.m.8 views

CVE-2025-3526

SessionClicks in Liferay Portal 7.0.0 through 7.4.3.21, and Liferay DXP 7.4 GA through update 9, 7.3 GA through update 25, and older unsupported versions does not restrict the saving of request parameters in the HTTP session, which allows remote attackers to consume system memory leading to...

8.7CVSS6.7AI score0.00544EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/06/12 12:00 a.m.10 views

EulerOS 2.0 SP11 : vim (EulerOS-SA-2025-1680)

According to the versions of the vim packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A vulnerability classified as problematic was found in vim up to 9.1.1096. This vulnerability affects unknown code of the file src/main.c. The...

7.8CVSS3.6AI score0.00541EPSS
SaveExploits1References3
Rows per page
Query Builder