Lucene search
+L

3868 matches found

CVE
CVE
added 2024/05/21 3:31 p.m.114 views

CVE-2023-52843

CVE-2023-52843 (Linux kernel): The vulnerability arises in LLC processing where mac headers are read via eth_hdr without verifying that skb contains an Ethernet header. Syzbot demonstrated entry into llc_rcv on a tun device, with tun injections that can bypass mac_len validation. The fix adds a m...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.33 views

CVE-2023-52843

In the Linux kernel, the following vulnerability has been resolved: llc: verify mac len before reading mac header LLC reads the mac header with ethhdr without verifying that the skb has an Ethernet header. Syzbot was able to enter llcrcv on a tun device. Tun can insert packets without mac len and...

5.5CVSS7.1AI score0.00245EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.20 views

CVE-2023-52788

In the Linux kernel, the following vulnerability has been resolved: i915/perf: Fix NULL deref bugs with drmdbg calls When i915 perf interface is not available dereferencing it will lead to NULL dereferences. As returning -ENOTSUPP is pretty clear return when perf interface is not available...

5.5CVSS7.1AI score0.00236EPSS
SaveExploits0
NVD
NVD
added 2024/05/21 3:15 p.m.30 views

CVE-2021-47282

In the Linux kernel, the following vulnerability has been resolved: spi: bcm2835: Fix out-of-bounds access with more than 4 slaves Commit 571e31fa60b3 "spi: bcm2835: Cache CS register value for -preparemessage" limited the number of slaves to 3 at compile-time. The limitation was necessitated by ...

7.8CVSS6.6AI score0.00231EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/21 2:49 p.m.31 views

GHSA-3RCQ-39XP-7XJP ic-stable-structures vulnerable to BTreeMap memory leak when deallocating nodes with overflows

Impact When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causin...

5.9CVSS6.6AI score0.00515EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2024/05/21 2:49 p.m.25 views

ic-stable-structures vulnerable to BTreeMap memory leak when deallocating nodes with overflows

Impact When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causin...

7.5CVSS6.7AI score0.00515EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2024/05/21 10:15 a.m.13 views

CVE-2024-4435

When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causing a...

7.5CVSS5.7AI score0.00515EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 9:41 a.m.14 views

CVE-2024-4435 BTreeMap memory leak when deallocating nodes with overflows

When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causing a...

5.9CVSS6.9AI score0.00515EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 9:41 a.m.6 views

CVE-2024-4435 BTreeMap memory leak when deallocating nodes with overflows

When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causing a...

5.9CVSS5.9AI score
SaveExploits0References7
OSV
OSV
added 2024/05/21 5:31 a.m.14 views

CLSA-2024-1716269479 Fix of 42 CVEs

CVE-url: https://ubuntu.com/security/CVE-2023-47233 - wifi: brcmfmac: Fix use-after-free bug in brcmfcfg80211detach CVE-url: https://ubuntu.com/security/CVE-2023-52601 - jfs: Fix memleak in dbAdjCtl CVE-url: https://ubuntu.com/security/CVE-2024-26801 - Bluetooth: Avoid potential use-after-free in...

8.8CVSS6.8AI score0.00828EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.6 views

SUSE CVE-2024-35882

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP Jan Schunk reports that his small NFS servers suffer from memory exhaustion after just a few days. A bisect shows that commit e18e157bb5c8 "SUNRPC: Send RPC message on...

7.5CVSS6.6AI score0.00596EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/05/21 12:0 a.m.12 views

Stable Structures 安全漏洞

Stable Structures is a collection of data structures open-sourced by DFINITY. A security vulnerability exists in Stable Structures versions prior to 0.6.0, which stems from a memory issue in BTreeMap when releasing an overflow node, which could lead to using too much memory or even running out of...

7.5CVSS6.6AI score0.00515EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/19 9:15 a.m.4 views

DEBIAN-CVE-2024-35882

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP Jan Schunk reports that his small NFS servers suffer from memory exhaustion after just a few days. A bisect shows that commit e18e157bb5c8 "SUNRPC: Send RPC message on...

5.5CVSS5.3AI score0.00596EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 12:0 p.m.5 views

RUSTSEC-2024-0406 BTreeMap memory leak when deallocating nodes with overflows

When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". In some cases, when we deallocate a node only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causing a memory leak. In the worst case,...

5.9CVSS6.8AI score0.00515EPSS
SaveExploits0References3
RustSec
RustSec
added 2024/05/17 12:0 p.m.9 views

BTreeMap memory leak when deallocating nodes with overflows

When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". In some cases, when we deallocate a node only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causing a memory leak. In the worst case,...

7.5CVSS7.1AI score0.00515EPSS
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2024/05/17 12:0 a.m.10 views

PT-2024-31137 · Unknown · Stable-Structures

Name of the Vulnerable Software and Affected Versions: stable-structures versions prior to 0.6.4 Description: When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered that when a node is deallocated, in some cases only the first memo...

5.9CVSS6.8AI score0.00515EPSS
SaveExploits0References14
OpenVAS
OpenVAS
added 2024/05/17 12:0 a.m.32 views

Mageia: Security Advisory (MGASA-2024-0178)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.6CVSS9.2AI score0.11007EPSS
SaveExploits4References8
OpenVAS
OpenVAS
added 2024/05/16 12:0 a.m.26 views

Google Chrome Security Update (stable-channel-update-for-desktop_15-2024-05) - Windows

Google Chrome is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:google:chrome"; ifdescription...

9.6CVSS8.3AI score0.15111EPSS
SaveExploits5References3
OpenVAS
OpenVAS
added 2024/05/16 12:0 a.m.26 views

Google Chrome Security Update (stable-channel-update-for-desktop_15-2024-05) - Mac OS X

Google Chrome is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:google:chrome"; ifdescription...

9.6CVSS8.3AI score0.15111EPSS
SaveExploits5References3
Google Chrome Security Advisories
Google Chrome Security Advisories
added 2024/05/15 12:0 a.m.116 views

Stable Channel Update for Desktop

The Chrome team is delighted to announce the promotion of Chrome 125 to the stable channel for Windows, Mac and Linux. This will roll out over the coming days/weeks. Chrome 125.0.6422.60 Linux 125.0.6422.60/.61 Windows, Mac contains a number of fixes and improvements -- a list of changes is...

9.6CVSS8.5AI score0.15111EPSS
SaveExploits5Affected Software1
Rows per page
Query Builder