Total CVEs

130,823

Critical Severity

2,726

High Severity

9,741

Last 7 Days

759
Quick preset (or use dates below)
Clear Filters
📅 Showing Year: 2026 (January 1 - December 31, 2026) View All Years →
Showing 101 - 120 of 155 CVEs
CVE-2026-32708 HIGH - 7.8

PX4 autopilot is a flight control solution for drones. Prior to 1.17.0-rc2, the Zenoh uORB subscriber allocates a stack VLA directly from the incoming payload length without bounds. A remote Zenoh publisher can send an oversized fragmented message to force an unbounded stack allocation and copy, cau...

Vendor: PX4
Product: PX4-Autopilot
Published: Mar 16, 2026
Source: NVD
CVE-2026-32707 MEDIUM - 5.2

PX4 autopilot is a flight control solution for drones. Prior to 1.17.0-rc2, tattu_can contains an unbounded memcpy in its multi-frame assembly loop, allowing stack memory overwrite when crafted CAN frames are processed. In deployments where tattu_can is enabled and running, a CAN-injection-capable a...

Vendor: PX4
Product: PX4-Autopilot
Published: Mar 16, 2026
Source: NVD
CVE-2026-30955 MEDIUM - 6.5

Gokapi is a self-hosted file sharing server with automatic expiration and encryption support. Prior to 2.2.4, An API endpoint accepts unbounded request bodies without any size limit. An authenticated user can cause an OOM kill and complete service disruption for all users. This vulnerability is fixe...

Vendor: Forceu
Product: Gokapi
Published: Mar 13, 2026
Source: NVD
CVE-2026-1526 HIGH - 7.5

The undici WebSocket client is vulnerable to a denial-of-service attack via unbounded memory consumption during permessage-deflate decompression. When a WebSocket connection negotiates the permessage-deflate extension, the client decompresses incoming compressed frames without enforcing any limit on...

Vendor: npm
Product: undici
Published: Mar 12, 2026
Source: NVD
CVE-2026-32141 HIGH - 7.5

flatted is a circular JSON parser. Prior to 3.4.0, flatted's parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack ove...

Vendor: WebReflection
Product: flatted
Published: Mar 12, 2026
Source: NVD
CVE-2026-31960 MEDIUM - 5.3

Quill provides simple mac binary signing and notarization from any platform. Quill before version v0.7.1 has unbounded reads of HTTP response bodies during the Apple notarization process. Exploitation requires the ability to modify API responses from Apple's notarization service, which is not p...

Vendor: go
Product: github.com/anchore/quill
Published: Mar 11, 2026
Source: GitHub
CVE-2026-31961 MEDIUM - 5.5

Quill provides simple mac binary signing and notarization from any platform. Quill before version v0.7.1 contains an unbounded memory allocation vulnerability when parsing Mach-O binaries. Exploitation requires that Quill processes an attacker-supplied Mach-O binary, which is most likely in environm...

Vendor: go
Product: github.com/anchore/quill
Published: Mar 11, 2026
Source: GitHub
CVE-2025-69647 MEDIUM - 6.2

GNU Binutils thru 2.45.1 readelf contains a denial-of-service vulnerability when processing a crafted binary with malformed DWARF loclists data. A logic flaw in the DWARF parsing code can cause readelf to repeatedly print the same table output without making forward progress, resulting in an unbound...

Vendor: gnu
Product: binutils
Published: Mar 09, 2026
Source: NVD
CVE-2025-69646 MEDIUM - 5.5

Binutils objdump contains a denial-of-service vulnerability when processing a crafted binary with malformed DWARF debug_rnglists data. A logic error in the handling of the debug_rnglists header can cause objdump to repeatedly print the same warning message and fail to terminate, resulting in an unbo...

Published: Mar 06, 2026
Source: NVD
CVE-2025-69644 MEDIUM - 5.0

An issue was discovered in Binutils before 2.46. The objdump contains a denial-of-service vulnerability when processing a crafted binary with malformed debug information. A logic flaw in the handling of DWARF location list headers can cause objdump to enter an unbounded loop and produce endless outp...

Vendor: gnu
Product: binutils
Published: Mar 06, 2026
Source: NVD
CVE-2026-29049 MEDIUM - 4.3

melange allows users to build apk packages using declarative pipelines. In version 0.40.5 and prior, melange update-cache downloads URIs from build configs via io.Copy without any size limit or HTTP client timeout (pkg/renovate/cache/cache.go). An attacker-controlled URI in a melange config can caus...

Vendor: chainguard-dev
Product: melange
Published: Mar 06, 2026
Source: NVD
CVE-2026-26998 MEDIUM - 4.4

Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.38 and 3.6.9, there is a potential vulnerability in Traefik managing the ForwardAuth middleware responses. When Traefik is configured to use the ForwardAuth middleware, the response body from the authentication server is read...

Vendor: go
Product: github.com/traefik/traefik/v2
Published: Mar 04, 2026
Source: GitHub
CVE-2026-28364 HIGH - 7.9

In OCaml before 4.14.3 and 5.x before 5.4.1, a buffer over-read in Marshal deserialization (runtime/intern.c) enables remote code execution through a multi-phase attack chain. The vulnerability stems from missing bounds validation in the readblock() function, which performs unbounded memcpy() operat...

Vendor: OCaml
Product: OCaml
Published: Feb 27, 2026
Source: NVD

Golioth Firmware SDK version 0.10.0 prior to 0.22.0, fixed in commit 48f521b, contain a stack-based buffer overflow in Payload Utils. The golioth_payload_as_int() and golioth_payload_as_float() helpers copy network-supplied payload data into fixed-size stack buffers using memcpy() with a length deri...

Vendor: Golioth
Product: Firmware SDK
Published: Feb 26, 2026
Source: NVD
CVE-2026-27904 HIGH - 7.5

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4, nested `*()` extglobs produce regexps with nested unbounded quantifiers (e.g. `(?:(?:a|b)*)*`), which exhibit catastro...

Vendor: isaacs
Product: minimatch
Published: Feb 26, 2026
Source: NVD
CVE-2026-27903 HIGH - 7.5

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.3, `matchOne()` performs unbounded recursive backtracking when a glob pattern contains multiple non-adjacent `**` (GLOBST...

Vendor: isaacs
Product: minimatch
Published: Feb 26, 2026
Source: NVD

Spin is an open source developer tool for building and running serverless applications powered by WebAssembly. When Spin is configured to allow connections to a database or web server which could return responses of unbounded size (e.g. tables with many rows or large content bodies), Spin may in som...

Vendor: spinframework
Product: spin, SpinKube, containerd-shim-spin
Published: Feb 26, 2026
Source: NVD
CVE-2026-27710 MEDIUM - 5.0

NanaZip is an open source file archive. Starting in version 5.0.1252.0 and prior to versions 6.0.1638.0 and 6.5.1638.0, a denial-of-service vulnerability exists in NanaZip’s `.NET Single File Application` parser. A crafted bundle can force an integer underflow in header-size calculation and trigger ...

Vendor: M2Team
Product: NanaZip
Published: Feb 26, 2026
Source: NVD
CVE-2026-25899 HIGH - 7.5

Fiber is an Express inspired web framework written in Go. In versions on the v3 branch prior to 3.1.0, the use of the `fiber_flash` cookie can force an unbounded allocation on any server. A crafted 10-character cookie value triggers an attempt to allocate up to 85GB of memory via unvalidated msgpack...

Vendor: gofiber
Product: fiber
Published: Feb 24, 2026
Source: NVD
CVE-2026-25882 MEDIUM - 7.5

Fiber is an Express inspired web framework written in Go. A denial of service vulnerability exists in Fiber v2 and v3 that allows remote attackers to crash the application by sending requests to routes with more than 30 parameters. The vulnerability results from missing validation during route regis...

Vendor: gofiber
Product: fiber
Published: Feb 24, 2026
Source: NVD