Lucene search
+L

11020 matches found

UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.25 views

CVE-2021-47552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: cancel blk-mq dispatch work in both blkcleanupqueue and diskrelease For avoiding to slow down queue destroy, we don't call blkmqquiescequeue in blkcleanupqueue, instead of delaying to cancel dispatch work in...

7.8CVSS5.7AI score0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/24 3:15 p.m.11 views

UBUNTU-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.8CVSS5.8AI score0.00287EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/24 3:15 p.m.11 views

UBUNTU-CVE-2021-47558

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Disable Tx queues when reconfiguring the interface The Tx queues were not disabled in situations where the driver needed to stop the interface to apply a new configuration. This could result in a kernel panic when...

5.5CVSS5.7AI score0.00183EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/24 3:15 p.m.13 views

UBUNTU-CVE-2021-47565

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix kernel panic during drive powercycle test While looping over shost's sdev list it is possible that one of the drives is getting removed and its sastarget object is freed but its sdev object remains intact...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0References11
CVE
CVE
added 2024/05/24 3:12 p.m.108 views

CVE-2021-47565

The CVE-2021-47565 issue is in the Linux kernel, specifically the scsi: mpt3sas path. The root cause is a race/NULL-check problem when iterating over a host (shost) sdev list: a drive may be removed and its sas_target object freed while its sdev remains, allowing code to access sas_target->sas...

7.8CVSS6.6AI score0.00229EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/24 3:12 p.m.13 views

CVE-2021-47565 scsi: mpt3sas: Fix kernel panic during drive powercycle test

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix kernel panic during drive powercycle test While looping over shost's sdev list it is possible that one of the drives is getting removed and its sastarget object is freed but its sdev object remains intact...

6.6AI score0.00229EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/24 3:12 p.m.26 views

CVE-2021-47565 scsi: mpt3sas: Fix kernel panic during drive powercycle test

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix kernel panic during drive powercycle test While looping over shost's sdev list it is possible that one of the drives is getting removed and its sastarget object is freed but its sdev object remains intact...

6.3AI score0.00229EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/24 3:09 p.m.21 views

CVE-2021-47558 net: stmmac: Disable Tx queues when reconfiguring the interface

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Disable Tx queues when reconfiguring the interface The Tx queues were not disabled in situations where the driver needed to stop the interface to apply a new configuration. This could result in a kernel panic when...

6.7AI score0.00183EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/24 3:09 p.m.50 views

CVE-2021-47558 net: stmmac: Disable Tx queues when reconfiguring the interface

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Disable Tx queues when reconfiguring the interface The Tx queues were not disabled in situations where the driver needed to stop the interface to apply a new configuration. This could result in a kernel panic when...

6.2AI score0.00183EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/24 3:09 p.m.101 views

CVE-2021-47558

The CVE-2021-47558 issue affects Linux kernel’s net:stmmac driver. The bug occurred because Tx queues were not disabled when stopping an interface to apply new configuration, potentially causing a kernel panic during: (1) reconfiguring queue numbers (ethtool -L), (2) resizing ring buffers (ethtoo...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/24 3:09 p.m.45 views

CVE-2021-47552 blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()

In the Linux kernel, the following vulnerability has been resolved: blk-mq: cancel blk-mq dispatch work in both blkcleanupqueue and diskrelease For avoiding to slow down queue destroy, we don't call blkmqquiescequeue in blkcleanupqueue, instead of delaying to cancel dispatch work in...

7.8CVSS6.2AI score0.0021EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/24 3:09 p.m.108 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
Cvelist
Cvelist
added 2024/05/24 3:09 p.m.44 views

CVE-2021-47551 drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again

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.8CVSS6.3AI score0.00287EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/24 3:09 p.m.18 views

CVE-2021-47551 drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again

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.8CVSS6.7AI score0.00287EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/24 3:09 p.m.21 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
OSV
OSV
added 2024/05/24 11:07 a.m.7 views

OESA-2024-1642 containers-common security update

This package contains common configuration files and documentation for container tools ecosystem, such as Podman, Buildah and Skopeo. Security Fixes: Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhausti...

5.5CVSS6.9AI score0.00906EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2024/05/24 12:00 a.m.20 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a kernel panic caused when a reset fails...

6.5CVSS6.3AI score0.00287EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/24 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability. Attackers have exploited the vulnerability to cause a kernel panic...

7.8CVSS6.3AI score0.00229EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2024/05/23 6:12 p.m.8 views

golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm

A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to...

5.9CVSS7.3AI score0.00667EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2024/05/23 6:12 p.m.36 views

Important: Red Hat Security Advisory: git-lfs security update

An update for git-lfs is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from t...

7.5CVSS7.1AI score0.91969EPSS
SaveExploits1References5
Rows per page
Query Builder