Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
8.7 HIGH
CVE-2026-53779 — WebP Server Go < 0.15.0 Path Traversal via Backslash Encoding on Windows

WebP Server Go through 0.14.4 contains a path traversal vulnerability on Windows that allows unauthenticated attackers to read files outside the configured IMG_PATH directory by sending requests with…

Remote | Path Traversal
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
8.7 HIGH
CVE-2026-11834 — Unauthenticated Command Injection via DHCP Option Handling in Multiple TP-Link Routers

A command injection vulnerability has been identified in the DHCP option processing logic in multiple TP-Link router models, due to insufficient validation of externally supplied DHCP option data. An…

Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-53663 — React Router: `handleDocumentRequest` CSRF check covers `POST` only; PUT/PATCH/DELETE byp…

React Router is a router for React. From 7.12.0 until 7.15.1, certain CSRF checks in React Router v7 Framework Mode were insufficient and run on POST requests, but were bypassed on PUT/PATCH/DELETE r…

| Cross-Site Request Forgery
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54299 — Astro: Host-header full-read SSRF in core prerendered error-page fetch (prerenderedErrorP…

Astro is a web framework. Prior to 6.4.6, Astro SSR apps with prerendered error pages (/404 or /500 using export const prerender = true) fetch those pages over HTTP at runtime when an error occurs. T…

| Server-Side Request Forgery
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54298 — Astro: XSS via Unescaped Attribute Names in Spread Props

Astro is a web framework. Prior to 6.4.6, the spreadAttributes function in Astro's server-side rendering pipeline iterates over object keys and passes them directly to addAttribute, which interpolate…

| Cross-Site Scripting
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-50146 — Astro: Reflected XSS via unescaped slot name

Astro is a web framework. Prior to 6.3.3, when a component uses a client:* directive, Astro inserts named slot content into a data-astro-template attribute without HTML escaping the slot name allowin…

| Cross-Site Scripting
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54300 — @astrojs/netlify broadens Astro image.remotePatterns in Netlify Image CDN config

@astrojs/netlify is an adapter that allows Astro to deploy your hybrid or server rendered site to Netlify. Prior to 7.0.13, @astrojs/netlify converts Astro image.remotePatterns into Netlify Image CDN…

| Misconfiguration
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54293 — NLTK: URL-Encoded Path Traversal in nltk.data.load() Allows Arbitrary Local File Read

NLTK (Natural Language Toolkit) is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. Prior to 3.10.0-rc1, nltk.data.l…

| Path Traversal
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-55443 — LangChain: Path traversal and sandbox escape in LangChain file-search middleware and load…

LangChain is a framework for building agents and LLM-powered applications. Prior to 1.3.9, several LangChain components that resolve filesystem paths or expand search patterns do not consistently con…

| Path Traversal
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54288 — Hono: Body Limit Middleware can be bypassed on AWS Lambda by understating `Content-Length`

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, the Body Limit Middleware trusts the request's Content-Length header to decide whether a body i…

| Misconfiguration
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54289 — Hono: Lambda@Edge adapter keeps only the last value of a repeated request header, droppin…

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, on AWS Lambda@Edge, CloudFront delivers a request header that appears more than once as several…

| Information Disclosure
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54290 — Hono: CORS Middleware reflects any Origin with credentials when `origin` defaults to the …

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, with credentials: true and no explicit origin (the default wildcard), the CORS Middleware refle…

| Misconfiguration
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
9.6 CRITICAL
CVE-2026-10789 — MCP Extension Code Injection Vulnerability in Autodesk Fusion Desktop

A maliciously crafted webpage, when visited by a user with Autodesk Fusion Desktop running and the MCP extension enabled, can trigger a vulnerability in the MCP extension that could allow arbitrary c…

fusion | Remote | Injection
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54286 — Hono: Path traversal in `serve-static` on Windows via encoded backslash (`%5C`)

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, on Windows hosts, an encoded backslash (%5C) in the request path decodes to \, which the Window…

| Path Traversal
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54287 — Hono: AWS Lambda adapter merges multiple `Set-Cookie` headers into one value, dropping co…

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, on AWS Lambda, the ALB single-header response and the VPC Lattice v2 response join multiple Set…

| Misconfiguration
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-53540 — Python-Multipart: Negative Content-Length in parse_form buffers the entire body in memory

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.31, parse_form() did not validate the Content-Length header before using it to bound its chunked read of the request body. A …

| Denial of Service
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-53537 — Python-Multipart: Content-Disposition parameter smuggling via RFC 2231/5987 extended para…

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, parse_options_header parsed Content-Disposition (and Content-Type) headers with email.message.Message, which transparentl…

| Misconfiguration
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-53538 — Python-Multipart: Semicolon treated as querystring field separator enables parameter smug…

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, QuerystringParser treated ; as a field separator in application/x-www-form-urlencoded bodies, in addition to &. The WHATW…

| Injection
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-53539 — Python-Multipart: Quadratic-time querystring parsing with semicolon separators causes CPU…

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, when parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step look…

| Injection
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
0.0 NA
CVE-2026-54285 — opentelemetry-js: Unbounded memory allocation in W3C Baggage propagation

opentelemetry-js is the OpenTelemetry JavaScript Client. Prior to 2.8.0, W3CBaggagePropagator.extract() in @opentelemetry/core does not enforce size limits when parsing inbound baggage HTTP headers. …

| Information Disclosure
Jun 22, 2026 Jun 22, 2026
Jun 22, 2026
Jun 22, 2026
Showing 20 of 7488 Results