Lucene search
+L

25706 matches found

Vulnrichment
Vulnrichment
added 2024/11/09 10:15 a.m.1 views

CVE-2024-50253 bpf: Check the validity of nr_words in bpf_iter_bits_new()

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the validity of nrwords in bpfiterbitsnew Check the validity of nrwords in bpfiterbitsnew. Without this check, when multiplication overflow occurs for nrbits e.g., when nrwords = 0x0400-0001, nrbits becomes 64, stack...

7.9AI score0.00186EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.47 views

CVE-2024-50236 wifi: ath10k: Fix memory leak in management tx

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: Fix memory leak in management tx In the current logic, memory is allocated for storing the MSDU context during management packet TX but this memory is not being freed during management TX completion. Similar leaks a...

0.00261EPSS
SaveExploits0References8
CVE
CVE
added 2024/11/09 10:14 a.m.203 views

CVE-2024-50236

CVE-2024-50236 affects the Linux kernel’s ath10k wireless stack. It describes a memory leak in management TX where MSDU context memory was allocated but not freed on TX completion, with similar leaks in the cleanup path. The fix frees the memory during completion/cleanup and protects the mgmt_tx ...

5.5CVSS5.2AI score0.00261EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/11/09 10:14 a.m.15 views

CVE-2024-50236 wifi: ath10k: Fix memory leak in management tx

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: Fix memory leak in management tx In the current logic, memory is allocated for storing the MSDU context during management packet TX but this memory is not being freed during management TX completion. Similar leaks a...

5.5CVSS6.3AI score
SaveExploits0References13
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.6 views

bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()

...

7.8CVSS7.3AI score0.00239EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.11 views

Double-free in libpcap before 1.10.5 with remote packet capture support.

...

4.4CVSS7AI score0.00242EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.10 views

bpf: Fix helper writes to read-only maps

...

7.8CVSS6.8AI score0.00232EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.7 views

bpf: Zero former ARG_PTR_TO_{LONGINT} args in case of error

...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/11/09 12:00 a.m.11 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 faulty dynamic allocation bit release in the bpfiterbitsdestroy function...

5.5CVSS6.5AI score0.00177EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/08 7:14 p.m.21 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.9 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.8 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.7 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.19 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
Rows per page
Query Builder