Lucene search
+L

2301 matches found

SUSE CVE
SUSE CVE
added 2024/11/10 3:49 a.m.16 views

SUSE CVE-2024-50215

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: assign dhkey to NULL after kfreesensitive ctrl-dhkey might be used across multiple calls to nvmetsetupdhgroup for the same controller. So it's better to nullify it after release on error path in order to avoid double...

5.5CVSS7.8AI score0.00628EPSS
SaveExploits0References19
NVD
NVD
added 2024/11/08 6:15 a.m.13 views

CVE-2024-50197

In the Linux kernel, the following vulnerability has been resolved: pinctrl: intel: platform: fix error path in deviceforeachchildnode The deviceforeachchildnode loop requires calls to fwnodehandleput upon early returns to decrement the refcount of the child node and avoid leaking memory if that...

5.5CVSS0.00179EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/08 5:54 a.m.14 views

CVE-2024-50197

In the Linux kernel, the following vulnerability has been resolved: pinctrl: intel: platform: fix error path in deviceforeachchildnode The deviceforeachchildnode loop requires calls to fwnodehandleput upon early returns to decrement the refcount of the child node and avoid leaking memory if that...

5.5CVSS5.7AI score0.00179EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/08 5:54 a.m.26 views

CVE-2024-50197 pinctrl: intel: platform: fix error path in device_for_each_child_node()

In the Linux kernel, the following vulnerability has been resolved: pinctrl: intel: platform: fix error path in deviceforeachchildnode The deviceforeachchildnode loop requires calls to fwnodehandleput upon early returns to decrement the refcount of the child node and avoid leaking memory if that...

0.00179EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/08 5:54 a.m.170 views

CVE-2024-50197

CVE-2024-50197 : In the Linux kernel, the pinctrl: intel: platform path fixes a memory leak in the device_for_each_child_node() error path. The bug occurred because there was an early return in intel_platform_pinctrl_prepare_community() where fwnode_handle_put() was not called to drop a reference...

5.5CVSS6.7AI score0.00179EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/11/07 10:15 a.m.4 views

DEBIAN-CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS5.4AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/29 1:15 a.m.2 views

DEBIAN-CVE-2024-50088

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in addinoderef The addinoderef function does not initialize the "name" struct when it is declared. If any of the following calls to "readoneinode returns NULL, dir = readoneinoderoot,...

7.8CVSS6.2AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/29 1:15 a.m.5 views

UBUNTU-CVE-2024-50088

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in addinoderef The addinoderef function does not initialize the "name" struct when it is declared. If any of the following calls to "readoneinode returns NULL, dir = readoneinoderoot,...

7.8CVSS6.5AI score0.00214EPSS
SaveExploits0References21
OSV
OSV
added 2024/10/25 11:9 a.m.10 views

OESA-2024-2294 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6init is wrong in case CONFIGIPV6SEG6LWTUNNEL is not defined. In that case if seg6hmacinit fails...

9.8CVSS6.5AI score0.00681EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.4 views

SUSE CVE-2022-49002

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

3.3CVSS6.5AI score0.00249EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/10/22 8:39 a.m.21 views

CVE-2022-48981

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove errant put in error path drmgemshmemmmap doesn't own this reference, resulting in the GEM object getting prematurely freed leading to a later use-after-free...

6CVSS6.8AI score0.00248EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.26 views

CVE-2022-49002

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

5.5CVSS0.00249EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 8:15 p.m.6 views

UBUNTU-CVE-2022-49002

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

5.5CVSS6.1AI score0.00249EPSS
SaveExploits0References11
OSV
OSV
added 2024/10/21 8:15 p.m.7 views

UBUNTU-CVE-2022-48955

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: fix memory leak in tbnetopen When tbringallocrx failed in tbnetopen, ida that allocated in tbxdomainallocouthopid is not released. Add tbxdomainreleaseouthopid to the error path to release ida...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 8:15 p.m.11 views

UBUNTU-CVE-2022-49020

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9socketopen Both p9fdcreatetcp and p9fdcreateunix will call p9socketopen. If the creation of p9transfd fails, p9fdcreatetcp and p9fdcreateunix will return an error directly instead of...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.28 views

CVE-2022-49002 iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

0.00249EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.31 views

CVE-2022-48998 powerpc/bpf/32: Fix Oops on tail call tests

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf/32: Fix Oops on tail call tests testbpf tail call tests end up as: testbpf: 0 Tail call leaf jited:1 85 PASS testbpf: 1 Tail call 2 jited:1 111 PASS testbpf: 2 Tail call 3 jited:1 145 PASS testbpf: 3 Tail call 4 jited...

7.8CVSS0.00228EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 8:5 p.m.113 views

CVE-2022-48981

CVE-2022-48981 is a Linux kernel vulnerability related to DRM SHMEM: the error-path handling in drm/shmem-helper and the ownership of references in drm_gem_shmem_mmap() can cause a use-after-free of a GEM object. The root cause is that drm_gem_shmem_mmap() does not own a reference, potentially fr...

7.8CVSS7.2AI score0.00248EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/10/21 8:5 p.m.23 views

CVE-2022-48981 drm/shmem-helper: Remove errant put in error path

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove errant put in error path drmgemshmemmmap doesn't own this reference, resulting in the GEM object getting prematurely freed leading to a later use-after-free...

7.8CVSS0.00248EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 8:5 p.m.14 views

CVE-2022-48981 drm/shmem-helper: Remove errant put in error path

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove errant put in error path drmgemshmemmmap doesn't own this reference, resulting in the GEM object getting prematurely freed leading to a later use-after-free...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits0References5
Rows per page
Query Builder