Lucene search
+L

6345 matches found

Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.31 views

CVE-2021-47312

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix dereference of null pointer flow In the case where chain-flags & NFTCHAINHWOFFLOAD is false then nftflowrulecreate is not called and flow is NULL. The subsequent error handling execution via label...

5.5CVSS5.4AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.44 views

CVE-2021-47309

In the Linux kernel, the following vulnerability has been resolved: net: validate lwtstate-data before returning from skbtunnelinfo skbtunnelinfo returns pointer of lwtstate-data as iptunnelinfo type without validation. lwtstate-data can have various types such as mplsiptunnelencap, etc and these...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.18 views

CVE-2021-47309 net: validate lwtstate->data before returning from skb_tunnel_info()

In the Linux kernel, the following vulnerability has been resolved: net: validate lwtstate-data before returning from skbtunnelinfo skbtunnelinfo returns pointer of lwtstate-data as iptunnelinfo type without validation. lwtstate-data can have various types such as mplsiptunnelencap, etc and these...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.16 views

CVE-2021-47307 cifs: prevent NULL deref in cifs_compose_mount_options()

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL deref in cifscomposemountoptions The optional @ref parameter might contain an NULL nodename, so prevent dereferencing it in cifscomposemountoptions. Addresses-Coverity: 1476408 "Explicit null dereferenced"...

7.5CVSS6.8AI score0.00684EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 2:35 p.m.103 views

CVE-2021-47307

CVE-2021-47307 affects the Linux kernel CIFS implementation. The issue is a NULL dereference in cifs_compose_mount_options() when the optional ref parameter contains a NULL node_name. The vulnerability was fixed in the Linux kernel (details in the cited commits). CVSS data in the document set sho...

7.5CVSS6.7AI score0.00684EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/05/21 2:35 p.m.90 views

CVE-2021-47305

In CVE-2021-47305, the Linux kernel’s dma-buf/sync_file implementation leaks fences on error paths due to missing dma_fence_put() calls when merging fences and in krealloc_array failure. The fix ensures i and the fences array are zero-initialized and that all fences are dma_fence_put() and the fe...

5.5CVSS6.7AI score0.00238EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.21 views

CVE-2021-47305

In the Linux kernel, the following vulnerability has been resolved: dma-buf/syncfile: Don't leak fences on merge failure Each addfence call does a dmafenceget on the relevant fence. In the error path, we weren't calling dmafenceput so all those fences got leaked. Also, in the kreallocarray failur...

5.5CVSS6.9AI score0.00238EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.39 views

CVE-2021-47303 bpf: Track subprog poke descriptors correctly and fix use-after-free

In the Linux kernel, the following vulnerability has been resolved: bpf: Track subprog poke descriptors correctly and fix use-after-free Subprograms are calling mappoketrack, but on program release there is no hook to call mappokeuntrack. However, on program release, the aux memory and poke...

7.8CVSS6.2AI score0.00235EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.35 views

CVE-2021-47297 net: fix uninit-value in caif_seqpkt_sendmsg

In the Linux kernel, the following vulnerability has been resolved: net: fix uninit-value in caifseqpktsendmsg When nrsegs equal to zero in iovecfromuser, the object msg-msgiter.iov is uninit stack memory in caifseqpktsendmsg which is defined in syssendmsg. So we cann't just judge...

6.4AI score0.00226EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/21 2:35 p.m.98 views

CVE-2021-47296

CVE-2021-47296 corresponds to a Linux kernel KVM PPC issue: vcpu_load leak where vcpu_put is not called if a user copy fails, risking preempt notifier corruption and system crashes. Connected documents (Astra Linux bulletin and related security advisories) confirm a patch has been applied to fix ...

7.8CVSS6.9AI score0.00234EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.19 views

CVE-2021-47297 net: fix uninit-value in caif_seqpkt_sendmsg

In the Linux kernel, the following vulnerability has been resolved: net: fix uninit-value in caifseqpktsendmsg When nrsegs equal to zero in iovecfromuser, the object msg-msgiter.iov is uninit stack memory in caifseqpktsendmsg which is defined in syssendmsg. So we cann't just judge...

6.8AI score0.00226EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.21 views

CVE-2021-47294 netrom: Decrease sock refcount when sock timers expire

In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 "netrom: switch to sock timer API" switched to use sock timer API. It replaces modtimer by skresettimer, and deltimer by skstoptimer. Function skresettime...

6.8AI score0.00276EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.19 views

CVE-2021-47293 net/sched: act_skbmod: Skip non-Ethernet packets

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: Skip non-Ethernet packets Currently tcfskbmodact assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, for CAN devices: $ ip link add dev vcan0 type vcan $ ip...

7AI score0.00234EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/21 2:34 p.m.133 views

CVE-2021-47287

CVE-2021-47287 affects the Linux kernel. The issue is a memory leak in the auxiliary bus code when driver_register() fails. Specifically, if driver_register() returns an error, memory allocated for auxdrv->driver.name must be freed before returning from __auxiliary_driver_register(). The fix r...

5.5CVSS6.7AI score0.00196EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.38 views

CVE-2021-47266 RDMA/ipoib: Fix warning caused by destroying non-initial netns

In the Linux kernel, the following vulnerability has been resolved: RDMA/ipoib: Fix warning caused by destroying non-initial netns After the commit 5ce2dced8e95 "RDMA/ipoib: Set rtnllinkops for ipoib interfaces", if the IPoIB device is moved to non-initial netns, destroying that netns lets the...

6.2AI score0.00232EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.30 views

CVE-2021-47261 IB/mlx5: Fix initializing CQ fragments buffer

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix initializing CQ fragments buffer The function initcqfragbuf can be called to initialize the current CQ fragments buffer cq-buf, or the temporary cq-resizebuf that is filled during CQ resize operation. However, the...

7.8CVSS6.4AI score0.00234EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.20 views

CVE-2021-47261 IB/mlx5: Fix initializing CQ fragments buffer

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix initializing CQ fragments buffer The function initcqfragbuf can be called to initialize the current CQ fragments buffer cq-buf, or the temporary cq-resizebuf that is filled during CQ resize operation. However, the...

7.8CVSS6.9AI score0.00234EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.27 views

CVE-2021-47260 NFS: Fix a potential NULL dereference in nfs_get_client()

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfsgetclient None of the callers are expecting NULL returns from nfsgetclient so this code will lead to an Oops. It's better to return an error pointer. I expect that this is dead code so...

6.5AI score0.00236EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.22 views

CVE-2021-47260

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfsgetclient None of the callers are expecting NULL returns from nfsgetclient so this code will lead to an Oops. It's better to return an error pointer. I expect that this is dead code so...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 2:19 p.m.156 views

CVE-2021-47257

The CVE-2021-47257 issue affects the Linux kernel net: ieee802154 code, where a logic error could cause a NULL pointer dereference when the user sets the addr-type mode incorrectly. The patch fixes this NULL-dereference path in parse_dev_addr. The vulnerability is described as a local issue with ...

5.5CVSS6.8AI score0.00226EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder