Lucene search
+L

332 matches found

OSV
OSV
added 2024/03/25 9:15 a.m.5 views

DEBIAN-CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS5.6AI score0.00225EPSS
SaveExploits0References1
NVD
NVD
added 2024/03/25 9:15 a.m.25 views

CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS7.4AI score0.00225EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/25 9:07 a.m.48 views

CVE-2021-47143 net/smc: remove device from smcd_dev_list after failed device_add()

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

7.6AI score0.00225EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/03/25 9:07 a.m.45 views

CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS5.7AI score0.00225EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/03/11 6:15 p.m.49 views

CVE-2024-26615

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix illegal rmbdesc access in SMC-D connection dump A crash was found when dumping SMC-D connections. It can be reproduced by following steps: - run nginx/wrk test: smcrun nginx smcrun wrk -t 16 -c 1000 -d -H 'Connection...

5.5CVSS6AI score0.00259EPSS
SaveExploits0References25
CVE
CVE
added 2024/02/29 3:52 p.m.6788 views

CVE-2024-26615

CVE-2024-26615 affects the Linux kernel net/smc code. A crash from NULL pointer dereference occurs when dumping SMC-D connections due to illegal rmb_desc access to conn->rmb_desc during an in-progress connection. The issue is fixed by adding a check before dumping to ensure rmb_desc has been i...

5.5CVSS6AI score0.00259EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/02/29 3:52 p.m.40 views

CVE-2024-26615

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix illegal rmbdesc access in SMC-D connection dump A crash was found when dumping SMC-D connections. It can be reproduced by following steps: - run nginx/wrk test: smcrun nginx smcrun wrk -t 16 -c 1000 -d -H 'Connection...

5.5CVSS7AI score0.00259EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/02/27 6:02 p.m.41 views

CVE-2021-46925

A flaw was found in the Linux kernel affecting the net/smc Synchronous Message Channel subsystem. This vulnerability is caused by a race condition between the smccdctxhandler and smcrelease functions and can cause kernel panics. Mitigation There are no known mitigations to the problem and Red Hat...

4.7CVSS5.2AI score0.00183EPSS
SaveExploits0References4
attackerkb
attackerkb
added 2024/02/27 10:15 a.m.7 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...

4.7CVSS6AI score0.00183EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2024/02/27 10:15 a.m.41 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.8CVSS5.7AI score0.00183EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/02/27 10:15 a.m.40 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.2AI score0.00183EPSS
SaveExploits0References5
OSV
OSV
added 2024/02/27 10:15 a.m.6 views

UBUNTU-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.1AI score0.00183EPSS
SaveExploits0References6
Prion
Prion
added 2024/02/27 10:15 a.m.22 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.660 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
Debian CVE
Debian CVE
added 2024/02/27 9:43 a.m.65 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
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.10 views

kernel: Linux kernel: Denial of Service via deadlock in net/smc

A flaw was found in the Linux kernel's Server Message Block SMB over Remote Direct Memory Access RDMA net/smc module. This vulnerability allows a local user to trigger a deadlock within the system. The deadlock occurs due to a circular locking dependency when specific operations involving...

5.5CVSS5.8AI score0.00118EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.14 views

kernel: Linux kernel: Denial of Service via deadlock in net/smc

A flaw was found in the Linux kernel's Server Message Block SMB over Remote Direct Memory Access RDMA net/smc module. This vulnerability allows a local user to trigger a deadlock within the system. The deadlock occurs due to a circular locking dependency when specific operations involving...

5.5CVSS5.8AI score0.00118EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/01/01 12:00 a.m.9 views

PT-2025-54066

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the networking component, specifically within the smc SMC subsystem. A potential panic can occur due to a lack of protection in the smc llc srv add li...

5.4AI score0.00538EPSS
SaveExploits0References35
OSV
OSV
added 2022/12/08 2:52 a.m.13 views

GSD-2022-1007985 net/smc: Fix possible leaked pernet namespace in smc_init()

net/smc: Fix possible leaked pernet namespace in smcinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.78 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/10/09 10:49 p.m.17 views

GSD-2022-1006582 net/smc: Stop the CLC flow if no link to map buffers on

net/smc: Stop the CLC flow if no link to map buffers on This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.146 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder