Lucene search
+L

6495 matches found

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.22 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.140 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.39 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.31 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.21 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.28 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.23 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.159 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
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.27 views

CVE-2021-47255 kvm: LAPIC: Restore guard to prevent illegal APIC register access

In the Linux kernel, the following vulnerability has been resolved: kvm: LAPIC: Restore guard to prevent illegal APIC register access Per the SDM, "any access that touches bytes 4 through 15 of an APIC register may cause undefined behavior and must not be executed." Worse, such an access in...

6.2AI score0.00244EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 2:19 p.m.101 views

CVE-2021-47252

CVE-2021-47252 affects the Linux kernel batman-adv subsystem. The soft/batadv interface for a queued OGM could be modified between queuing and transmission, with WARN_ON used for kernel bugs rather than warnings. The vulnerability’s description and fixes are documented in connected advisories; th...

5.5CVSS6.7AI score0.00226EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2024/05/21 2:19 p.m.107 views

CVE-2021-47253

CVE-2021-47253 affects the Linux kernel’s DRM/AMD display path, where DMUB hw_init could leak memory on suspend/resume due to kzalloc allocation without guard. The fix ensures the DC wrapper memory is only allocated if it was not previously allocated, avoiding reallocation on suspend/resume. Docu...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.36 views

CVE-2021-47251 mac80211: fix skb length check in ieee80211_scan_rx()

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix skb length check in ieee80211scanrx Replace hard-coded compile-time constants for header length check with dynamic determination based on the frame type. Otherwise, we hit a validation WARNON in cfg80211 later. styl...

6.5AI score0.00231EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.23 views

CVE-2021-47250 net: ipv4: fix memory leak in netlbl_cipsov4_add_std

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in netlblcipsov4addstd Reported by syzkaller: BUG: memory leak unreferenced object 0xffff888105df7000 size 64: comm "syz-executor842", pid 360, jiffies 4294824824 age 22.546s hex dump first 32 bytes: 00...

6.4AI score0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.34 views

CVE-2021-47249 net: rds: fix memory leak in rds_recvmsg

In the Linux kernel, the following vulnerability has been resolved: net: rds: fix memory leak in rdsrecvmsg Syzbot reported memory leak in rds. The problem was in unputted refcount in case of error. int rdsrecvmsgstruct socket sock, struct msghdr msg, sizet size, int msgflags ... if...

6.3AI score0.00236EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.18 views

CVE-2021-47242 mptcp: fix soft lookup in subflow_error_report()

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lookup in subflowerrorreport Maxim reported a soft lookup in subflowerrorreport: watchdog: BUG: soft lockup - CPU0 stuck for 22s! swapper/0:0 RIP: 0010:nativequeuedspinlockslowpath RSP: 0018:ffffa859c0003bc0 EFLAG...

7.5CVSS6.8AI score0.00334EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.38 views

CVE-2021-47240

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix OOB Read in qrtrendpointpost Syzbot reported slab-out-of-bounds Read in qrtrendpointpost. The problem was in wrong size type: if len != ALIGNsize, 4 + hdrlen goto err; If size from qrtrhdr is 4294967293 0xfffffffd,...

8.4CVSS6.6AI score0.00239EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.20 views

CVE-2021-47238

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in ipmcadd1src BUG: memory leak unreferenced object 0xffff888101bc4c00 size 32: comm "syz-executor527", pid 360, jiffies 4294807421 age 19.329s hex dump first 32 bytes: 00 00 00 00 00 00 00 00 00 00 00 ...

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

CVE-2021-47235

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ecbhfremove static void ecbhfremovestruct pcidev dev ... struct ecbhfpriv priv = netdevprivnetdev; unregisternetdevnetdev; freenetdevnetdev; pciiounmapdev, priv-dmaio; pciiounmapdev,...

7.8CVSS7.5AI score0.00228EPSS
SaveExploits0
Rows per page
Query Builder