Lucene search
+L

6312 matches found

Vulnrichment
Vulnrichment
added 2024/07/16 11:13 a.m.18 views

CVE-2022-48775 Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix memory leak in vmbusaddchannelkobj kobjectinitandadd takes reference even when it fails. According to the doc of kobjectinitandadd: If this function returns an error, kobjectput must be called to properly...

6.6AI score0.00227EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/16 11:13 a.m.18 views

CVE-2022-48774 dmaengine: ptdma: Fix the error handling path in pt_core_init()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: Fix the error handling path in ptcoreinit In order to free resources correctly in the error handling path of ptcoreinit, 2 goto's have to be switched. Otherwise, some resources will leak and we will try to relea...

6.7AI score0.00225EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/16 11:13 a.m.35 views

CVE-2022-48774 dmaengine: ptdma: Fix the error handling path in pt_core_init()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: Fix the error handling path in ptcoreinit In order to free resources correctly in the error handling path of ptcoreinit, 2 goto's have to be switched. Otherwise, some resources will leak and we will try to relea...

0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/16 11:13 a.m.22 views

CVE-2022-48774 dmaengine: ptdma: Fix the error handling path in pt_core_init()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: Fix the error handling path in ptcoreinit In order to free resources correctly in the error handling path of ptcoreinit, 2 goto's have to be switched. Otherwise, some resources will leak and we will try to relea...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/16 8:3 a.m.25 views

CVE-2024-41008

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm-taskinfo handling This patch changes the handling and lifecycle of vm-taskinfo object. The major changes are: - vm-taskinfo is a dynamically allocated ptr now, and its uasge is reference counted. - introduci...

5.5CVSS5.6AI score0.0018EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/07/15 5:4 p.m.28 views

CVE-2024-39498

In the Linux kernel, the following vulnerability has been resolved: drm/mst: Fix NULL pointer dereference at drmdpaddpayloadpart2 Why Commit: - commit 5aa1dfcdf0a4 "drm/mst: Refactor the flow for payload allocation/removement" accidently overwrite the commit - commit 54d217406afe "drm: use...

4.4CVSS7AI score0.00238EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/12 1:15 p.m.18 views

CVE-2024-41001

In the Linux kernel, the following vulnerability has been resolved: iouring/sqpoll: work around a potential audit memory leak kmemleak complains that there's a memory leak related to connect handling: unreferenced object 0xffff0001093bdf00 size 128: comm "iou-sqp-455", pid 457, jiffies 4294894164...

5.5CVSS0.00271EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.23 views

CVE-2024-40992

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder length checking for UD request packets According to the IBA specification: If a UD request packet is detected with an invalid length, the request shall be an invalid request and it shall be silently droppe...

5.5CVSS0.00268EPSS
SaveExploits0References3
NVD
NVD
added 2024/07/12 1:15 p.m.22 views

CVE-2024-40989

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Disassociate vcpus from redistributor region on teardown When tearing down a redistributor region, make sure we don't have any dangling pointer to that region stored in a vcpu...

7.8CVSS0.00299EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.32 views

CVE-2024-40975

In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Unregister devices in reverse order Not all subsystems support a device getting removed while there are still consumers of the device with a reference to the device. One example of this is the...

5.5CVSS0.00288EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/12 1:15 p.m.22 views

CVE-2024-40982

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.2AI score
SaveExploits0References1
NVD
NVD
added 2024/07/12 1:15 p.m.22 views

CVE-2024-40936

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix memregion leaks in devmcxladdregion Move the mode verification to createregion before allocating the memregion to avoid the memregion leaks...

5.5CVSS0.00249EPSS
SaveExploits0References3
NVD
NVD
added 2024/07/12 1:15 p.m.18 views

CVE-2024-40937

In the Linux kernel, the following vulnerability has been resolved: gve: Clear napi-skb before devkfreeskbany gverxfreeskb incorrectly leaves napi-skb referencing an skb after it is freed with devkfreeskbany. This can result in a subsequent call to napigetfrags returning a dangling pointer. Fix...

5.5CVSS0.00253EPSS
SaveExploits0References6
NVD
NVD
added 2024/07/12 1:15 p.m.17 views

CVE-2024-40942

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of meshpreqqueue objects The hwmp code use objects of type meshpreqqueue, added to a list in ieee80211ifmesh, to keep track of mpath we need to resolve. If the mpath gets deleted, ex mesh interface ...

5.5CVSS0.00259EPSS
SaveExploits0References11
NVD
NVD
added 2024/07/12 1:15 p.m.18 views

CVE-2024-40922

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

5.5CVSS0.00212EPSS
SaveExploits0References3
NVD
NVD
added 2024/07/12 1:15 p.m.32 views

CVE-2024-40926

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: don't attempt to schedule hpdwork on headless cards If the card doesn't have display hardware, hpdwork and hpdlock are left uninitialized which causes BUG when attempting to schedule hpdwork on runtime PM resume. Fix...

5.5CVSS0.0024EPSS
SaveExploits0References2
NVD
NVD
added 2024/07/12 1:15 p.m.31 views

CVE-2024-40917

In the Linux kernel, the following vulnerability has been resolved: memblock: make memblocksetnode also warn about use of MAXNUMNODES On an old x86 system with SRAT just covering space above 4Gb: ACPI: SRAT: Node 0 PXM 0 mem 0x100000000-0xfffffffff hotplug the commit referenced below leads to thi...

5.5CVSS0.00267EPSS
SaveExploits0References3
NVD
NVD
added 2024/07/12 1:15 p.m.16 views

CVE-2024-40899

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in cachefilesondemandgetfd We got the following issue in a fuzz test of randomly issuing the restore command: ================================================================== BUG: KASAN:...

7.8CVSS0.00284EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.14 views

CVE-2024-39498

In the Linux kernel, the following vulnerability has been resolved: drm/mst: Fix NULL pointer dereference at drmdpaddpayloadpart2 Why Commit: - commit 5aa1dfcdf0a4 "drm/mst: Refactor the flow for payload allocation/removement" accidently overwrite the commit - commit 54d217406afe "drm: use mgr-de...

5.5CVSS0.00238EPSS
SaveExploits0References2
NVD
NVD
added 2024/07/12 1:15 p.m.22 views

CVE-2024-39505

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komedapipelinegetstate may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing...

5.5CVSS0.00283EPSS
SaveExploits0References8
Rows per page
Query Builder