Total CVEs

149,293

Critical Severity

4,762

High Severity

17,016

Last 7 Days

2,841
Quick preset (or use dates below)
Clear Filters
Showing 9,981 - 10,000 of 149,293 CVEs
CVE-2026-49851 HIGH - 7.5

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear (approximately O(nยฒ)) behavior in parse_link_text. When parsing Markdown containing many consecutive [ characters, parse_link_text repeatedly scans the inp...

Vendor: lepture
Product: mistune
Published: Jun 24, 2026
Source: NVD
CVE-2026-48789 MEDIUM - 4.3

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. Prior to 1.13.0, on Windows, the document folder listing route can accept an encoded absolute Windows path that resolves outside the intended documents directory. The shared pa...

Vendor: Mintplex-Labs
Product: anything-llm
Published: Jun 24, 2026
Source: NVD
CVE-2026-48732 HIGH - 8.8

Warp is an agentic development environment. From 0.2023.03.21.08.02.stable_00 until 0.2026.05.06.15.42.stable_01, Warp contains a command injection issue in the legacy SSH background command path. Warp used the remote working directory reported by the session when building helper commands for SSH-ba...

Vendor: warpdotdev
Product: warp
Published: Jun 24, 2026
Source: NVD
CVE-2026-48731 HIGH - 7.8

Warp is an agentic development environment. From 0.2024.02.20.08.01.stable_01 until 0.2026.05.06.15.42.stable_01, Warp contains a command injection issue in the Linux external editor launcher. Warp expanded freedesktop .desktop Exec templates for affected editor integrations and executed the expande...

Vendor: warpdotdev
Product: warp
Published: Jun 24, 2026
Source: NVD
CVE-2026-48725 HIGH - 8.1

Warp is an agentic development environment. From 0.2021.04.25.23.05.stable_00 until 0.2026.05.06.15.42.stable_01, Warp allows terminal output to request access to the local system clipboard. A malicious remote host, remote program, or other attacker-controlled terminal output source can trigger clip...

Vendor: warpdotdev
Product: warp
Published: Jun 24, 2026
Source: NVD
CVE-2026-48721 HIGH - 8.6

Warp is an agentic development environment. From 0.2025.10.08.08.12.stable_00 until 0.2026.05.06.15.42.stable_01, Warp contains a command execution permission-check bypass in the default unsandboxed CLI agent profile. The CLI profile is non-interactive and relies on a command denylist as a safety bo...

Vendor: warpdotdev
Product: warp
Published: Jun 24, 2026
Source: NVD
CVE-2026-48720 HIGH - 8.8

Warp is an agentic development environment. From 0.2025.03.05.08.02.stable_00 until 0.2026.05.06.15.42.stable_01, Warp accepts non-inline `OSC 1337;File` payloads from terminal output and materialize the decoded payload as a local file without an additional confirmation step. This vulnerability is f...

Vendor: warpdotdev
Product: warp
Published: Jun 24, 2026
Source: NVD
CVE-2026-48719 HIGH - 8.0

Warp is an agentic development environment. From 0.2025.08.06.08.12.stable_00 until 0.2026.05.06.15.42.stable_01, Warp contains a command injection in the prompt branch selector. A user who can publish a branch to a Git repository opened in Warp can cause a crafted branch name to be interpreted by t...

Vendor: warpdotdev
Product: warp
Published: Jun 24, 2026
Source: NVD
CVE-2026-48704 HIGH - 8.8

Warp is an agentic development environment. From 0.2023.10.24.08.03.stable_00 until 0.2026.05.06.15.42.stable_01, Warp may open executable local files through the operating system default file handler. A malicious Markdown document or project can contain a local-file link that appears as normal rend...

Vendor: warpdotdev
Product: warp
Published: Jun 24, 2026
Source: NVD
CVE-2026-48703 HIGH - 7.8

Warp is an agentic development environment. From 0.2025.04.09.08.11.stable_00 until 0.2026.05.06.15.42.stable_01, Warp contains a command execution policy bypass in Agent code search tools. The affected Grep and FileGlob actions are authorized as read/search operations, but their implementations bui...

Vendor: warpdotdev
Product: warp
Published: Jun 24, 2026
Source: NVD
CVE-2026-53541 MEDIUM - 4.3

OliveTin has Unvalidated `ot_`-prefixed Arguments that Bypass Input Filtering

Vendor: go
Product: github.com/OliveTin/OliveTin
Published: Jun 24, 2026
Source: GitHub

OpenAM Pre-auth User Profile Tampering via Anonymous SOAP Authn in Liberty IDPP/Discovery Endpoints

Vendor: maven
Product: org.openidentityplatform.openam:openam-federation-library
Published: Jun 24, 2026
Source: GitHub

OpenAM: Pre-auth RCE via Java Deserialization in WebAuthn Authenticator Storage

Vendor: maven
Product: org.openidentityplatform.openam:openam-auth-webauthn
Published: Jun 24, 2026
Source: GitHub
CVE-2026-54297 HIGH - 7.5

Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. From 1.0.0 until 1.10.6 and 2.14.3, Faraday::NestedParamsEncoder, the default nested query parameter encoder/decoder in Faraday, decodes nested query strings without enforcing a maximum nesting d...

Vendor: lostisland
Product: faraday
Published: Jun 24, 2026
Source: NVD
CVE-2026-53130 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: fs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_START omfs_fill_super() rejects oversized s_sys_blocksize values (> PAGE_SIZE), but it does not reject values smaller than OMFS_DIR_START (0x1b8 = 440). Later, omfs_make_em...

Vendor: Linux
Product: Linux
Published: Jun 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: fs/mbcache: cancel shrink work before destroying the cache mb_cache_destroy() calls shrinker_free() and then frees all cache entries and the cache itself, but it does not cancel the pending c_shrink_work work item first. If mb_ca...

Vendor: Linux
Product: Linux
Published: Jun 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: drbd: Balance RCU calls in drbd_adm_dump_devices() Make drbd_adm_dump_devices() call rcu_read_lock() before rcu_read_unlock() is called. This has been detected by the Clang thread-safety analyzer.

Vendor: Linux
Product: Linux
Published: Jun 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: block: fix zones_cond memory leak on zone revalidation error paths When blk_revalidate_disk_zones() fails after disk_revalidate_zone_resources() has allocated args.zones_cond, the memory is leaked because no error path frees it.

Vendor: Linux
Product: Linux
Published: Jun 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix disk reference leak in blkcg_maybe_throttle_current() Add the missing put_disk() on the error path in blkcg_maybe_throttle_current(). When blkcg lookup, blkg lookup, or blkg_tryget() fails, the function jumps to th...

Vendor: Linux
Product: Linux
Published: Jun 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: md: fix array_state=clear sysfs deadlock When "clear" is written to array_state, md_attr_store() breaks sysfs active protection so the array can delete itself from its own sysfs store method. However, md_attr_store() cu...

Vendor: Linux
Product: Linux
Published: Jun 24, 2026
Source: NVD