Lucene search
+L

14641 matches found

CVE
CVE
added 2025/02/27 2:18 a.m.316 views

CVE-2025-21756

CVE-2025-21756 affects the Linux kernel vsock subsystem. The issue arises from keeping socket bindings until destruction, preventing correct unbinding during transport reassignment. This leads to a use-after-free in the binding path, observed as a KASAN slab-use-after-free in __vsock_bind and rel...

7.8CVSS6.5AI score0.00873EPSS
SaveIn wildExploits3References11Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.18 views

CVE-2025-21756

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind and those implicitly bound through autobind during connect. Prevents socket unbinding during a transpo...

7.8CVSS6.1AI score0.00873EPSS
SaveExploits3
Vulnrichment
Vulnrichment
added 2025/02/27 2:18 a.m.12 views

CVE-2025-21756 vsock: Keep the binding until socket destruction

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind and those implicitly bound through autobind during connect. Prevents socket unbinding during a transpo...

7.8CVSS7.4AI score0.00873EPSS
SaveExploits3References7
OSV
OSV
added 2025/02/27 2:15 a.m.0 views

DEBIAN-CVE-2025-21718

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the timers if needed. BUG: KASAN: slab-use-after-free...

7CVSS6.2AI score0.00163EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/27 2:15 a.m.18 views

CVE-2025-21710

In the Linux kernel, the following vulnerability has been resolved: tcp: correct handling of extreme memory squeeze Testing with iperf3 using the "pasta" protocol splicer has revealed a problem in the way tcp handles window advertising in extreme memory squeeze situations. Under memory pressure, ...

8.2CVSS0.00262EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/27 2:15 a.m.18 views

CVE-2024-57974

In the Linux kernel, the following vulnerability has been resolved: udp: Deal with race between UDP socket address change and rehash If a UDP socket changes its local address while it's receiving datagrams, as a result of connect, there is a period during which a lookup operation might fail to fi...

4.7CVSS0.00144EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 2:15 a.m.4 views

DEBIAN-CVE-2024-57974

In the Linux kernel, the following vulnerability has been resolved: udp: Deal with race between UDP socket address change and rehash If a UDP socket changes its local address while it's receiving datagrams, as a result of connect, there is a period during which a lookup operation might fail to fi...

4.7CVSS5.7AI score0.00144EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.11 views

AZL-68748 CVE-2024-57974 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: udp: Deal with race between UDP socket address change and rehash If a UDP socket changes its local address while it's receiving datagrams, as a result of connect, there is a period during which a lookup operation might fail to fi...

4.7CVSS6.6AI score0.00144EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.10 views

UBUNTU-CVE-2025-21718

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the timers if needed. BUG: KASAN: slab-use-after-free...

7.8CVSS6.5AI score0.00163EPSS
SaveExploits0References50
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.27 views

CVE-2025-21749 net: rose: lock the socket in rose_bind()

In the Linux kernel, the following vulnerability has been resolved: net: rose: lock the socket in rosebind syzbot reported a soft lockup in roseloopbacktimer, with a repro calling bind from multiple threads. rosebind must lock the socket to avoid this issue...

0.00181EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.14 views

CVE-2025-21749

In the Linux kernel, the following vulnerability has been resolved: net: rose: lock the socket in rosebind syzbot reported a soft lockup in roseloopbacktimer, with a repro calling bind from multiple threads. rosebind must lock the socket to avoid this issue...

5.5CVSS5.6AI score0.00181EPSS
SaveExploits0
CVE
CVE
added 2025/02/27 2:12 a.m.156 views

CVE-2025-21749

CVE-2025-21749: In the Linux kernel, the Rose network layer is affected. The issue arises in rose_bind() where the socket must be locked to prevent a soft lockup triggered by a repro that binds from multiple threads, as reported by syzbot (rose_loopback_timer()). Affected component: roseBind path...

5.5CVSS6.5AI score0.00181EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/02/27 2:12 a.m.13 views

CVE-2025-21749 net: rose: lock the socket in rose_bind()

In the Linux kernel, the following vulnerability has been resolved: net: rose: lock the socket in rosebind syzbot reported a soft lockup in roseloopbacktimer, with a repro calling bind from multiple threads. rosebind must lock the socket to avoid this issue...

6AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.28 views

CVE-2024-58009 Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: handle NULL sock pointer in l2capsockalloc A NULL sock pointer is passed into l2capsockalloc when it is called from l2capsocknewconnectioncb and the error handling paths should also be aware of it. Seemingly a...

0.00202EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/27 2:07 a.m.203 views

CVE-2025-21718

CVE-2025-21718 affects the Linux kernel Rose timer handling. The issue arises when Rose timers acquire only the socket spinlock and do not verify socket ownership, enabling a race against user threads. The described fix adds a socket ownership check and rearms timers as needed, addressing a KASAN...

7.8CVSS6.6AI score0.00163EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/02/27 2:07 a.m.29 views

CVE-2025-21718 net: rose: fix timer races against user threads

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the timers if needed. BUG: KASAN: slab-use-after-free...

7.8CVSS6.1AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/02/27 2:07 a.m.32 views

CVE-2025-21718 net: rose: fix timer races against user threads

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the timers if needed. BUG: KASAN: slab-use-after-free...

7.8CVSS0.00163EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/27 2:07 a.m.28 views

CVE-2025-21710 tcp: correct handling of extreme memory squeeze

In the Linux kernel, the following vulnerability has been resolved: tcp: correct handling of extreme memory squeeze Testing with iperf3 using the "pasta" protocol splicer has revealed a problem in the way tcp handles window advertising in extreme memory squeeze situations. Under memory pressure, ...

8.2CVSS0.00262EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/27 2:07 a.m.10 views

CVE-2025-21710 tcp: correct handling of extreme memory squeeze

In the Linux kernel, the following vulnerability has been resolved: tcp: correct handling of extreme memory squeeze Testing with iperf3 using the "pasta" protocol splicer has revealed a problem in the way tcp handles window advertising in extreme memory squeeze situations. Under memory pressure, ...

8.2CVSS6.3AI score
SaveExploits0References7
OSV
OSV
added 2025/02/27 2:07 a.m.17 views

CVE-2025-21711 net/rose: prevent integer overflows in rose_setsockopt()

In the Linux kernel, the following vulnerability has been resolved: net/rose: prevent integer overflows in rosesetsockopt In case of possible unpredictably large arguments passed to rosesetsockopt and multiplied by extra values on top of that, integer overflows may occur. Do the safest minimum an...

6.3AI score
SaveExploits0References13
Rows per page
Query Builder