Total CVEs

138,073

Critical Severity

3,522

High Severity

12,666

Last 7 Days

1,944
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 4,441 - 4,460 of 34,478 CVEs
CVE-2026-49120 HIGH - 8.5

Medplum before 5.1.14 contains a server-side request forgery vulnerability in the subscription worker that allows authenticated users to perform unauthorized internal network requests by creating FHIR Subscription resources with arbitrary endpoint URLs. Attackers can point subscription endpoints at ...

Vendor: medplum
Product: medplum
Published: Jun 02, 2026
Source: NVD
CVE-2026-48682 MEDIUM - 5.9

FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read in the IPv4 packet parser. In src/simple_packet_parser_ng.cpp, after validating that the packet contains at least sizeof(ipv4_header_t) bytes (20 bytes), the code advances the local_pointer by '4 * ipv4_header->get_ihl...

Published: Jun 02, 2026
Source: NVD

Improper Encoding or Escaping of Output vulnerability in elixir-tesla tesla allows multipart part header injection via unescaped Content-Disposition parameter values. Tesla.Multipart.part_headers_for_disposition/1 interpolates each disposition parameter as #{k}="#{v}" with no validation o...

Vendor: elixir-tesla
Product: tesla
Published: Jun 02, 2026
Source: NVD

Allocation of Resources Without Limits or Throttling vulnerability in elixir-tesla tesla allows denial of service via atom table exhaustion in Tesla.Adapter.Mint. Tesla.Adapter.Mint.open_conn/2 converts the URL scheme of every outgoing request to a BEAM atom via String.to_atom(uri.scheme) with no a...

Vendor: elixir-tesla
Product: tesla
Published: Jun 02, 2026
Source: NVD

Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') vulnerability in elixir-tesla tesla allows HTTP header injection via Tesla.Multipart.add_content_type_param/2. Tesla.Multipart.add_content_type_param/2 appends caller-supplied strings to the mult...

Vendor: elixir-tesla
Product: tesla
Published: Jun 02, 2026
Source: NVD

Improper Handling of Case Sensitivity vulnerability in elixir-tesla tesla allows credential leakage to a third-party origin on cross-origin redirects. Tesla.Middleware.FollowRedirects strips security-sensitive headers on cross-origin redirects using a case-sensitive string comparison against a lowe...

Vendor: elixir-tesla
Product: tesla
Published: Jun 02, 2026
Source: NVD

Improper Handling of Highly Compressed Data (Data Amplification) vulnerability in elixir-tesla tesla allows a denial of service via decompression bomb in HTTP response bodies. When Tesla.Middleware.DecompressResponse or Tesla.Middleware.Compression is included in a Tesla middleware pipeline, HTTP r...

Vendor: elixir-tesla
Product: tesla
Published: Jun 02, 2026
Source: NVD
CVE-2026-47265 MEDIUM - 7.5

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, cookies set with the `cookies` parameter on requests are sent after following a cross-origin redirect. If a developer uses the `cookies` parameter on a per-request basis then sensitive data might...

Vendor: aio-libs
Product: aiohttp
Published: Jun 02, 2026
Source: NVD
CVE-2026-42342 HIGH - 7.5

React Router is a router for React. In versions 7.0.0 through 7.14.x of react-router and versions 2.10.0 through 2.17.4 of @remix-run/server-runtime, certain crafted requests can consume disproportionate server resources via unbounded path expansion in the __manifest endpoint, resulting in response ...

Vendor: remix-run
Product: react-router, @remix-run/server-runtime
Published: Jun 02, 2026
Source: NVD
CVE-2026-42211 HIGH - 8.1

React Router is a router for React. In versions 7.0.0 through 7.14.1, when using Framework Mode, a combination of steps could potentially allow unauthorized remote code execution (RCE) through external requests. This attack requires the application code to have an existing prototype pollution vulner...

Vendor: remix-run
Product: react-router
Published: Jun 02, 2026
Source: NVD
CVE-2026-41577 HIGH - 7.5

authentik is an open-source identity provider. Prior to versions 2025.12.5 and 2026.2.3, the SAML source response processor (ResponseProcessor.parse()) does not validate the Conditions element on assertions. NotBefore, NotOnOrAfter, and AudienceRestriction are all ignored. This allows replay of expi...

Vendor: goauthentik
Product: authentik
Published: Jun 02, 2026
Source: NVD
CVE-2026-40181 MEDIUM - 6.1

React Router is a router for React. In versions 7.0.0 through 7.14.0 and 6.7.0 through 6.30.3, certain URLs passed to the redirect function can trigger an open redirect to an external domain due to path values starting with // being reinterpreted as protocol-relative URLs. The level of impact depend...

Vendor: remix-run
Product: react-router
Published: Jun 02, 2026
Source: NVD
CVE-2026-38967 CRITICAL - 9.8

CrowCpp Crow through v1.3.1 HTTP is vulnerable to response header injection via unvalidated response header values.

Published: Jun 02, 2026
Source: NVD
CVE-2026-35049 MEDIUM - 6.5

wire-ios is an iOS client for the Wire secure messaging application. Prior to version 4.16.0, upon receiving a crafted malicious Proteus external message with an encrypted payload that is shorter than 16 bytes, the Wire iOS client crashes. The crash is triggered automatically after message receival ...

Vendor: wireapp
Product: wire-ios
Published: Jun 02, 2026
Source: NVD
CVE-2026-34993 MEDIUM - 6.4

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applications using this function will be doing so with the user's own data, so this is unlikely to af...

Vendor: aio-libs
Product: aiohttp
Published: Jun 02, 2026
Source: NVD
CVE-2026-34077 HIGH - 7.5

React Router is a router for React. In versions 7.7.0 through 7.13.1, when using React Router's unstable React Server Components (RSC) APIs, there is a potential client-side Cross-Site Scripting (XSS) vulnerability in the RSC redirect handling if redirects come from untrusted sources. This does...

Vendor: remix-run
Product: react-router, turbo-stream
Published: Jun 02, 2026
Source: NVD
CVE-2026-33553 MEDIUM - 6.1

Northern.tech CFEngine Enterprise 3.24.3 before 3.24.4 and 3.27.0 before 3.27.1 allows XSS.

Published: Jun 02, 2026
Source: NVD
CVE-2026-33245 HIGH - 8.0

React Router is a router for React. In versions 7.7.0 through 7.13.1, when using React Router's unstable React Server Components (RSC) APIs, there is a potential client-side Cross-Site Scripting (XSS) vulnerability in the RSC redirect handling if redirects come from untrusted sources. This does...

Vendor: remix-run
Product: react-router
Published: Jun 02, 2026
Source: NVD
CVE-2026-30586 MEDIUM - 6.1

Cross Site Scripting vulnerability in usememos Memos v.0.26.0 allows a remote attacker to obtain sensitive information via the SANITIZE_SCHEMA, Memo Rendering Component, and Public/Private Memo View pages

Published: Jun 02, 2026
Source: NVD
CVE-2026-28299 HIGH - 8.2

SolarWinds Web Help Desk is found to be affected by a denial-of-service vulnerability, which when exploited, could cause the Web Help Desk server to crash due to insufficient memory.

Vendor: SolarWinds
Product: Web Help Desk
Published: Jun 02, 2026
Source: NVD