Total CVEs

138,943

Critical Severity

3,617

High Severity

12,982

Last 7 Days

959
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 141 - 160 of 35,348 CVEs
CVE-2026-56784 HIGH - 8.1

OpenRemote before 1.25.0 contains an insecure direct object reference (IDOR) vulnerability in the bulk alarm deletion endpoint that allows authenticated users to permanently delete alarms belonging to other tenants by supplying arbitrary alarm IDs. The removeAlarms() method in AlarmResourceImpl.java...

Vendor: openremote
Product: openremote
Published: Jun 23, 2026
Source: NVD
CVE-2026-56762 MEDIUM - 5.3

Hono before 4.12.12 does not validate cookie names on the write path in the setCookie(), serialize(), and serializeSigned() functions, allowing invalid characters such as control characters (e.g. \r or \n) when an application passes a user-controlled cookie name. This can produce malformed Set-Cooki...

Vendor: Hono
Product: Hono
Published: Jun 23, 2026
Source: NVD
CVE-2026-56701 MEDIUM - 6.5

Grav before 2.0.0-beta.2 contains an XML external entity injection vulnerability in SVG file upload processing that allows authenticated attackers to read arbitrary files. The application uses simplexml_load_string without disabling external entity loading, enabling attackers to inject XXE payloads ...

Vendor: Grav
Product: Grav
Published: Jun 23, 2026
Source: NVD

ImageMagick before 7.1.2-15 and 6.9.13-40 contains a command injection vulnerability in the SVG decoder that allows attackers to inject arbitrary MVG drawing commands. Attackers can craft malicious SVG files with injected Magick Vector Graphics commands that execute during rendering.

Vendor: ImageMagick
Product: ImageMagick
Published: Jun 23, 2026
Source: NVD

ImageMagick before 7.1.2-15 and 6.9.13-40 contains a heap use-after-free in the meta coder: when memory allocation fails, a single byte is written to a stale pointer. Remote attackers can trigger it by processing specially crafted image files, causing a denial of service.

Vendor: ImageMagick
Product: ImageMagick
Published: Jun 23, 2026
Source: NVD

ImageMagick before 7.1.2-15 and 6.9.13-40 contains a memory leak in coders/txt.c when processing TXT files with texture attributes: the texture object allocated via ReadImage is not released when GetTypeMetrics fails, leaking memory each time a crafted TXT file with a texture attribute is processed.

Vendor: ImageMagick
Product: ImageMagick
Published: Jun 23, 2026
Source: NVD
CVE-2026-56322 HIGH - 7.5

Capgo before 12.128.2 contains an information disclosure vulnerability in the unauthenticated /updates endpoint that resolves the defaultChannel parameter before enforcing privacy restrictions, allowing attackers to enumerate private channels and leak version/config state. Unauthenticated attackers ...

Vendor: Capgo
Product: Capgo
Published: Jun 23, 2026
Source: NVD
CVE-2026-56315 CRITICAL - 9.8

picklescan before 1.0.4 fails to block at least seven Python standard library modules (including uuid, _osx_support, _aix_support, _pyrepl.pager, and imaplib) exposing eight functions that provide direct arbitrary command execution. Attackers can craft malicious pickle files importing these unblocke...

Vendor: picklescan
Product: picklescan
Published: Jun 23, 2026
Source: NVD
CVE-2026-56301 MEDIUM - 5.5

Nuxt 4.0.0 before 4.4.7 and 3.18.0 before 3.21.7, when running the development server (nuxt dev) on Linux, binds the vite-node IPC server to an abstract-namespace Unix socket without permission restrictions, allowing local users to enumerate and connect. Unprivileged co-resident users can exploit th...

Vendor: Nuxt
Product: Nuxt
Published: Jun 23, 2026
Source: NVD

Flowise before 3.1.0 contains a server-side request forgery vulnerability in the Execute Flow node that allows attackers to bypass security validation by providing intranet addresses through the base URL field. Attackers can initiate HTTP requests to internal network addresses, access cloud metadata...

Vendor: Flowise
Product: Flowise
Published: Jun 23, 2026
Source: NVD
CVE-2026-56274 CRITICAL - 9.9

Flowise before 3.1.2 contains multiple OS command injection vulnerabilities in the Custom MCP Server feature due to incomplete command-flag validation and a regex bypass in local file access restrictions. An attacker with a Flowise account of any role, or API access with view/update permissions for ...

Vendor: Flowise
Product: Flowise
Published: Jun 23, 2026
Source: NVD
CVE-2026-56263 MEDIUM - 6.1

Crawl4AI before 0.8.7 contains a stored cross-site scripting vulnerability in the monitor dashboard that renders crawl URLs and error messages via innerHTML without escaping. An attacker can submit a crafted crawl request with malicious markup that executes in an operator's browser when viewing...

Vendor: Crawl4AI
Product: Crawl4AI
Published: Jun 23, 2026
Source: NVD
CVE-2026-56258 HIGH - 8.1

Crawl4AI before 0.8.8 contains an arbitrary file write vulnerability in the screenshot and PDF endpoints that allows unauthenticated attackers to write files outside the intended directory via symlink and time-of-check-time-of-use (TOCTOU) attacks on the output_path parameter. Remote attackers can e...

Vendor: Crawl4AI
Product: Crawl4AI
Published: Jun 23, 2026
Source: NVD
CVE-2026-56248 HIGH - 7.5

Cap-go capgo (capgo-backend) before 12.128.12 contains an unauthenticated denial-of-service vulnerability arising from the audit_logs table's Row-Level Security (RLS) policy when accessed via the Supabase PostgREST API. Because the PostgreSQL query planner executes costly logic before RLS rejec...

Vendor: Cap-go
Product: capgo
Published: Jun 23, 2026
Source: NVD
CVE-2026-56243 HIGH - 8.1

Capgo before 12.128.2 contains a security control bypass vulnerability where the PostgREST/RLS plane accepts plaintext API keys through the capgkey header despite enforce_hashed_api_keys being enabled. Attackers can bypass org-level hashed-key enforcement by sending plaintext API keys directly to th...

Vendor: Capgo
Product: Capgo
Published: Jun 23, 2026
Source: NVD
CVE-2026-56234 MEDIUM - 5.3

Capgo before 12.128.2 contains a credential validation vulnerability in the POST /functions/v1/private/validate_password_compliance endpoint that is callable using only the public Supabase key without authentication. The endpoint is CORS-permissive with wildcard origin allowance and lacks rate limit...

Vendor: Capgo
Product: Capgo
Published: Jun 23, 2026
Source: NVD
CVE-2026-56225 HIGH - 8.3

Capgo before 12.128.2 contains an authorization bypass vulnerability in its public API key management handlers (get/put/delete/post). API keys created with mode=all but restricted to a single app via limited_to_apps are only checked for limited_to_orgs and not for limited_to_apps, so an app-scoped k...

Vendor: Capgo
Product: Capgo
Published: Jun 23, 2026
Source: NVD
CVE-2026-56222 HIGH - 7.2

Capgo before 12.128.2 contains an authorization bypass vulnerability in POST /private/role_bindings that fails to verify app_id ownership during app-scoped role binding creation. An attacker with administrative privileges in one organization can create role bindings targeting applications owned by o...

Vendor: Capgo
Product: Capgo
Published: Jun 23, 2026
Source: NVD

Inefficient algorithmic complexity in Plug's nested-parameter decoder allows an unauthenticated remote attacker to cause denial of service. Plug.Conn.Query.decode/4 (and Plug.Conn.Query.decode_each/2) parse query strings and application/x-www-form-urlencoded request bodies. When a key contains ...

Vendor: elixir-plug
Product: plug
Published: Jun 23, 2026
Source: NVD
CVE-2026-4610 MEDIUM - 6.4

The ProfileGrid โ€“ User Profiles, Groups and Communities plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'pm_author_message' parameter in the pm_send_message_to_author function in all versions up to, and including, 5.9.9.2 due to insufficient input sanitization and...

Published: Jun 23, 2026
Source: NVD