Lucene search
+L

13947 matches found

OSV
OSV
added 2024/05/24 3:15 p.m.1 views

DEBIAN-CVE-2021-47520

In the Linux kernel, the following vulnerability has been resolved: can: pchcan: pchcanrxnormal: fix use after free After calling netifreceiveskbskb, dereferencing skb is unsafe. Especially, the canframe cf which aliases skb memory is dereferenced just after the call netifreceiveskbskb. Reorderin...

7.8CVSS5.6AI score0.00339EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/24 3:15 p.m.27 views

CVE-2021-47517

In the Linux kernel, the following vulnerability has been resolved: ethtool: do not perform operations on net devices being unregistered There is a short period between a net device starts to be unregistered and when it is actually gone. In that time frame ethtool operations could still be...

7.8CVSS5.8AI score
SaveExploits0References3
NVD
NVD
added 2024/05/24 3:15 p.m.23 views

CVE-2021-47500

In the Linux kernel, the following vulnerability has been resolved: iio: mma8452: Fix trigger reference couting The mma8452 driver directly assigns a trigger to the struct iiodev. The IIO core when done using this trigger will call iiotriggerput to drop the reference count by 1. Without the...

7.8CVSS6.5AI score0.00242EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.19 views

CVE-2021-47528

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix a NULL pointer dereference in cdnspendpointinit In cdnspendpointinit, cdnspringalloc is assigned to pep-ring and there is a dereference of it in cdnspendpointinit, which could lead to a NULL pointer dereference on...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.33 views

CVE-2021-47515

In the Linux kernel, the following vulnerability has been resolved: seg6: fix the iif in the IPv6 socket control block When an IPv4 packet is received, the iprcvcore... sets the receiving interface index into the IPv4 socket control block v5.16-rc4, net/ipv4/ipinput.c line 510: IPCBskb-iif =...

7.5CVSS6.3AI score0.00746EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/24 3:15 p.m.8 views

UBUNTU-CVE-2021-47542

In the Linux kernel, the following vulnerability has been resolved: net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic83xxaddrings In qlcnic83xxaddrings, the indirect function of ahw-hwops-allocmbxargs will be called to allocate memory for cmd.req.arg, and there is a dereference of it ...

5.5CVSS6.2AI score0.00251EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.26 views

CVE-2021-47572

In the Linux kernel, the following vulnerability has been resolved: net: nexthop: fix null pointer dereference when IPv6 is not enabled When we try to add an IPv6 nexthop and IPv6 is not enabled !CONFIGIPV6 we'll hit a NULL pointer dereference1 in the error path of nhcreateipv6 due to calling...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.21 views

CVE-2021-47551

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again In SRIOV configuration, the reset may failed to bring asic back to normal but stop cpsch already been called, the startcpsch will not be called since the...

7.8CVSS6AI score0.00287EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.19 views

CVE-2021-47564

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix double free issue on err path fix error path handling in presterabridgeportjoin that cases prestera driver to crash see below. Trace: Internal error: Oops: 96000044 1 SMP Modules linked in: presterapci...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/24 3:12 p.m.95 views

CVE-2021-47567

CVE-2021-47567 describes a Linux kernel vulnerability in the powerpc/32 code where a vmap stack overflow could lead to a hard lockup when the data MMU is not active. The root cause is that emergency_ctx was accessed with a virtual address during MMU inactivity; the fix uses a physical address ins...

5.5CVSS6.4AI score0.00224EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/05/24 3:09 p.m.114 views

CVE-2021-47551

CVE-2021-47551 affects the Linux kernel’s DRM/AMD AMDKFD during SR-IOV reset handling. The issue could trigger a kernel panic when a reset is retried after a failed reset, due to uninitialized state being re-done. The fixed behavior avoids re-uninitialization on a subsequent reset, addressing a s...

7.8CVSS7.4AI score0.00287EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/24 3:09 p.m.22 views

CVE-2021-47536 net/smc: fix wrong list_del in smc_lgr_cleanup_early

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix wrong listdel in smclgrcleanupearly smclgrcleanupearly meant to delete the link group from the link group list, but it deleted the list head by mistake. This may cause memory corruption since we didn't remove the rea...

9.8CVSS6.8AI score0.00594EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/24 3:09 p.m.49 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...

7.8CVSS6.5AI score0.00216EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/24 3:09 p.m.90 views

CVE-2021-47532

CVE-2021-47532 concerns a leak in the Linux kernel related to the DRM MSM devfreq OPP reference counter. The vulnerability is described as a local issue in the kernel’s OPP handling that could leak references in the OPP (Operating Performance Point) management path within the drm/msm/devfreq subs...

5.5CVSS6.7AI score0.00193EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/05/24 3:09 p.m.24 views

CVE-2021-47527

In the Linux kernel, the following vulnerability has been resolved: serial: core: fix transmit-buffer reset and memleak Commit 761ed4a94582 "tty: serialcore: convert uartclose to use ttyportclose" converted serial core to use ttyportclose but failed to notice that the transmit buffer still needs ...

5.5CVSS7.3AI score0.00251EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/24 3:01 p.m.17 views

CVE-2021-47502 ASoC: codecs: wcd934x: handle channel mappping list correctly

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: handle channel mappping list correctly Currently each channel is added as list to dai channel list, however there is danger of adding same channel to multiple dai channel list which endups corrupting the...

7.8CVSS7AI score0.00245EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2024/05/24 12:00 a.m.24 views

openSUSE Security Advisory (SUSE-SU-2024:1636-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9CVSS5.2AI score0.00984EPSS
SaveExploits2References5
OSV
OSV
added 2024/05/23 7:06 p.m.9 views

SUSE-SU-2024:1771-1 Security update for ucode-intel

This update for ucode-intel fixes the following issues: Intel CPU Microcode was updated to the 20240514 release bsc1224277 - CVE-2023-45733: Fixed a potential security vulnerability in some Intel® Processors that may have allowed information disclosure. - CVE-2023-46103: Fixed a potential securit...

8.2CVSS7.1AI score0.00379EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/05/23 2:01 p.m.24 views

CVE-2021-47236

In the Linux kernel, the following vulnerability has been resolved: net: cdceem: fix tx fixup skb leak when usbnet transmit a skb, eem fixup it in eemtxfixup, if skbcopyexpand failed, it return NULL, usbnetstartxmit will have no chance to free original skb. fix it by free orginal skb in eemtxfixu...

5.1CVSS6.5AI score0.00228EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/23 11:12 a.m.34 views

CVE-2023-52827

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound read in ath12khttpullppdustats len is extracted from HTT message and could be an unexpected value in case errors happen, so add validation before using to avoid possible out-of-bound read i...

6.1CVSS6.7AI score0.00262EPSS
SaveExploits0References4
Rows per page
Query Builder