Total CVEs

138,463

Critical Severity

3,569

High Severity

12,815

Last 7 Days

1,987
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 5,521 - 5,540 of 34,868 CVEs
CVE-2026-46599 HIGH - 7.5

The TIFF decoder does not place a limit on the size of PackBits-compressed data. A maliciously-crafted image can exploit this to cause a small image (both in terms of pixel width/height and encoded size) to make the decoder decode large amounts of compressed data.

Vendor: golang.org/x/image
Product: golang.org/x/image/tiff
Published: May 29, 2026
Source: NVD
CVE-2026-46527 HIGH - 7.5

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.44.0, When the server has called Server::set_trusted_proxies() with a non-empty trusted-proxy list, an attacker can send an HTTP request that includes an X-Forwarded-For header whose value parses to no valid...

Vendor: yhirose
Product: cpp-httplib
Published: May 29, 2026
Source: NVD
CVE-2026-45700 CRITICAL - 9.8

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.26.0, FreeRDP's planar bitmap decoder has an out-of-bounds heap write when decoding RLE planar data. In libfreerdp/codec/planar.c, freerdp_bitmap_decompress_planar() validates the X destination coordinate nXDst against ...

Vendor: FreeRDP
Product: FreeRDP
Published: May 29, 2026
Source: NVD

Rizin is a UNIX-like reverse engineering framework and command-line toolset. There is a heap-buffer-overflow in librz/bin/format/omf/omf.c. This vulnerability is fixed by commit e6d0937c8a083e23ed76ccfb9f631cdc50c7af47.

Vendor: rizinorg
Product: rizin
Published: May 29, 2026
Source: NVD
CVE-2026-45372 CRITICAL - 9.9

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.44.0, when cpp-httplib's server parses an incoming request, it applies percent-decoding to every header value except Location and Referer. The validity check (is_field_value) is run before decoding, so ...

Vendor: yhirose
Product: cpp-httplib
Published: May 29, 2026
Source: NVD
CVE-2026-45352 MEDIUM - 5.3

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.43.4, negative chunk-size in chunked Transfer-Encoding causes unbounded memory allocation and process crash. The ChunkedDecoder::read_payload function in cpp-httplib (httplib.h) parses the chunk-size field o...

Vendor: yhirose
Product: cpp-httplib
Published: May 29, 2026
Source: NVD

Rizin is a UNIX-like reverse engineering framework and command-line toolset. There is a double free in librz/core/cmd/cmd_search.c:byte_pattern_search() due wrong pointer ownership declared. This vulnerability is fixed by commit 045fff363b42b8a6dda8ad5229c29ec3267e7dbe.

Vendor: rizinorg
Product: rizin
Published: May 29, 2026
Source: NVD
CVE-2026-45294 MEDIUM - 5.3

FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to 1.8.219, the password reset endpoint returns visually distinct responses depending on whether the submitted email address belongs to an existing user account, allowing unauthenticated attackers to enumer...

Vendor: freescout-help-desk
Product: freescout
Published: May 29, 2026
Source: NVD

NanoMQ MQTT Broker (NanoMQ) is an all-around Edge Messaging Platform. In 0.24.8 and earlier, quic_stream_recv can dereference a null substream pointer when a substream is in reopen state. The code finishes the AIO with error but does not return before locking c->mtx.

Vendor: nanomq
Product: nanomq
Published: May 29, 2026
Source: NVD
CVE-2026-44640 MEDIUM - 4.5

NanoMQ MQTT Broker (NanoMQ) is an all-around Edge Messaging Platform. Prior to 0.24.14, aio->prov_data is stored as nni_quic_conn* during dialing, but read as ex_quic_conn* during dialer close. This type confusion causes invalid object interpretation and leads to close-path hang/crash behavior. T...

Vendor: nanomq
Product: nanomq
Published: May 29, 2026
Source: NVD
CVE-2026-44422 HIGH - 7.5

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.26.0, FreeRDP's RDPEAR NDR parser accepts one non-null NDR pointer ref-id for multiple logical pointer fields without tracking the pointed object's expected NDR type or ownership. When the same ref-id is reused acr...

Vendor: FreeRDP
Product: FreeRDP
Published: May 29, 2026
Source: NVD
CVE-2026-44421 HIGH - 8.8

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.26.0, a malicious RDP server can trigger a heap-buffer-overflow write in the FreeRDP client by sending crafted RDPGFX PDUs. The bug is in gdi_CacheToSurface: it validates a destination rectangle that is clamped to UINT16_MAX...

Vendor: FreeRDP
Product: FreeRDP
Published: May 29, 2026
Source: NVD
CVE-2026-44420 HIGH - 8.8

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.26.0, a malicious RDP client can trigger a heap-buffer-overflow write in FreeRDP's server-side clipboard (cliprdr) channel by sending a CB_CLIP_CAPS PDU with a too-small capabilitySetLength. This can crash the server pr...

Vendor: FreeRDP
Product: FreeRDP
Published: May 29, 2026
Source: NVD
CVE-2026-44287 MEDIUM - 6.3

FastGPT is an AI Agent building platform. Prior to 4.15.0-beta1, the JavaScript sandbox worker at projects/code-sandbox/src/pool/worker.ts:356 blocks dynamic import() with the regex /\bimport\s*\(/.test(code). JavaScript syntax accepts a block comment between import and (; the regex matches only ASC...

Vendor: labring
Product: FastGPT
Published: May 29, 2026
Source: NVD
CVE-2026-44285 HIGH - 7.7

FastGPT is an AI Agent building platform. Prior to 4.15.0-beta1, a Server-Side Request Forgery (SSRF) vulnerability allows an authenticated attacker to bypass the global isInternalAddress network protection and make arbitrary HTTP GET requests to internal network services. This is achieved by exploi...

Vendor: labring
Product: FastGPT
Published: May 29, 2026
Source: NVD
CVE-2026-42500 MEDIUM - 5.3

Decoding a paletted BMP file with an out-of-range palette index results in a panic when accessing pixels in the invalid image.

Vendor: golang.org/x/image
Product: golang.org/x/image/bmp
Published: May 29, 2026
Source: NVD
CVE-2026-34127 MEDIUM - 4.8

A stored cross-site scripting (XSS) vulnerability has been identified in the web management interface of TP-Link's TL-SG108PE v5 switch due to improper sanitation of the SYSNAM configuration parameter during configuration file import. An attacker with administrator access can inject malicious s...

Vendor: TP-Link Systems Inc.
Product: TL-SG108PE v5
Published: May 29, 2026
Source: NVD
CVE-2026-47183 MEDIUM - 6.5

zeroconf: Unbounded exception-dedup state retains packet buffers via traceback frame locals, enabling LAN-local memory exhaustion

Vendor: pip
Product: zeroconf
Published: May 29, 2026
Source: GitHub
CVE-2026-47180 MEDIUM - 6.5

zeroconf has unbounded recursion in DNS compression-pointer decoder that allows LAN-local denial of service

Vendor: pip
Product: zeroconf
Published: May 29, 2026
Source: GitHub
CVE-2026-47260 HIGH - 7.7

Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule (DNS resolution + public IP check), but the individual episode <enclosure url="..."> values extracted from the RSS XML are stored directly into the d...

Vendor: composer
Product: phanan/koel
Published: May 29, 2026
Source: GitHub