Lucene search
+L

8197 matches found

CVE
CVE
added 2025/02/26 1:55 a.m.145 views

CVE-2022-49135

CVE-2022-49135 : In the Linux kernel, the vulnerability related to a memory leak in the drm/amd/display path has been resolved. The root cause was failure to release resources on the error handling path, leading to a memory leak. The fix adds a kfree call on the error path to ensure proper resour...

5.5CVSS6.6AI score0.00261EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.2 views

CVE-2022-49135 drm/amd/display: Fix memory leak

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak why Resource release is needed on the error handling path to prevent memory leak. how Fix this by adding kfree on the error handling path...

6.7AI score0.00261EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.30 views

CVE-2022-49135

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak why Resource release is needed on the error handling path to prevent memory leak. how Fix this by adding kfree on the error handling path...

5.5CVSS5.6AI score0.00261EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.9 views

CVE-2022-49135 drm/amd/display: Fix memory leak

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak why Resource release is needed on the error handling path to prevent memory leak. how Fix this by adding kfree on the error handling path...

5.5CVSS5.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.28 views

CVE-2022-49135 drm/amd/display: Fix memory leak

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak why Resource release is needed on the error handling path to prevent memory leak. how Fix this by adding kfree on the error handling path...

0.00261EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 1:55 a.m.18 views

CVE-2022-49132 ath11k: pci: fix crash on suspend if board file is not found

In the Linux kernel, the following vulnerability has been resolved: ath11k: pci: fix crash on suspend if board file is not found Mario reported that the kernel was crashing on suspend if ath11k was not able to find a board file: 473.693286 PM: Suspending system s2idle 473.693291 printk: Suspendin...

5.1AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.2 views

CVE-2022-49128 drm/bridge: Add missing pm_runtime_put_sync

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pmruntimeputsync pmruntimegetsync will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by replacing this API with...

6.4AI score0.00252EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.27 views

CVE-2022-49128 drm/bridge: Add missing pm_runtime_put_sync

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pmruntimeputsync pmruntimegetsync will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by replacing this API with...

0.00252EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.16 views

CVE-2022-49128

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pmruntimeputsync pmruntimegetsync will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by replacing this API with...

5.5CVSS5.6AI score0.00252EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:55 a.m.99 views

CVE-2022-49121

CVE-2022-49121 involves the Linux kernel SCSI pm8001 driver and is resolved in the kernel updates. The issue is a tag leak in error paths where tags allocated by pm8001_mpi_build_cmd() may not be freed when cmd building fails, and similarly when the chip task abort path fails, a missing call to p...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.26 views

CVE-2022-49121 scsi: pm8001: Fix tag leaks on error

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix tag leaks on error In pm8001chipsetdevstatereq, pm8001chipfwflashupdatereq, pm80xxchipphyctlreq and pm8001chipregdevreq add missing calls to pm8001tagfree to free the allocated tag when pm8001mpibuildcmd fails...

0.00263EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49121 scsi: pm8001: Fix tag leaks on error

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix tag leaks on error In pm8001chipsetdevstatereq, pm8001chipfwflashupdatereq, pm80xxchipphyctlreq and pm8001chipregdevreq add missing calls to pm8001tagfree to free the allocated tag when pm8001mpibuildcmd fails...

5.3AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.20 views

CVE-2022-49109

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in cephgetsnapdir The cephgetinode will search for or insert a new inode into the hash for the given vino, and return a reference to it. If new is non-NULL, its reference is consumed. We should...

5.5CVSS5.3AI score0.00248EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:54 a.m.146 views

CVE-2022-49109

CVE-2022-49109 concerns the Linux kernel ceph subsystem. The provided text describes a leak: when ceph_get_inode() searches for or inserts an inode into the hash for a given vino, it returns a reference to the inode and may consume that reference if new is non-NULL. If error handling does not rel...

5.5CVSS5.3AI score0.00248EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.34 views

CVE-2022-49109 ceph: fix inode reference leakage in ceph_get_snapdir()

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in cephgetsnapdir The cephgetinode will search for or insert a new inode into the hash for the given vino, and return a reference to it. If new is non-NULL, its reference is consumed. We should...

0.00248EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 1:54 a.m.12 views

CVE-2022-49109 ceph: fix inode reference leakage in ceph_get_snapdir()

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in cephgetsnapdir The cephgetinode will search for or insert a new inode into the hash for the given vino, and return a reference to it. If new is non-NULL, its reference is consumed. We should...

5.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.20 views

CVE-2022-49107 ceph: fix memory leak in ceph_readdir when note_last_dentry returns error

In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in cephreaddir when notelastdentry returns error Reset the lastreaddir at the same time, and add a comment explaining why we don't free lastreaddir when diremit returns false...

0.00246EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.26 views

CVE-2022-49108 clk: mediatek: Fix memory leaks on probe

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Fix memory leaks on probe Handle the error branches to free memory where required. Addresses-Coverity-ID: 1491825 "Resource leak"...

0.00263EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.4 views

CVE-2022-49108 clk: mediatek: Fix memory leaks on probe

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Fix memory leaks on probe Handle the error branches to free memory where required. Addresses-Coverity-ID: 1491825 "Resource leak"...

5.8AI score0.00263EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/26 1:54 a.m.160 views

CVE-2022-49107

CVE-2022-49107 affects the Linux kernel in the ceph subsystem. The issue is a memory leak in ceph_readdir when note_last_dentry returns an error. The fix resets last_readdir at the same time and adds a comment explaining why last_readdir isn’t freed when dir_emit returns false. Public references ...

5.5CVSS5.4AI score0.00246EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder