Lucene search
+L

14832 matches found

CVE
CVE
added 2024/10/23 1:35 p.m.91 views

CVE-2024-50050

CVE-2024-50050 affects the Llama Stack (Meta Llama Stack) prior to revision 7a8aa775e5a267cf8660d83140011a0b7f91e005, where the Python Inference API used pickle over a socket/ZeroMQ transport for deserialization. This insecure pattern enables remote code execution (RCE) when untrusted data is des...

6.3CVSS7.8AI score0.00873EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/10/23 1:35 p.m.14 views

CVE-2024-50050

Llama Stack prior to revision 7a8aa775e5a267cf8660d83140011a0b7f91e005 used pickle as a serialization format for socket communication, potentially allowing for remote code execution. Socket communication has been changed to use JSON instead...

7.7AI score0.00873EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2024/10/23 12:00 a.m.16 views

Llama Stack 安全漏洞

Llama Stack is a model component of the Llama Stack API open-sourced by Meta Llama. A security vulnerability exists in versions prior to Llama Stack 7a8aa775e5a267cf8660d83140011a0b7f91e005, which stems from the use of pickle as a serialization format for socket communication, and could allow...

6.3CVSS7.8AI score0.00873EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2024/10/22 2:23 p.m.5 views

SUSE CVE-2022-48960

In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hix5hd2rx The skb is delivered to napigroreceive which may free it, after calling this, dereferencing skb may trigger use-after-free...

8.1CVSS7.7AI score0.00333EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/10/22 2:23 p.m.12 views

SUSE CVE-2022-48962

In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hisifemacrx The skb is delivered to napigroreceive which may free it, after calling this, dereferencing skb may trigger use-after-free...

8.3CVSS7.7AI score0.00333EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.7 views

SUSE CVE-2022-49015

In the Linux kernel, the following vulnerability has been resolved: net: hsr: Fix potential use-after-free The skb is delivered to netifrx which may free it, after calling this, dereferencing skb may trigger use-after-free...

7.8CVSS7.7AI score0.00348EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.4 views

SUSE CVE-2022-49020

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9socketopen Both p9fdcreatetcp and p9fdcreateunix will call p9socketopen. If the creation of p9transfd fails, p9fdcreatetcp and p9fdcreateunix will return an error directly instead of...

3.3CVSS7.6AI score0.00236EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/10/22 5:49 a.m.15 views

CVE-2022-49020

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9socketopen Both p9fdcreatetcp and p9fdcreateunix will call p9socketopen. If the creation of p9transfd fails, p9fdcreatetcp and p9fdcreateunix will return an error directly instead of...

7.1CVSS6.8AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 10:37 p.m.15 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...

4.7CVSS6.7AI score0.00449EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 8:15 p.m.2 views

DEBIAN-CVE-2024-50044

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcommskstatechange rfcommskstatechange attempts to use socklock so it must never be called with it locked but rfcommsockioctl always attempt to lock it causing the following trace:...

3.3CVSS5.5AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.11 views

AZL-51242 CVE-2024-50035 affecting package kernel for versions less than 6.6.57.1-1

In the Linux kernel, the following vulnerability has been resolved: ppp: fix pppasyncencode illegal access syzbot reported an issue in pppasyncencode 1 In this case, pppoesendmsg is called with a zero size. Then pppasyncencode is called with an empty skb. BUG: KMSAN: uninit-value in pppasyncencod...

7.1CVSS6.7AI score0.00272EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

DEBIAN-CVE-2022-49020

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9socketopen Both p9fdcreatetcp and p9fdcreateunix will call p9socketopen. If the creation of p9transfd fails, p9fdcreatetcp and p9fdcreateunix will return an error directly instead of...

5.5CVSS5.4AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 8:15 p.m.18 views

CVE-2022-49020

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9socketopen Both p9fdcreatetcp and p9fdcreateunix will call p9socketopen. If the creation of p9transfd fails, p9fdcreatetcp and p9fdcreateunix will return an error directly instead of...

5.5CVSS0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 8:15 p.m.6 views

DEBIAN-CVE-2022-49015

In the Linux kernel, the following vulnerability has been resolved: net: hsr: Fix potential use-after-free The skb is delivered to netifrx which may free it, after calling this, dereferencing skb may trigger use-after-free...

7.8CVSS5.5AI score0.00348EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 8:15 p.m.16 views

CVE-2022-49018

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix sleep in atomic at close time Matt reported a splat at msk close time: BUG: sleeping function called from invalid context at net/mptcp/protocol.c:2877 inatomic: 1, irqsdisabled: 0, nonblock: 0, pid: 155, name:...

5.5CVSS0.00153EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

DEBIAN-CVE-2022-49017

In the Linux kernel, the following vulnerability has been resolved: tipc: re-fetch skb cb after tipcmsgvalidate As the call trace shows, the original skb was freed in tipcmsgvalidate, and dereferencing the old skb cb would cause an use-after-free crash. BUG: KASAN: use-after-free in...

7.8CVSS5.6AI score0.00642EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

DEBIAN-CVE-2022-49008

In the Linux kernel, the following vulnerability has been resolved: can: can327: can327feedframetonetdev: fix potential skb leak when netdev is down In can327feedframetonetdev, it did not free the skb when netdev is down, and all callers of can327feedframetonetdev did not free allocated skb too...

5.5CVSS5.4AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.6 views

UBUNTU-CVE-2022-49026

In the Linux kernel, the following vulnerability has been resolved: e100: Fix possible use after free in e100xmitprepare In e100xmitprepare, if we can't map the skb, then return -ENOMEM, so e100xmitframe will return NETDEVTXBUSY and the upper layer will resend the skb. But the skb is already free...

7.8CVSS6.6AI score0.00237EPSS
SaveExploits0References22
OSV
OSV
added 2024/10/21 8:15 p.m.13 views

UBUNTU-CVE-2022-48958

In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in grethinitrings The grethinitrings function won't free the newly allocated skb when dmamappingerror returns error, so add devkfreeskb to fix it. Compile tested only...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References11
OSV
OSV
added 2024/10/21 8:15 p.m.15 views

UBUNTU-CVE-2024-50044

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcommskstatechange rfcommskstatechange attempts to use socklock so it must never be called with it locked but rfcommsockioctl always attempt to lock it causing the following trace:...

3.3CVSS6.1AI score0.00187EPSS
SaveExploits0References41
Rows per page
Query Builder