Lucene search
+L

6308 matches found

CVE
CVE
added 2024/05/24 3:9 p.m.107 views

CVE-2021-47541

CVE-2021-47541 targets the Linux kernel mlx4_en driver. In mlx4_en_try_alloc_resources(), mlx4_en_copy_priv() may free tmp->tx_cq on the error path, and later mlx4_en_alloc_resources() dereferences &tmp->tx_cq[t][i], risking a use-after-free. The fix adds a guard/check around mlx4_en_copy_p...

7.8CVSS8.6AI score0.00295EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.20 views

CVE-2021-47539 rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpcpeer leak in rxrpclookupbundle Need to call rxrpcputpeer for bundle candidate before kfree as it holds a ref to rxrpcpeer. DH: v2: Changed to abstract out the bundle freeing code into a function...

7AI score0.00222EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/24 3:9 p.m.87 views

CVE-2021-47539

CVE-2021-47539 affects the Linux kernel RxRPC code. The issue is a use-after-free-like leak where a rxrpc_peer may be leaked during rxrpc_look_up_bundle() when handling a bundle candidate. The provided data states the root cause is a leak of the rxrpc_peer and the remediation is to call rxrpc_put...

5.5CVSS6.8AI score0.00222EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.24 views

CVE-2021-47539

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpcpeer leak in rxrpclookupbundle Need to call rxrpcputpeer for bundle candidate before kfree as it holds a ref to rxrpcpeer. DH: v2: Changed to abstract out the bundle freeing code into a function...

5.5CVSS6.2AI score0.00222EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.22 views

CVE-2021-47538 rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpclocal leak in rxrpclookuppeer Need to call rxrpcputlocal for peer candidate before kfree as it holds a ref to rxrpclocal. DH: v2: Changed to abstract the peer freeing code out into a function...

7AI score0.00235EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.38 views

CVE-2021-47537

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix a memleak bug in rvumboxinit In rvumboxinit, mboxregions is not freed or passed out under the switch-default region, which could lead to a memory leak. Fix this bug by changing 'return err' to 'goto freeregions'...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.21 views

CVE-2021-47538

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpclocal leak in rxrpclookuppeer Need to call rxrpcputlocal for peer candidate before kfree as it holds a ref to rxrpclocal. DH: v2: Changed to abstract the peer freeing code out into a function...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.17 views

CVE-2021-47535 drm/msm/a6xx: Allocate enough space for GMU registers

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 "drm/msm/a6xx: fix crashstate capture for A650" we changed a6xxgetgmuregisters to read 3 sets of registers. Unfortunately, we didn't change the memory...

6.7AI score0.00234EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.28 views

CVE-2021-47534 drm/vc4: kms: Add missing drm_crtc_commit_put

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Add missing drmcrtccommitput Commit 9ec03d7f1ed3 "drm/vc4: kms: Wait on previous FIFO users before a commit" introduced a global state for the HVS, with each FIFO storing the current CRTC commit so that we can...

6.5AI score0.00185EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.27 views

CVE-2021-47535 drm/msm/a6xx: Allocate enough space for GMU registers

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 "drm/msm/a6xx: fix crashstate capture for A650" we changed a6xxgetgmuregisters to read 3 sets of registers. Unfortunately, we didn't change the memory...

6.3AI score0.00234EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.34 views

CVE-2021-47534

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Add missing drmcrtccommitput Commit 9ec03d7f1ed3 "drm/vc4: kms: Wait on previous FIFO users before a commit" introduced a global state for the HVS, with each FIFO storing the current CRTC commit so that we can...

4.1CVSS7.1AI score0.00185EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.20 views

CVE-2021-47533 drm/vc4: kms: Clear the HVS FIFO commit pointer once done

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Clear the HVS FIFO commit pointer once done Commit 9ec03d7f1ed3 "drm/vc4: kms: Wait on previous FIFO users before a commit" introduced a wait on the previous commit done on a given HVS FIFO. However, we never cleare...

6.9AI score0.00216EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.17 views

CVE-2021-47532

In the Linux kernel, the following vulnerability has been resolved: drm/msm/devfreq: Fix OPP refcnt leak...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.48 views

CVE-2021-47533

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Clear the HVS FIFO commit pointer once done Commit 9ec03d7f1ed3 "drm/vc4: kms: Wait on previous FIFO users before a commit" introduced a wait on the previous commit done on a given HVS FIFO. However, we never cleare...

7.8CVSS6.6AI score0.00216EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.27 views

CVE-2021-47530 drm/msm: Fix wait_fence submitqueue leak

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix waitfence submitqueue leak We weren't dropping the submitqueue reference in all paths. In particular, when the fence has already been signalled. Split out a helper to simplify handling this in the various different...

6.4AI score0.00205EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.12 views

CVE-2021-47530 drm/msm: Fix wait_fence submitqueue leak

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix waitfence submitqueue leak We weren't dropping the submitqueue reference in all paths. In particular, when the fence has already been signalled. Split out a helper to simplify handling this in the various different...

6.8AI score0.00205EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.34 views

CVE-2021-47529

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: Fix memory leaks in error handling path Should an error occur invalid TLV len or memory allocation failure, the memory already allocated in 'reducepowerdata' should be freed before returning, otherwise it is leaking...

5.5CVSS6.6AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.42 views

CVE-2021-47530

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix waitfence submitqueue leak We weren't dropping the submitqueue reference in all paths. In particular, when the fence has already been signalled. Split out a helper to simplify handling this in the various different...

5.5CVSS6.8AI score0.00205EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.24 views

CVE-2021-47526 serial: liteuart: Fix NULL pointer dereference in ->remove()

In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: Fix NULL pointer dereference in -remove drvdata has to be set in probe - otherwise platformgetdrvdata causes null pointer dereference BUG in remove...

6.4AI score0.00205EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.39 views

CVE-2021-47526

In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: Fix NULL pointer dereference in -remove drvdata has to be set in probe - otherwise platformgetdrvdata causes null pointer dereference BUG in remove...

5.5CVSS6.9AI score0.00205EPSS
SaveExploits0
Rows per page
Query Builder