Lucene search
+L

14680 matches found

OSV
OSV
added 2024/10/21 6:15 p.m.2 views

DEBIAN-CVE-2024-49978

In the Linux kernel, the following vulnerability has been resolved: gso: fix udp gso fraglist segmentation after pull from fraglist Detect gso fraglist skbs with corrupted geometry see below and pass these to skbsegment instead of skbsegmentlist, as the first can segment them correctly. Valid...

5.5CVSS5.7AI score0.00659EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.5 views

DEBIAN-CVE-2024-49946

In the Linux kernel, the following vulnerability has been resolved: ppp: do not assume bh is held in pppchannelbridgeinput Networking receive path is usually handled from BH handler. However, some protocols need to acquire the socket lock, and packets might be stored in the socket backlog is the...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.5 views

DEBIAN-CVE-2024-49864

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

4.7CVSS5.5AI score0.00449EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 6:15 p.m.13 views

CVE-2024-49864

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

7.5CVSS0.00449EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 6:15 p.m.9 views

UBUNTU-CVE-2024-49864

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

7.5CVSS6.1AI score0.00449EPSS
SaveExploits0References21
CVE
CVE
added 2024/10/21 6:02 p.m.180 views

CVE-2024-49946

CVE-2024-49946 affects the Linux kernel PPP stack. The issue arises in ppp_channel_bridge_input() when packets are backlogged to a socket owned by a user process and the code path can call sk_backlog_rcv()/__release_sock()/release_sock() in process context. This creates an inconsistent lock state...

5.5CVSS5.1AI score0.00236EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.18 views

CVE-2024-49946 ppp: do not assume bh is held in ppp_channel_bridge_input()

In the Linux kernel, the following vulnerability has been resolved: ppp: do not assume bh is held in pppchannelbridgeinput Networking receive path is usually handled from BH handler. However, some protocols need to acquire the socket lock, and packets might be stored in the socket backlog is the...

6AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.2 views

CVE-2024-49938 wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9khtc: Use skbsetlength for resetting urb before resubmit Syzbot points out that skbtrim has a sanity check on the existing length of the skb, which can be uninitialised in some error paths. The intent here is clearly ju...

6AI score0.00259EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.10 views

CVE-2024-49864 rxrpc: Fix a race between socket set up and I/O thread creation

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

7.5CVSS6.8AI score0.00449EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/21 6:01 p.m.30 views

CVE-2024-49864 rxrpc: Fix a race between socket set up and I/O thread creation

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

7.5CVSS0.00449EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.2 views

SUSE CVE-2024-47710

In the Linux kernel, the following vulnerability has been resolved: sockmap: Add a condresched in sockhashfree Several syzbot soft lockup reports all have in common sockhashfree If a map with a large number of buckets is destroyed, we need to yield the cpu when needed...

2.5CVSS6.4AI score0.00231EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.11 views

SUSE CVE-2024-47713

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use two-phase skb reclamation in ieee80211dostop Since 'devqueuexmit' should be called with interrupts enabled, the following backtrace: ieee80211dostop ... spinlockirqsave&local-queuestopreasonlock, flags...

5.5CVSS6.4AI score0.00258EPSS
SaveExploits0References21
OSV
OSV
added 2024/10/21 12:15 p.m.11 views

AZL-51156 CVE-2024-47713 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use two-phase skb reclamation in ieee80211dostop Since 'devqueuexmit' should be called with interrupts enabled, the following backtrace: ieee80211dostop ... spinlockirqsave&local-queuestopreasonlock, flags...

5.5CVSS6.6AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.19 views

AZL-51213 CVE-2024-47710 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: sockmap: Add a condresched in sockhashfree Several syzbot soft lockup reports all have in common sockhashfree If a map with a large number of buckets is destroyed, we need to yield the cpu when needed...

5.5CVSS6.7AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.8 views

AZL-50659 CVE-2024-47684 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: tcp: check skb is non-NULL in tcprtodeltaus We have some machines running stock Ubuntu 20.04.6 which is their 5.4.0-174-generic kernel that are running ceph and recently hit a null ptr dereference in tcprearmrto. Initially hittin...

5.5CVSS6.7AI score0.00277EPSS
SaveExploits0References1
CVE
CVE
added 2024/10/21 11:53 a.m.156 views

CVE-2024-47709

Concretely, CVE-2024-47709 concerns the Linux kernel bcm driver path: after remove_proc_entry() bcm_notify() previously left bo->bcm_proc_read set, causing bcm_release() to trigger an extra remove_proc_entry(). The fix clears bo->bcm_proc_read after remove_proc_entry() in bcm_notify(), prev...

5.5CVSS6.8AI score0.00249EPSS
SaveExploits0References13Affected Software1
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.7 views

Linux kernel 安全漏洞

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 the skb cb in the tipc component not being reacquired after tipcmsgvalidate, resulting in a post-release reu...

7.8CVSS6.6AI score0.00642EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.5 views

Linux kernel 安全漏洞

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 the possibility that skb may be released after use in the hsr protocol, resulting in a post-release reuse...

7.8CVSS6.6AI score0.00348EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.4 views

Linux kernel 安全漏洞

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 the failure to reset skstate to CLOSED in the sctp subsystem upon an auto-bind failure, which could result i...

5.5CVSS6.6AI score0.00277EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.6 views

Linux kernel 安全漏洞

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 race condition between socket setup and I/O thread creation in the rxrpcopensocket function, which could...

4.7CVSS7.5AI score0.00449EPSS
SaveExploits0References6
Rows per page
Query Builder