Lucene search
+L

23592 matches found

UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.6 views

CVE-2022-50167

In the Linux kernel, the following vulnerability has been resolved: bpf: fix potential 32-bit overflow when accessing ARRAY map element If BPF array map is bigger than 4GB, element pointer calculation can overflow because both index and elemsize are u32. Fix this everywhere by forcing 64-bit...

7.8CVSS5.8AI score0.00225EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.5 views

CVE-2022-49972

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDPSHAREDUMEM Fix an issue in XDPSHAREDUMEM mode together with aligned mode where packets are corrupted for the second and any further sockets bound to the same umem. In other words, this does not...

7.8CVSS6.3AI score0.00194EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.8 views

CVE-2022-50071

In the Linux kernel, the following vulnerability has been resolved: mptcp: move subflow cleanup in mptcpdestroycommon If the mptcp socket creation fails due to a CGROUPINETSOCKCREATE eBPF program, the MPTCP protocol ends-up leaking all the subflows: the related cleanup happens in mptcpdestroysock...

7.8CVSS6.7AI score0.00201EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.7 views

CVE-2022-50149

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential deadlock in driverattach In driverattach function, There are also AA deadlock problem, like the commit b232b02bf3c2 "driver core: fix deadlock in deviceattach". stack like commit b232b02bf3c2 "driver...

5.5CVSS6AI score0.00126EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.24 views

CVE-2022-50226

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak For some sev ioctl interfaces, input may be passed that is less than or equal to SEVFWBLOBMAXSIZE, but larger than the data that PSP firmware return...

5.5CVSS5.5AI score0.00201EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.19 views

CVE-2022-50222 tty: vt: initialize unicode screen buffer

In the Linux kernel, the following vulnerability has been resolved: tty: vt: initialize unicode screen buffer syzbot reports kernel infoleak at vcsread 1, for buffer can be read immediately after resize operation. Initialize buffer using kzalloc. ---------- include include include include int...

0.00202EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.25 views

CVE-2022-50220 usbnet: Fix linkwatch use-after-free on disconnect

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

0.00211EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.9 views

CVE-2022-50219

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix KASAN use-after-free Read in computeeffectiveprogs Syzbot found a Use After Free bug in computeeffectiveprogs. The reproducer creates a number of BPF links, and causes a fault injected alloc to fail, while calling...

7.8CVSS5.6AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.22 views

CVE-2022-50215

In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Allow waiting for commands to complete on removed device When a SCSI device is removed while in active use, currently sg will immediately return -ENODEV on any attempt to wait for active commands that were sent before t...

7.8CVSS5.3AI score0.00217EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.17 views

CVE-2022-50209

In the Linux kernel, the following vulnerability has been resolved: meson-mx-socinfo: Fix refcount leak in mesonmxsocinfoinit offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.3AI score0.00202EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:03 a.m.82 views

CVE-2022-50207

Summary (CVE-2022-50207) : In the Linux kernel, ARM bcm Kona handling had a refcount leak in bcm_kona_smc_init. The root cause: of_find_matching_node() returns a node pointer with an incremented refcount and may not be released. The patch adds a missing of_node_put() to drop the reference when th...

5.5CVSS6.4AI score0.00217EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.7 views

CVE-2022-50202

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: defer device probing when resuming from hibernation syzbot is reporting hung task at miscopen 1, for there is a race window of AB-BA deadlock which involves probecount variable. Currently waitfordeviceprobe from...

5.5CVSS5.3AI score0.00217EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:03 a.m.81 views

CVE-2022-50199

Mode C: The CVE-2022-50199 issue affects the Linux kernel on ARM (OMAP2+). The root cause is a refcount leak in omapdss_init_of: omapdss_find_dss_of_node() calls of_find_compatible_node() which returns a node with a refcount incremented, but of_node_put() is not always called. The fix adds missin...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/06/18 11:03 a.m.77 views

CVE-2022-50198

CVE-2022-50198 applies to the Linux kernel ARM OMAP2+ stack. The vulnerability arises from a refcount leak in omap3xxx_prm_late_init: of_find_matching_node() returns a node pointer with a refcount incremented, and of_node_put() was added to release it when no longer needed. The patch fixes the le...

5.5CVSS6.4AI score0.00213EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/06/18 11:03 a.m.80 views

CVE-2022-50197

In CVE-2022-50197, the Linux kernel vulnerability affects the cpufreq: zynq component. The root cause is a refcount leak when retrieving a device node: of_find_compatible_node() returns a node pointer with an incremented refcount, and missing of_node_put() on cleanup leads to a leak. The fix adds...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.27 views

CVE-2022-50196 soc: qcom: ocmem: Fix refcount leak in of_get_ocmem

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in ofgetocmem ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak. ofnodeput will...

0.0021EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.16 views

CVE-2022-50196

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in ofgetocmem ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak. ofnodeput will...

5.5CVSS5.3AI score0.0021EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:03 a.m.101 views

CVE-2022-50194

The CVE-2022-50194 issue affects the Linux kernel, specifically the soc: qcom: aoss path, where for_each_available_child_of_node() leaks a refcount when breaking out of iteration. The root cause is a missing of_node_put() after iterating, leading to a refcount leak on the previously referenced no...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.19 views

CVE-2022-50194

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: aoss: Fix refcount leak in qmpcoolingdevicesregister Every iteration of foreachavailablechildofnode decrements the reference count of the previous node. When breaking early from a foreachavailablechildofnode loop, we...

5.5CVSS5.3AI score0.00211EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.46 views

CVE-2022-50192 spi: tegra20-slink: fix UAF in tegra_slink_remove()

In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: fix UAF in tegraslinkremove After calling spiunregistermaster, the refcount of master will be decrease to 0, and it will be freed in spicontrollerrelease, the device data also will be freed, so it will lead a...

0.00221EPSS
SaveExploits0References4
Rows per page
Query Builder