Lucene search
+L

5371 matches found

Prion
Prion
added 2024/02/27 10:15 a.m.21 views

Spoofing

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...

7.1AI score0.00183EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/27 9:43 a.m.629 views

CVE-2021-46931

CVE-2021-46931 involves the Linux kernel mlx5e path (net/mlx5e, mlx5_core) where a TX-timeout-recovery flow calls mlx5e_tx_reporter_dump_sq() with a void* that is actually a mlx5e_tx_timeout_ctx*. The mismatch corrupts stack state and can trigger a kernel panic/stack overflow. The fix adds a wrap...

5.5CVSS6.1AI score0.00245EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/02/27 9:43 a.m.40 views

CVE-2021-46925 net/smc: fix kernel panic caused by race of smc_sock

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...

7.8CVSS5.9AI score0.00183EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/27 9:43 a.m.24 views

CVE-2021-46925 net/smc: fix kernel panic caused by race of smc_sock

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...

7.8CVSS6.7AI score0.00183EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/02/27 9:43 a.m.49 views

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...

7.8CVSS6.9AI score0.00183EPSS
SaveExploits0
CVE
CVE
added 2024/02/27 9:43 a.m.650 views

CVE-2021-46925

CVE-2021-46925 affects the Linux kernel’s net/smc: a race between smc_cdc_tx_handler() and smc_release() can lead to a use-after-free of smc_sock, causing a kernel panic when CDC messages are in flight. The root cause is a race where smc_cdc_tx_handler() may access a smc_sock that has already bee...

7.8CVSS5.6AI score0.00183EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/02/27 7:15 a.m.3 views

DEBIAN-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...

9.8CVSS5.6AI score0.00594EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:15 a.m.5 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.00594EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2024/02/27 7:15 a.m.41 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...

9.8CVSS5.2AI score0.00594EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/27 7:15 a.m.13 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
Prion
Prion
added 2024/02/27 7:15 a.m.22 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.00594EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.39 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...

9.8CVSS6.4AI score0.00594EPSS
SaveExploits0References5
CVE
CVE
added 2024/02/27 6:53 a.m.438 views

CVE-2021-46911

CVE-2021-46911 affects the Linux kernel’s ch_ktls path. The issue was caused by taking the page refcount during skb transmit, which could trigger kernel panics. The documented fix replaces this with taking the tx_ctx lock for the complete skb transmit, preventing page cleanup if an ACK is receive...

9.8CVSS5.2AI score0.00594EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/02/27 6:53 a.m.25 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...

9.8CVSS5.3AI score0.00594EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.46 views

CVE-2021-46911 ch_ktls: Fix kernel panic

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...

9.8CVSS5.5AI score0.00594EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.20 views

CVE-2021-46911 ch_ktls: Fix kernel panic

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...

9.8CVSS6.7AI score0.00594EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/02/27 12:00 a.m.8 views

Linux kernel security vulnerabilities

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 when calling sysread of the kprobe trace...

5.5CVSS6.5AI score0.00208EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/02/27 12:00 a.m.8 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. The Linux kernel suffers from a security vulnerability that stems from a smcsock contention that leads to a kernel panic...

4.7CVSS6.9AI score0.00183EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/02/24 2:56 p.m.20 views

CVE-2024-26600 phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP

In the Linux kernel, the following vulnerability has been resolved: phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP If the external phy working together with phy-omap-usb2 does not implement sendsrp, we may still attempt to call it. This can happen on an idle Ethernet gadget triggeri...

6.6AI score0.00295EPSS
SaveExploits0References8
NVD
NVD
added 2024/02/23 3:15 p.m.25 views

CVE-2023-52454

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length If the host sends an H2CData command with an invalid DATAL, the kernel may crash in nvmettcpbuildpduiovec. Unable to handle kernel NULL pointer dereference a...

7.5CVSS6.1AI score0.00676EPSS
SaveExploits0References8
Rows per page
Query Builder