Lucene search
+L

327242 matches found

OSV
OSV
added 2026/08/07 10:9 p.m.8 views

CVE-2026-47249 Klever-Go KVM: Hash-array amplification in P2P resolver request handling

Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.18, the P2P resolver request handling logic is vulnerable to hash-array amplification. A connected peer can send a compressed RequestDataTypeHashArrayType direct request that is only 442 bytes on the wire but expan...

7.5CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/07 10:9 p.m.30 views

CVE-2026-47249 Klever-Go KVM: Hash-array amplification in P2P resolver request handling

Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.18, the P2P resolver request handling logic is vulnerable to hash-array amplification. A connected peer can send a compressed RequestDataTypeHashArrayType direct request that is only 442 bytes on the wire but expan...

7.5CVSS0.00278EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/07 10:9 p.m.73 views

CVE-2026-47249

CVE-2026-47249 affects Klever-Go KVM (Go implementation of Klever) prior to v1.7.18. The issue is in P2P resolver request handling where a compressed RequestDataType_HashArrayType direct request (wire size ~442 bytes) can expand into about 200,000 decoded hash entries inside the resolver path. Th...

7.5CVSS8.6AI score0.00278EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/07 9:47 p.m.30 views

CVE-2026-64676 Kata Containers: Unauthorized mem-agent ttRPC methods let an untrusted host tamper with confidential-guest memory

Kata Containers is an open source implementation of lightweight Virtual Machines VMs that perform like containers. In versions prior to 4.0.0, the kata-agent is vulnerable to an authorization bypass in confidential-guest memory management. In Confidential Containers CoCo deployments, the kata-age...

5.7CVSS0.00122EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/07 9:47 p.m.67 views

CVE-2026-64676

Kata Containers versions before 4.0.0: the kata-agent is vulnerable to an authorization bypass in confidential-guest memory management. In Confidential Containers deployments, the agent enforces an OPA/Rego-based AgentPolicy to authorize every ttRPC call; two mem-agent–related ttRPC methods miss ...

5.7CVSS5.3AI score0.00122EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 9:47 p.m.26 views

CVE-2026-64676 Kata Containers: Unauthorized mem-agent ttRPC methods let an untrusted host tamper with confidential-guest memory

Kata Containers is an open source implementation of lightweight Virtual Machines VMs that perform like containers. In versions prior to 4.0.0, the kata-agent is vulnerable to an authorization bypass in confidential-guest memory management. In Confidential Containers CoCo deployments, the kata-age...

5.7CVSS5.4AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/07 9:10 p.m.37 views

CVE-2026-11743 Missing negative-offset/overflow check in SF32LB MPI QSPI NOR flash driver allows out-of-bounds read and write

The SF32LB MPI QSPI NOR flash driver drivers/flash/flashsf32lbmpiqspinor.c validated the flash offset and length on its read and write paths with the test offset + size data-size. Because offset is a signed offt while size is unsigned, a negative offset is converted to a large unsigned value and...

6.6CVSS0.00105EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/07 9:10 p.m.10 views

EUVD-2026-54682

The SF32LB MPI QSPI NOR flash driver drivers/flash/flashsf32lbmpiqspinor.c validated the flash offset and length on its read and write paths with the test offset + size data-size. Because offset is a signed offt while size is unsigned, a negative offset is converted to a large unsigned value and...

6.6CVSS5.7AI score0.00105EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/07 9:10 p.m.54 views

CVE-2026-11743

The CVE concerns the SF32LB MPI QSPI NOR flash driver (drivers/flash/flash_sf32lb_mpi_qspi_nor.c). The vulnerability arises in the read/write paths where a signed offset (off_t) is compared against an unsigned size using (offset + size) > data->size, allowing a negative offset to wrap to a ...

6.6CVSS5.7AI score0.00105EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 9:10 p.m.6 views

CVE-2026-11742 Use-after-free race in kernel `k_queue_peek_head/tail` due to missing spinlock

The kernel queue helper zqueuenodepeek in kernel/queue.c dereferences a node taken from a queue's dataq list, reading the node's flag byte and, for items enqueued via kqueueallocappend/allocprepend, the data pointer of an internally allocated allocnode struct. The implementations of...

3.6CVSS5.7AI score
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/07 8:40 p.m.11 views

Security Bulletin: IBM® Db2® could allow a local attacker to cause a denial of service due to a memory leak (CVE-2026-18096)

Summary IBM® Db2® could allow a local attacker to cause a denial of service due to a memory leak. Vulnerability Details CVEID:CVE-2026-18096 DESCRIPTION: DB2 for Linux, UNIX and Windows includes DB2 Connect Server could allow a local attacker to cause a denial of service due to a memory leak...

3.3CVSS5.3AI score0.00131EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2026/08/07 8:16 p.m.11 views

CVE-2026-66151

SonicWall Global VPN Client version 4.10.8.1108 and earlier is vulnerable to an out-of-bounds kernel memory read in the SWIPsec.sys driver, which could allow a local attacker to cause a system crash...

5.5CVSS0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 8:16 p.m.7 views

DEBIAN-CVE-2026-71870

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause large memory consumption when pypdf/cmap.py function parsebfrange parses unusually large source-code or destination-string tokens in a font /ToUnicode CMap during text extraction. This issue is fixed...

4.8CVSS5.3AI score0.00129EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/07 8:16 p.m.12 views

CVE-2026-71870

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause large memory consumption when pypdf/cmap.py function parsebfrange parses unusually large source-code or destination-string tokens in a font /ToUnicode CMap during text extraction. This issue is fixed...

4.8CVSS0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/07 8:16 p.m.10 views

CVE-2026-19113

Consul Community Edition and Consul Enterprise 1.3.0 through 2.0.2 are vulnerable to an unauthenticated denial of service in several agent HTTP API endpoints. A remote caller could cause the agent to consume substantial memory before the request was rejected. This vulnerability, CVE-2026-19113, i...

5.3CVSS0.00293EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 8:16 p.m.6 views

DEBIAN-CVE-2026-19113

Consul Community Edition and Consul Enterprise 1.3.0 through 2.0.2 are vulnerable to an unauthenticated denial of service in several agent HTTP API endpoints. A remote caller could cause the agent to consume substantial memory before the request was rejected. This vulnerability, CVE-2026-19113, i...

5.3CVSS5.4AI score0.00293EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 8:16 p.m.5 views

UBUNTU-CVE-2026-15972

Consul Community Edition and Consul Enterprise 1.13.0 through 2.0.2 are vulnerable to an unauthenticated denial of service through unbounded connection acceptance on the external gRPC listeners. A remote attacker may exhaust agent file descriptors, goroutines, and memory by opening many incomplet...

7.5CVSS5.5AI score0.00386EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/07 8:16 p.m.3 views

UBUNTU-CVE-2026-19113

Consul Community Edition and Consul Enterprise 1.3.0 through 2.0.2 are vulnerable to an unauthenticated denial of service in several agent HTTP API endpoints. A remote caller could cause the agent to consume substantial memory before the request was rejected. This vulnerability, CVE-2026-19113, i...

5.3CVSS5.4AI score0.00293EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/07 8:16 p.m.5 views

UBUNTU-CVE-2026-71870

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause large memory consumption when pypdf/cmap.py function parsebfrange parses unusually large source-code or destination-string tokens in a font /ToUnicode CMap during text extraction. This issue is fixed...

4.8CVSS5.3AI score0.00129EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/07 8:16 p.m.4 views

CVE-2026-19014

Consul Community Edition and Consul Enterprise 1.17.0 through 2.0.2 are vulnerable to an uncontrolled resource consumption issue in the Connect authorization endpoint that may allow a caller to grow the agent's intention-match cache without bound, defeating the operator's cache-disable...

4.3CVSS5.3AI score0.00262EPSS
SaveExploits0References2
Rows per page
Query Builder