Lucene search
+L

25636 matches found

OSV
OSV
added 2024/11/08 7:14 p.m.20 views

BIT-MEMCACHED-2022-48571

memcached 1.6.7 allows a Denial of Service via multi-packet uploads in UDP...

7.5CVSS6AI score0.01094EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/08 11:07 a.m.8 views

OESA-2024-2343 mosquitto security update

Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol version 3.1 and 3.1.1 MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for "machine to machine" messaging such as with low power senso...

9.1CVSS6.8AI score0.59489EPSS
SaveExploits2References3
OSV
OSV
added 2024/11/08 6:15 a.m.18 views

UBUNTU-CVE-2024-50203

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix address emission with tag-based KASAN enabled When BPFTRAMPFCALLORIG is enabled, the address of a bpftrampimage struct on the stack is passed during the size calculation pass and an address on the heap is passed...

7.8CVSS6.8AI score0.00232EPSS
SaveExploits0References17
OSV
OSV
added 2024/11/08 6:15 a.m.9 views

UBUNTU-CVE-2024-50186

In the Linux kernel, the following vulnerability has been resolved: net: explicitly clear the sk pointer, when pf-create fails We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b "net: do not leave a dangling sk pointer, when socket creation fails". The problem is that...

7.8CVSS6.6AI score0.00233EPSS
SaveExploits0References29
SUSE CVE
SUSE CVE
added 2024/11/08 3:48 a.m.8 views

SUSE CVE-2024-50161

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the remaining infocnt before repeating btf fields When trying to repeat the btf fields for array of nested struct, it doesn't check the remaining infocnt. The following splat will be reported when the value of ret nele...

5.5CVSS7.7AI score0.002EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/08 3:48 a.m.8 views

SUSE CVE-2024-50162

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPFMAPTYPEDEVMAP does not have it set. This is...

4.4CVSS7.3AI score0.00517EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/11/08 3:48 a.m.7 views

SUSE CVE-2024-50164

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overloading of MEMUNINIT's meaning Lonial reported an issue in the BPF verifier where checkmemsizereg has the following code: if !tnumisconstreg-varoff / For unprivileged variable accesses, disable raw mode so that the...

6.7CVSS7.8AI score0.00214EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/08 3:48 a.m.6 views

SUSE CVE-2024-50165

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve param-string when parsing mount options In bpfparseparam, keep the value of param-string intact so it can be freed later. Otherwise, the kmalloc area pointed to by param-string will be leaked as shown below:...

5.5CVSS7.7AI score0.002EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/08 3:48 a.m.7 views

SUSE CVE-2024-50169

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

7.7AI score0.00215EPSS
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2024/11/08 12:00 a.m.18 views

PT-2024-34550 · Open5Gs · Open5Gs

Name of the Vulnerable Software and Affected Versions: Open 5GS version 2.7.1 Description: The issue allows a remote attacker to cause a denial of service via the Network Function Virtualizations NFVs such as the User Plane Function UPF and the Session Management Function SMF, during the Packet...

7.5CVSS7.2AI score0.01071EPSS
SaveExploits1References6
NVD
NVD
added 2024/11/07 6:15 p.m.17 views

CVE-2024-48290

An issue in the Bluetooth Low Energy implementation of Realtek RTL8762E BLE SDK v1.4.0 allows attackers to cause a Denial of Service DoS via supplying a crafted llterminateind packet...

4.3CVSS0.00249EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/07 6:15 p.m.49 views

CVE-2024-51428

An issue in Espressif Esp idf v5.3.0 allows attackers to cause a Denial of Service DoS via a crafted data channel packet...

7.5CVSS0.00531EPSS
SaveExploits2References2
OSV
OSV
added 2024/11/07 10:15 a.m.14 views

AZL-52951 CVE-2024-50168 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net/sun382586: fix potential memory leak in sun382586sendpacket The sun382586sendpacket returns NETDEVTXOK without freeing skb in case of skb-len being too long, add devkfreeskb to fix it...

5.5CVSS6.8AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.19 views

AZL-53444 CVE-2024-50163 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Make sure internal and UAPI bpfredirect flags don't overlap The bpfredirectinfo is shared between the SKB and XDP redirect paths, and the two paths use the same numeric flag values in the ri-flags field specifically,...

5.5CVSS6.8AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.16 views

UBUNTU-CVE-2024-50161

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the remaining infocnt before repeating btf fields When trying to repeat the btf fields for array of nested struct, it doesn't check the remaining infocnt. The following splat will be reported when the value of ret nele...

7.8CVSS5.7AI score0.002EPSS
SaveExploits0References8
OSV
OSV
added 2024/11/07 10:15 a.m.11 views

UBUNTU-CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeonep: Add SKB allocation failures handling in octepoqprocessrx buildskb returns NULL in case of a memory allocation failure so handle it inside octepoqprocessrx to avoid NULL pointer dereference. octepoqprocessrx is called...

7.5CVSS6.6AI score0.00576EPSS
SaveExploits0References19
OSV
OSV
added 2024/11/07 10:15 a.m.13 views

UBUNTU-CVE-2024-50168

In the Linux kernel, the following vulnerability has been resolved: net/sun382586: fix potential memory leak in sun382586sendpacket The sun382586sendpacket returns NETDEVTXOK without freeing skb in case of skb-len being too long, add devkfreeskb to fix it...

5.5CVSS6.2AI score0.00221EPSS
SaveExploits0References34
CNNVD
CNNVD
added 2024/11/07 12:00 a.m.8 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 allowing the BPF program to write read-only maps when handling the MEMUNINIT flag...

7.1CVSS6.5AI score0.00214EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/07 12:00 a.m.19 views

CVE-2024-51428

An issue in Espressif Esp idf v5.3.0 allows attackers to cause a Denial of Service DoS via a crafted data channel packet...

6.7AI score0.00531EPSS
SaveExploits2References2
CVE
CVE
added 2024/11/07 12:00 a.m.67 views

CVE-2024-48290

The CVE-2024-48290 entry concerns Realtek RTL8762E BLE SDK (v1.4.0). The vulnerability arises in the Bluetooth Low Energy implementation, where a crafted ll_terminate_ind packet can cause a Denial of Service. The available documents do not specify affected hardware revisions beyond RTL8762E BLE S...

4.3CVSS6.9AI score0.00249EPSS
SaveExploits0References1
Rows per page
Query Builder