Lucene search
+L

12552 matches found

AstraLinux
AstraLinux
added 2026/07/08 10:36 a.m.6 views

Astra Linux – Vulnerability in grub2

A flaw was discovered in grub2, where the grubextcmddispatcher function calls grubarglistalloc to allocate memory for the grub’s argument list. However, it does not check in case the memory allocation fails. Once the allocation fails, a NULL pointer will be processed by the parseoption function,...

5.2CVSS6.6AI score0.00272EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/07/08 10:36 a.m.7 views

Astra Linux – Vulnerability in Harfbuzz

HarfBuzz is a text shaping engine. Prior to version 12.3.0, there was a null pointer dereference vulnerability in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check whether hbmalloc returns NULL before using placement new to construct an...

5.3CVSS5.3AI score0.00377EPSS
SaveExploits1References3
AstraLinux
AstraLinux
added 2026/07/08 10:36 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: fs/ntfs3: Allocate memory before using it. KMSAN reports: Multiple uninitialized values were detected: - KMSAN: uninitvalue in ntfsreadhdr 3 - KMSAN: uninitvalue in bcmp 3 Memory is allocated by getname, which is a wrapper for...

8.2CVSS5.4AI score0.00383EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/08 12:37 a.m.15 views

EUVD-2026-42124

DBI versions before 1.650 for Perl have a heap overflow when preparsing SQL statements with an extreme number of placeholders. The fix for CVE-2026-10879 did not allocate enough memory to handle approximately 1.2-million placeholders. DBI version 1.650 sets a hard limit of 99,999 placeholders...

6.1AI score0.00485EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/08 12:0 a.m.11 views

PT-2026-56397

Name of the Vulnerable Software and Affected Versions Imager versions prior to 1.033 Description Imager for Perl incorrectly treats unsigned EXIF IFD Image File Directory entry counts as signed. When processing large entry count values, the software interprets them as negative numbers, which can...

9.8CVSS6.1AI score0.00374EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/07 11:50 p.m.8 views

CVE-2026-55079 Coder's unbounded memory allocation in provisioner file upload allows authenticated denial of service

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.24.0 and prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, NewDataBuilder in provisionersdk/proto/dataupload.go allocated a byte slice using the client-supplied FileSize from a...

4.9CVSS6AI score0.00336EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/07 11:50 p.m.28 views

CVE-2026-55079

Coder’s GO-based provisioner vulnerability arises from NewDataBuilder allocating a byte slice using client-supplied FileSize without an upper bound. The DRPC wire limit is 4 MiB, but FileSize could be much larger, causing memory exhaustion and potential denial of service when an authenticated use...

6.5CVSS6AI score0.00336EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/07/07 11:50 p.m.47 views

CVE-2026-55079 Coder's unbounded memory allocation in provisioner file upload allows authenticated denial of service

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.24.0 and prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, NewDataBuilder in provisionersdk/proto/dataupload.go allocated a byte slice using the client-supplied FileSize from a...

4.9CVSS0.00336EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 11:16 p.m.5 views

UBUNTU-CVE-2026-14739

DBI versions before 1.650 for Perl have a heap overflow when preparsing SQL statements with an extreme number of placeholders. The fix for CVE-2026-10879 did not allocate enough memory to handle approximately 1.2-million placeholders. DBI version 1.650 sets a hard limit of 99,999 placeholders...

9.8CVSS6.2AI score0.00391EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/07 10:5 p.m.12 views

CVE-2026-14739

DBI versions before 1.650 for Perl have a heap overflow when preparsing SQL statements with an extreme number of placeholders. The fix for CVE-2026-10879 did not allocate enough memory to handle approximately 1.2-million placeholders. DBI version 1.650 sets a hard limit of 99,999 placeholders...

9.8CVSS6.1AI score0.00485EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 3:26 p.m.9 views

GO-2026-5911 Coder's unbounded memory allocation in provisioner file upload allows authenticated denial of service in github.com/coder/coder

Coder's unbounded memory allocation in provisioner file upload allows authenticated denial of service in github.com/coder/coder...

6.5CVSS5.9AI score0.00336EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/07 3:26 p.m.10 views

GO-2026-5835 Mattermost doesn't validate the TIFF IFD offset in the image header before allocating memory in github.com/mattermost/mattermost-server

Mattermost doesn't validate the TIFF IFD offset in the image header before allocating memory in github.com/mattermost/mattermost-server...

6.5CVSS6.6AI score0.00245EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 3:26 p.m.15 views

GO-2026-5838 Mattermost doesn't properly validate msgpack-encoded WebSocket frames before memory allocation in github.com/mattermost/mattermost-server

Mattermost doesn't properly validate msgpack-encoded WebSocket frames before memory allocation in github.com/mattermost/mattermost-server...

7.5CVSS7.1AI score0.0034EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/07 3:13 p.m.15 views

SUSE CVE-2026-55379

Pillow is a Python imaging library. Prior to 12.3.0, PIL/BdfFontFile.py bdfchar read the BBX width and height field from a BDF font file and passed attacker-controlled dimensions to Image.new without calling Image.decompressionbombcheck, bypassing Pillow's documented decompression bomb protection...

7.5CVSS6AI score0.00421EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/07/07 11:2 a.m.12 views

CVE-2026-54060

A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory,...

7.5CVSS6.1AI score0.00418EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 10:17 a.m.7 views

PYSEC-2026-899 protobuf-cpp and protobuf-python have potential Denial of Service issue

Summary A message parsing and memory management vulnerability in ProtocolBuffer’s C++ and Python implementations can trigger an out of memory OOM failure when processing a specially crafted message, which could lead to a denial of service DoS on services using the libraries. Reporter: ClusterFuzz...

7.5CVSS6.9AI score0.01207EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2026/07/07 5:17 a.m.10 views

CVE-2026-14684

A flaw was found in HdrHistogram. A local attacker can exploit a vulnerability in the decodeFromByteBuffer function by manipulating the numberOfSignificantValueDigits argument. This manipulation leads to uncontrolled memory allocation, which can result in a Denial of Service DoS condition, making...

5CVSS5.6AI score0.0012EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:0 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-54060

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Pillow is a Python imaging library. Prior to 12.3.0, PIL/FontFile.py FontFile.compile assembled per- glyph images into a combined bitmap with Image.new1, xsize,...

7.5CVSS5.9AI score0.00418EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:0 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-14684

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw has been found in HdrHistogram up to 2.2.2. This affects the function org.HdrHistogram.AbstractHistogram.decodeFromByteBuffer of the file...

4.8CVSS4.8AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/06 9:16 p.m.12 views

CVE-2026-21379

Memory Corruption when allocating memory with sizes that exceed the maximum allowed value...

7.8CVSS0.0007EPSS
SaveExploits0References1
Rows per page
Query Builder