Lucene search
+L

1377 matches found

OSV
OSV
added 2024/02/28 9:15 a.m.6 views

UBUNTU-CVE-2021-46998

In the Linux kernel, the following vulnerability has been resolved: ethernet:enic: Fix a use after free bug in enichardstartxmit In enichardstartxmit, it calls enicqueuewqskb. Inside enicqueuewqskb, if some error happens, the skb will be freed by devkfreeskbskb. But the freed skb is still used in...

7.8CVSS6.2AI score0.00242EPSS
SaveExploits0References9
OSV
OSV
added 2024/02/28 9:15 a.m.7 views

UBUNTU-CVE-2021-47033

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.3 views

SUSE CVE-2021-46911

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

5.3CVSS7.7AI score0.00222EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.6 views

SUSE CVE-2021-46931

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5etxreporterdumpsq casts its void argument to struct mlx5etxqsq , but in TX-timeout-recovery flow the argument is actually of type struct mlx5etxtimeoutc...

6.5CVSS7.8AI score0.00243EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2024/02/28 12:0 a.m.5 views

Linux kernel security vulnerabilities

The Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from the presence of post-release reuse in emacmactxbufsend...

7.8CVSS6.8AI score0.00259EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:4 p.m.4 views

CVE-2021-46949

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX flush done handling We're starting from a TXQ instance number 'qid', not a TXQ type, so efxgettxqueue is inappropriate and could return NULL, leading to panics...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:4 p.m.7 views

CVE-2021-46947

In the Linux kernel, the following vulnerability has been resolved: sfc: adjust efx-xdptxqueuecount with the real number of initialized queues efx-xdptxqueuecount is initially initialized to numpossiblecpus and is later used to allocate and traverse efx-xdptxqueues lookup array. However, we may e...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:4 p.m.5 views

CVE-2021-46948

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX event handling We're starting from a TXQ label, not a TXQ type, so efxchannelgettxqueue is inappropriate and could return NULL, leading to panics...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/02/27 7:4 p.m.6 views

DEBIAN-CVE-2021-46948

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX event handling We're starting from a TXQ label, not a TXQ type, so efxchannelgettxqueue is inappropriate and could return NULL, leading to panics...

5.5CVSS4.9AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/27 7:4 p.m.4 views

UBUNTU-CVE-2021-46949

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX flush done handling We're starting from a TXQ instance number 'qid', not a TXQ type, so efxgettxqueue is inappropriate and could return NULL, leading to panics...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References7
OSV
OSV
added 2024/02/27 10:15 a.m.1 views

DEBIAN-CVE-2021-46925

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix kernel panic caused by race of smcsock A crash occurs when smccdctxhandler tries to access smcsock but smcrelease has already freed it. 4570.695099 BUG: unable to handle page fault for address: 000000002eae9e88...

4.7CVSS5.2AI score0.00173EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2024/02/27 10:15 a.m.6 views

CVE-2021-46931

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5etxreporterdumpsq casts its void argument to struct mlx5etxqsq , but in TX-timeout-recovery flow the argument is actually of type struct mlx5etxtimeoutc...

5.5CVSS6.3AI score0.00243EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/02/27 10:15 a.m.4 views

UBUNTU-CVE-2021-46931

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5etxreporterdumpsq casts its void argument to struct mlx5etxqsq , but in TX-timeout-recovery flow the argument is actually of type struct mlx5etxtimeoutc...

5.5CVSS6.2AI score0.00243EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/27 7:15 a.m.10 views

CVE-2021-46911

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

5.5CVSS7.3AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:15 a.m.3 views

CVE-2021-46911

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2024/02/27 7:15 a.m.38 views

CVE-2021-46911

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

5.5CVSS5.2AI score0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/27 7:15 a.m.6 views

UBUNTU-CVE-2021-46911

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References6
Prion
Prion
added 2024/02/27 7:15 a.m.18 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

7AI score0.00222EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.36 views

CVE-2021-46911

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/02/27 12:0 a.m.11 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that originates from a TX queue lookup during TX refresh completion processing...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References5
Rows per page
Query Builder