Lucene search
+L

8237 matches found

CVE
CVE
added 2025/06/18 11:01 a.m.102 views

CVE-2022-50046

In CVE-2022-50046, the Linux kernel fixes a memory-leak and potential NULL-dereference in net/sunrpc rpc_sysfs_xprt_state_change(): on error paths, xprt may fail to decrement the reference count of xps and may use an invalid xps. The issue arises because the function does not always handle errors...

5.5CVSS6.7AI score0.00164EPSS
SaveExploits0References3Affected Software1
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
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.15 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...

0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 11:01 a.m.11 views

CVE-2022-50042 net: genl: fix error path memory leak in policy dumping

In the Linux kernel, the following vulnerability has been resolved: net: genl: fix error path memory leak in policy dumping If construction of the array of policies fails when recording non-first policy we need to unwind. netlinkpolicydumpaddpolicy itself also needs fixing as it currently gives u...

6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:01 a.m.62 views

CVE-2022-50042

CVE-2022-50042 refers to a Linux kernel vulnerability in the net: genl code for policy dumping. The issue is a memory leak in error paths when constructing the array of policies if recording non-first policies fails, and in netlink_policy_dump_add_policy which currently may not record the allocat...

5.5CVSS6.4AI score0.00216EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.16 views

CVE-2022-50042 net: genl: fix error path memory leak in policy dumping

In the Linux kernel, the following vulnerability has been resolved: net: genl: fix error path memory leak in policy dumping If construction of the array of policies fails when recording non-first policy we need to unwind. netlinkpolicydumpaddpolicy itself also needs fixing as it currently gives u...

0.00216EPSS
SaveExploits0References4
CVE
CVE
added 2025/06/18 11:01 a.m.91 views

CVE-2022-50040

CVE-2022-50040 affects the Linux kernel internal DSA path for sja1105 (net: dsa: sja1105). The vulnerability is a buffer overflow caused when an error occurs in dsa_devlink_region_create(), leading to a negative index (-1) access of priv->regions. The issue has been fixed in the cited commits,...

7.8CVSS7AI score0.0024EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.20 views

CVE-2022-50025 cxl: Fix a memory leak in an error handling path

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

0.00166EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:01 a.m.60 views

CVE-2022-50025

CVE-2022-50025 affects the Linux kernel. It fixes a memory leak in an error path: bitmap_zalloc() allocated in afu_allocate_irqs() must be balanced with a corresponding bitmap_free() in the error handling path. The issue was resolved by correcting the memory management in the afu_allocate_irqs() ...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:01 a.m.15 views

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.3AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:01 a.m.10 views

CVE-2022-50025 cxl: Fix a memory leak in an error handling path

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.8AI score
SaveExploits0References11
CVE
CVE
added 2025/06/18 11:01 a.m.88 views

CVE-2022-50024

CVE-2022-50024 affects the Linux kernel DMA engine (dmaengine) dw-axi-dmac. The issue occurs when axi_chan_dump_lli() is given a NULL LLI pointer, which can trigger an OOPS by attempting to read fields from a NULL structure. The fix is to print a NULL LLI and exit instead of dereferencing it. Aff...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.17 views

CVE-2022-50024 dmaengine: dw-axi-dmac: do not print NULL LLI during error

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: do not print NULL LLI during error During debugging we have seen an issue where axichandumplli is passed a NULL LLI pointer which ends up causing an OOPS due to trying to get fields from it. Simply print...

0.00164EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.16 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...

0.00217EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:01 a.m.67 views

CVE-2022-50004

CVE-2022-50004 is a Linux kernel vulnerability in the xfrm policy path. A null pointer dereference can occur when transmitting an skb with metadata_dst where dst->dev is NULL, through the xfrm interface, due to a missing null check in xfrmi_xmit/xfrm_lookup_with_ifid. The impact is kernel cras...

5.5CVSS6AI score0.00216EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.20 views

CVE-2022-49998 rxrpc: Fix locking in rxrpc's sendmsg

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix locking in rxrpc's sendmsg Fix three bugs in the rxrpc's sendmsg implementation: 1 rxrpcnewclientcall should release the socket lock when returning an error from rxrpcgetcallslot. 2 rxrpcwaitfortxwindowintr will return...

7.8CVSS0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2025/06/18 11:00 a.m.105 views

CVE-2022-49998

The CVE-2022-49998 issue concerns the Linux kernel’s RxRPC sendmsg path (net/rxrpc/sendmsg.c). The described vulnerability fixes three bugs in rxrpc’s sendmsg implementation: (1) rxrpc_new_client_call() should release the socket lock when returning from rxrpc_get_call_slot(); (2) rxrpc_wait_for_t...

7.8CVSS6.8AI score0.00168EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/06/18 11:00 a.m.11 views

CVE-2022-49996 btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix possible memory leak in btrfsgetdevargsfrompath In btrfsgetdevargsfrompath, btrfsgetbdevandsb can fail if the path is invalid. In this case, btrfsgetdevargsfrompath returns directly without freeing args-uuid and...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.21 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...

0.00217EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:00 a.m.103 views

CVE-2022-49964

CVE-2022-49964 affects the Linux kernel arm64 cacheinfo path. The root cause was assigning a signed error value (-ENOENT) returned by acpi_find_last_cache_level() to an unsigned fw_level, causing the number of cache leaves to become an enormous value and triggering a warning in __alloc_pages. The...

5.5CVSS6.4AI score0.00184EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder