Total CVEs

140,284

Critical Severity

3,711

High Severity

13,344

Last 7 Days

1,818
Quick preset (or use dates below)
Clear Filters
Showing 4,901 - 4,920 of 13,344 CVEs
CVE-2026-42582 HIGH - 7.5

Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final, when decoding header blocks, the non-Huffman branch of io.netty.handler.codec.http3.QpackDecoder#decodeHuffmanEncodedLiteral may execute new byte[length] for a string literal before verifying that length byt...

Vendor: maven
Product: io.netty:netty-codec-http3
Published: May 07, 2026
Source: GitHub
CVE-2026-42579 HIGH - 7.5

Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, Netty's DNS codec does not enforce RFC 1035 domain name constraints during either encoding or decoding. This creates a bidirectional attack surface: malicious DNS responses can exploit...

Vendor: maven
Product: io.netty:netty-codec-dns
Published: May 07, 2026
Source: GitHub
CVE-2026-44471 HIGH - 7.8

gitoxide is an implementation of git written in Rust. Prior to 0.21.1, a malicious tree can be constructed that will, when checked out with gitoxide, permit writing an attacker-controlled symlink into any existing directory the user has write access to. During checkout, all symlink index entries are...

Vendor: rust
Product: gix-fs
Published: May 07, 2026
Source: GitHub
CVE-2026-42577 HIGH - 7.5

Netty is an asynchronous, event-driven network application framework. From 4.2.0.Final to 4.2.13.Final , Netty's epoll transport fails to detect and close TCP connections that receive a RST after being half-closed, leading to stale channels that are never cleaned up and, in some code paths, a 1...

Vendor: maven
Product: io.netty:netty-transport-native-epoll
Published: May 06, 2026
Source: GitHub
CVE-2026-44375 HIGH - 7.5

Nerdbank.MessagePack is a NativeAOT-compatible MessagePack serialization library. Prior to 1.1.62, Nerdbank.MessagePack contains an uncontrolled stack allocation vulnerability in DateTime decoding. A malicious MessagePack payload can declare an oversized timestamp extension length, causing the reade...

Vendor: nuget
Product: Nerdbank.MessagePack
Published: May 06, 2026
Source: GitHub

The form plugin for Grav adds the ability to create and use forms. Prior to 9.1.0 , there is an unauthenticated page-content overwrite via file upload (GHSA-w4rc-p66m-x6qq). Public form uploads now strip path components from the POST-supplied filename and hard-block page-content extensions (`md`, `y...

Vendor: composer
Product: getgrav/grav-plugin-form
Published: May 06, 2026
Source: GitHub
CVE-2026-42602 HIGH - 8.1

azureauthextension is the Azure Authenticator Extension. From 0.124.0 to 0.150.0, a server-side authentication bypass in azureauthextension allows any party who holds a single valid Azure access token for any scope the collector's configured identity can mint for to authenticate to any OpenTele...

Vendor: go
Product: github.com/open-telemetry/opentelemetry-collector-contrib/extension/azureauthextension
Published: May 06, 2026
Source: GitHub

Daptin is a GraphQL/JSON-API headless CMS. Prior to version 0.11.5, processFuzzySearch in server/resource/resource_findallpaginated.go:1484 splits the user-supplied column parameter by comma and interpolates each segment directly into goqu.L(fmt.Sprintf("LOWER(%s) LIKE ?", prefix+col)) raw...

Vendor: go
Product: github.com/daptin/daptin
Published: May 06, 2026
Source: GitHub
CVE-2026-44334 HIGH - 8.4

PraisonAI is a multi-agent teams system. From version 4.5.139 to before version 4.6.32, CVE-2026-40287's fix gated tools.py auto-import behind PRAISONAI_ALLOW_LOCAL_TOOLS=true in two files (tool_resolver.py, api/call.py). A third import sink in praisonai/templates/tool_override.py was missed an...

Vendor: pip
Product: praisonai
Published: May 06, 2026
Source: GitHub
CVE-2026-44335 HIGH - 9.8

PraisonAI is a multi-agent teams system. Prior to version 1.6.32, the URL checking logic in PraisonAI has a logical flaw that could be bypassed by attackers, leading to SSRF attacks. This issue has been patched in version 1.6.32.

Vendor: pip
Product: praisonaiagents
Published: May 06, 2026
Source: GitHub
CVE-2026-44244 HIGH - 7.8

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.set_value() passes values to Python's configparser without validating for newlines. GitPython's own _write() converts embedded newlines into indented continuation lines (e.g. \n b...

Vendor: pip
Product: GitPython
Published: May 06, 2026
Source: GitHub
CVE-2026-42561 HIGH - 7.5

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.27, python-multipart has a denial of service vulnerability in multipart part header parsing. When parsing multipart/form-data, MultipartParser previously had no limit on the number of part headers or the size of an individual ...

Vendor: pip
Product: python-multipart
Published: May 06, 2026
Source: GitHub
CVE-2026-42559 HIGH - 8.8

RMCP is an official Rust SDK for the Model Context Protocol. Prior to version 1.4.0, the rmcp crate's Streamable HTTP server transport (crates/rmcp/src/transport/streamable_http_server/) did not validate the incoming Host header. This allowed a malicious public website, via a DNS rebinding atta...

Vendor: rust
Product: rmcp
Published: May 06, 2026
Source: GitHub

Mako is a template library written in Python. Prior to 1.3.12, on Windows, a URI using backslash traversal (e.g. \..\..\ secret.txt) bypasses the directory traversal check in Template.__init__ and the posixpath-based normalization in TemplateLookup.get_template(), allowing reads of files outside the...

Vendor: pip
Product: Mako
Published: May 06, 2026
Source: GitHub

jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture. Prior to 4.5.7, JupyterLab's HTML sanitizer allowlists data-commandlinker-command and data-commandlinker-args on button elements, while CommandLinker listens for all c...

Vendor: pip
Product: jupyterlab
Published: May 06, 2026
Source: GitHub
CVE-2026-42552 HIGH - 7.5

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, the default error handler Engine::_error() writes the full exception message, exception code, and stack trace (including absolute filesystem paths) directly into the HTTP 500 response, with no debug gating. Production deployments leak...

Vendor: composer
Product: flightphp/core
Published: May 06, 2026
Source: GitHub
CVE-2026-42551 HIGH - 7.5

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Request::getMethod() unconditionally honors the X-HTTP-Method-Override header and the $_REQUEST['_method'] parameter on any HTTP verb (including safe verbs such as GET), with no opt-in and no whitelist of permitted target me...

Vendor: composer
Product: flightphp/core
Published: May 06, 2026
Source: GitHub
CVE-2026-42550 HIGH - 8.8

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, SimplePdo::insert(), SimplePdo::update(), and SimplePdo::delete() build SQL statements by concatenating the $table argument and the keys of the $data array directly into the query, with no identifier quoting and no validation. When an...

Vendor: composer
Product: flightphp/core
Published: May 06, 2026
Source: GitHub

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Flight::jsonp() concatenates the ?jsonp= query parameter directly into an application/javascript response body without validating that the value is a legal JavaScript identifier. An attacker can inject arbitrary JavaScript that execut...

Vendor: composer
Product: flightphp/core
Published: May 06, 2026
Source: GitHub
CVE-2026-42544 HIGH - 7.5

Granian is a Rust HTTP server for Python applications. From 1.2.0 to 2.7.4, Granian aborts a worker process when an unauthenticated client sends a WebSocket upgrade request whose Sec-WebSocket-Protocol header contains non-ASCII bytes. The crash happens in Granian's WebSocket scope construction ...

Vendor: pip
Product: granian
Published: May 06, 2026
Source: GitHub