Lucene search
+L

677 matches found

RedhatCVE
RedhatCVE
added 2024/03/01 5:41 a.m.39 views

CVE-2021-47057

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Fix memory leak of object d when dmaiv fails to map In the case where the dmaiv mapping fails, the return error path leaks the memory allocated to object d. Fix this by adding a new error return label and jumpi...

2.3CVSS6.5AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 11:15 p.m.3 views

DEBIAN-CVE-2021-47057

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Fix memory leak of object d when dmaiv fails to map In the case where the dmaiv mapping fails, the return error path leaks the memory allocated to object d. Fix this by adding a new error return label and jumpi...

5.5CVSS4.7AI score0.00222EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/02/29 11:15 p.m.24 views

CVE-2021-47057

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Fix memory leak of object d when dmaiv fails to map In the case where the dmaiv mapping fails, the return error path leaks the memory allocated to object d. Fix this by adding a new error return label and jumpi...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/28 9:15 a.m.4 views

CVE-2021-47050

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platformgetresourcebyname can return NULL which would be immediately dereferenced by resourcesize. Instead dereference it after validating the resource...

5.5CVSS6.8AI score
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.5 views

DEBIAN-CVE-2021-47003

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix potential null dereference on pointer status There are calls to idxdcmdexec that pass a null status pointer however a recent commit has added an assignment to status that can end up with a null pointer...

5.5CVSS5.5AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/28 9:15 a.m.15 views

CVE-2021-46991

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix use-after-free in i40eclientsubtask Currently the call to i40eclientdelinstance frees the object pf-cinst, however pf-cinst-laninfo is being accessed after the free. Fix this by adding the missing return...

7.8CVSS7.4AI score0.00239EPSS
SaveExploits0References6
Prion
Prion
added 2024/02/28 9:15 a.m.25 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix use-after-free in i40eclientsubtask Currently the call to i40eclientdelinstance frees the object pf-cinst, however pf-cinst-laninfo is being accessed after the free. Fix this by adding the missing return...

6.7AI score0.00239EPSS
SaveExploits0References6
Prion
Prion
added 2024/02/28 9:15 a.m.37 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platformgetresourcebyname can return NULL which would be immediately dereferenced by resourcesize. Instead dereference it after validating the resource...

6.8AI score0.00235EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.19 views

CVE-2021-46991

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix use-after-free in i40eclientsubtask Currently the call to i40eclientdelinstance frees the object pf-cinst, however pf-cinst-laninfo is being accessed after the free. Fix this by adding the missing return...

7.8CVSS6.4AI score0.00239EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.26 views

CVE-2021-47003

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix potential null dereference on pointer status There are calls to idxdcmdexec that pass a null status pointer however a recent commit has added an assignment to status that can end up with a null pointer...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.29 views

CVE-2021-47002

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svcrqstfree When allocpagesnode returns null in svcrqstalloc, the null rqscratchpage pointer will be dereferenced when calling putpage in svcrqstfree. Fix it by adding a null check...

5.5CVSS5.9AI score0.00236EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.21 views

CVE-2021-47052

In the Linux kernel, the following vulnerability has been resolved: crypto: sa2ul - Fix memory leak of rxd There are two error return paths that are not freeing rxd and causing memory leaks. Fix these. Addresses-Coverity: "Resource leak"...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.44 views

CVE-2021-47050 memory: renesas-rpc-if: fix possible NULL pointer dereference of resource

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platformgetresourcebyname can return NULL which would be immediately dereferenced by resourcesize. Instead dereference it after validating the resource...

6.8AI score0.00235EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.14 views

CVE-2021-47002 SUNRPC: Fix null pointer dereference in svc_rqst_free()

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svcrqstfree When allocpagesnode returns null in svcrqstalloc, the null rqscratchpage pointer will be dereferenced when calling putpage in svcrqstfree. Fix it by adding a null check...

6.8AI score0.00236EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.48 views

CVE-2021-47002 SUNRPC: Fix null pointer dereference in svc_rqst_free()

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svcrqstfree When allocpagesnode returns null in svcrqstalloc, the null rqscratchpage pointer will be dereferenced when calling putpage in svcrqstfree. Fix it by adding a null check...

6.7AI score0.00236EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.25 views

CVE-2021-46991 i40e: Fix use-after-free in i40e_client_subtask()

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix use-after-free in i40eclientsubtask Currently the call to i40eclientdelinstance frees the object pf-cinst, however pf-cinst-laninfo is being accessed after the free. Fix this by adding the missing return...

6.7AI score0.00239EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.24 views

CVE-2021-46991 i40e: Fix use-after-free in i40e_client_subtask()

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix use-after-free in i40eclientsubtask Currently the call to i40eclientdelinstance frees the object pf-cinst, however pf-cinst-laninfo is being accessed after the free. Fix this by adding the missing return...

7.6AI score0.00239EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/27 7:04 p.m.8 views

DEBIAN-CVE-2021-46965

In the Linux kernel, the following vulnerability has been resolved: mtd: physmap: physmap-bt1-rom: Fix unintentional stack access Cast &data to char in order to avoid unintentionally accessing the stack. Notice that data is of type u32, so any increment to &data will be in the order of 4-byte...

7.1CVSS5AI score0.0023EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/27 6:47 p.m.20 views

CVE-2021-46965 mtd: physmap: physmap-bt1-rom: Fix unintentional stack access

In the Linux kernel, the following vulnerability has been resolved: mtd: physmap: physmap-bt1-rom: Fix unintentional stack access Cast &data to char in order to avoid unintentionally accessing the stack. Notice that data is of type u32, so any increment to &data will be in the order of 4-byte...

6.7AI score0.0023EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/26 12:00 a.m.17 views

CVE-2023-52466

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

6.6AI score
SaveExploits0References2
Rows per page
Query Builder