Lucene search
+L

6348 matches found

CVE
CVE
added 2024/06/19 2:58 p.m.86 views

CVE-2021-47611

CVE-2021-47611 concerns the Linux kernel mac80211 code, where parsing of an extended element could proceed without verifying that the extended element ID is present. The CVE is described in multiple connected sources as resolved by a kernel fix: the code now validates the presence of the extended...

8.1CVSS7AI score0.00338EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/06/19 2:58 p.m.33 views

CVE-2021-47611

In the Linux kernel, the following vulnerability has been resolved: mac80211: validate extended element ID is present Before attempting to parse an extended element, verify that the extended element ID is present...

8.1CVSS5.4AI score0.00338EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/19 2:58 p.m.32 views

CVE-2021-47611 mac80211: validate extended element ID is present

In the Linux kernel, the following vulnerability has been resolved: mac80211: validate extended element ID is present Before attempting to parse an extended element, verify that the extended element ID is present...

8.1CVSS0.00338EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/06/19 2:57 p.m.44 views

CVE-2021-47610

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null ptr access msmioctlgemsubmit Fix the below null pointer dereference in msmioctlgemsubmit: 26545.260705: Call trace: 26545.263223: krefput+0x1c/0x60 26545.266452: msmioctlgemsubmit+0x254/0x744 26545.270937:...

5.5CVSS5.8AI score0.00191EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:57 p.m.15 views

CVE-2021-47609

In the Linux kernel, the following vulnerability has been resolved: firmware: armscpi: Fix string overflow in SCPI genpd driver Without the bound checks for scpipd-name, it could result in the buffer overflow when copying the SCPI device name from the corresponding device tree node as the name...

7.8CVSS5.9AI score0.0026EPSS
SaveExploits0
CVE
CVE
added 2024/06/19 2:57 p.m.98 views

CVE-2021-47610

CVE-2021-47610: In the Linux kernel, a NULL pointer dereference in the DRM MSM GEM submit path (msm_ioctl_gem_submit) could trigger a kernel panic (Oops) and crash the system. The vulnerability arises from dereferencing a NULL in msm_ioctl_gem_submit, leading to a trace via kref_put and drm ioctl...

5.5CVSS7AI score0.00191EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/19 2:57 p.m.11 views

CVE-2021-47609 firmware: arm_scpi: Fix string overflow in SCPI genpd driver

In the Linux kernel, the following vulnerability has been resolved: firmware: armscpi: Fix string overflow in SCPI genpd driver Without the bound checks for scpipd-name, it could result in the buffer overflow when copying the SCPI device name from the corresponding device tree node as the name...

7.3AI score0.0026EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/06/19 2:54 p.m.19 views

CVE-2021-47606

In the Linux kernel, the following vulnerability has been resolved: net: netlink: afnetlink: Prevent empty skb by adding a check on len. Adding a check on len parameter to avoid empty skb. This prevents a division error in netemenqueue function which is caused when skb-len=0 and skb-datalen=0 in...

5.5CVSS5.6AI score0.00233EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/19 2:54 p.m.17 views

CVE-2021-47605 vduse: fix memory corruption in vduse_dev_ioctl()

In the Linux kernel, the following vulnerability has been resolved: vduse: fix memory corruption in vdusedevioctl The "config.offset" comes from the user. There needs to a check to prevent it being out of bounds. The "config.offset" and "dev-configsize" variables are both type u32. So if the offs...

7.8CVSS6.9AI score0.00214EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/06/19 2:54 p.m.40 views

CVE-2021-47604 vduse: check that offset is within bounds in get_config()

In the Linux kernel, the following vulnerability has been resolved: vduse: check that offset is within bounds in getconfig This condition checks "len" but it does not check "offset" and that could result in an out of bounds read if "offset dev-configsize". The problem is that since both variables...

7.1CVSS0.00211EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/06/19 2:54 p.m.44 views

CVE-2021-47603 audit: improve robustness of the audit queue handling

In the Linux kernel, the following vulnerability has been resolved: audit: improve robustness of the audit queue handling If the audit daemon were ever to get stuck in a stopped state the kernel's kauditdthread could get blocked attempting to send audit records to the userspace audit daemon. With...

0.0018EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/06/19 2:54 p.m.19 views

CVE-2021-47603

In the Linux kernel, the following vulnerability has been resolved: audit: improve robustness of the audit queue handling If the audit daemon were ever to get stuck in a stopped state the kernel's kauditdthread could get blocked attempting to send audit records to the userspace audit daemon. With...

4.4CVSS5.1AI score0.0018EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:54 p.m.38 views

CVE-2021-47602

In the Linux kernel, the following vulnerability has been resolved: mac80211: track only QoS data frames for admission control For admission control, obviously all of that only works for QoS data frames, otherwise we cannot even access the QoS field in the header. Syzbot reported see below an...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/19 2:54 p.m.19 views

CVE-2021-47601 tee: amdtee: fix an IS_ERR() vs NULL bug

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

7.1AI score0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/06/19 2:54 p.m.31 views

CVE-2021-47601 tee: amdtee: fix an IS_ERR() vs NULL bug

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

0.00239EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/06/19 2:54 p.m.19 views

CVE-2021-47600 dm btree remove: fix use after free in rebalance_children()

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalancechildren Move dmtmunlock after dmtmdec...

7.8CVSS7.1AI score0.00271EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/06/19 2:54 p.m.47 views

CVE-2021-47599

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latestdev in btrfsshowdevname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfsshowdevname+0x104/0x1e8 btrfs CPU: 2 PID: 1 Comm: systemd Tainted: G W O...

4.7CVSS5.8AI score0.00148EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.15 views

CVE-2021-47598

In the Linux kernel, the following vulnerability has been resolved: schcake: do not call cakedestroy from cakeinit qdiscs are not supposed to call their own destroy method from init, because core stack already does that. syzbot was able to trigger use after free: DEBUGLOCKSWARNONlock-magic != loc...

7.8CVSS5.6AI score0.00255EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.45 views

CVE-2021-47596

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix use-after-free bug in hclgevfsendmbxmsg Currently, the hns3remove function firstly uninstall client instance, and then uninstall acceletion engine device. The netdevice is freed in client instance uninstall process...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.44 views

CVE-2021-47595

In the Linux kernel, the following vulnerability has been resolved: net/sched: schets: don't remove idle classes from the round-robin list Shuang reported that the following script: 1 tc qdisc add dev ddd0 handle 10: parent 1: ets bands 8 strict 4 priomap 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 2 mauseza...

5.5CVSS5.3AI score0.00239EPSS
SaveExploits0
Rows per page
Query Builder