Lucene search
+L

41 matches found

EUVD
EUVD
added 2026/03/25 12:30 p.m.7 views

EUVD-2026-15359

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

5.8AI score0.00132EPSS
SaveExploits0References7
NVD
NVD
added 2026/03/25 11:16 a.m.9 views

CVE-2026-23372

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

7.8CVSS0.00132EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.15 views

CVE-2026-23372

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

7.8CVSS5.5AI score0.00132EPSS
SaveExploits0References32
OSV
OSV
added 2026/03/25 10:27 a.m.8 views

CVE-2026-23372 nfc: rawsock: cancel tx_work before socket teardown

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

7.8CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/03/25 10:27 a.m.48 views

CVE-2026-23372 nfc: rawsock: cancel tx_work before socket teardown

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

7.8CVSS0.00132EPSS
SaveExploits0References8
CVE
CVE
added 2026/03/25 10:27 a.m.47 views

CVE-2026-23372

CVE-2026-23372 affects the Linux kernel NFC rawsock path (rawsock_release) where tx_work can race with socket/device teardown, risking use-after-free or leaked references. The fix adds synchronization: set SEND_SHUTDOWN to prevent in-progress tx_work, use cancel_work_sync to wait for in-flight ex...

7.8CVSS5.8AI score0.00132EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/03/25 10:27 a.m.20 views

CVE-2026-23372

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

7.8CVSS5.5AI score0.00132EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/01/01 12:0 a.m.15 views

PT-2026-27737

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the NFC rawsock functionality of the Linux kernel. Specifically, the rawsock release function does not properly cancel pending tx work and purge the write queue before...

7.8CVSS6.2AI score0.00132EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/10 5:9 a.m.7 views

CVE-2023-53781

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in tcpwritetimerhandler. With Eric's ref tracker, syzbot finally found a repro for use-after-free in tcpwritetimerhandler by kernel TCP sockets. 0 If SMC creates a kernel socket in smccreate, the kernel...

5.5CVSS5.7AI score0.00141EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/22 2:15 p.m.4 views

DEBIAN-CVE-2023-53698

In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xpalloctxdescs fails, and it can only fail due to not having enough memory,...

7.8CVSS5.9AI score0.00153EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2022-55011

Malicious code in bioql PyPI...

4.7CVSS5.8AI score0.00201EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/03/28 3:0 a.m.6 views

SUSE CVE-2025-21884

In the Linux kernel, the following vulnerability has been resolved: net: better track kernel sockets lifetime While kernel sockets are dismantled during pernetoperations-exit, their freeing can be delayed by any tx packets still held in qdisc or device queues, due to skbsetownerw prior calls. Thi...

5.5CVSS7.5AI score0.00204EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.12 views

SUSE CVE-2022-49215

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

5.5CVSS6.7AI score0.00201EPSS
SaveExploits0References5
NVD
NVD
added 2025/02/26 7:0 a.m.17 views

CVE-2022-49215

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS0.00201EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 7:0 a.m.4 views

DEBIAN-CVE-2022-49215

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

4.7CVSS5.4AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.10 views

UBUNTU-CVE-2022-49215

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS6.1AI score0.00201EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.8 views

CVE-2022-49215 xsk: Fix race at socket teardown

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS6.2AI score0.00201EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 1:55 a.m.11 views

CVE-2022-49215 xsk: Fix race at socket teardown

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS5.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.24 views

CVE-2022-49215 xsk: Fix race at socket teardown

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS0.00201EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 1:55 a.m.148 views

CVE-2022-49215

CVE-2022-49215 : In the Linux kernel, a race in xsk socket teardown can cause a NULL pointer dereference. The bug happens because xs->dev is NULL’ed before all users finish using the socket, and synchronize_net() does not wait for in-flight data-plane operations (xsk_poll, xsk_sendmsg, xsk_rec...

7.8CVSS5.3AI score0.00201EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder