aisecwatch.com
DashboardVulnerabilitiesNewsResearchArchiveStatsDatasetFor devs
Subscribe
aisecwatch.com

Real-time AI security monitoring. Tracking AI-related vulnerabilities, safety and security incidents, privacy risks, research developments, and policy changes.

Navigation

VulnerabilitiesNewsResearchDigest ArchiveNewsletter ArchiveSubscribeData SourcesStatisticsDatasetAPIIntegrationsWidgetRSS Feed

Maintained by

Truong (Jack) Luu

Information Systems Researcher

AI & LLM Vulnerabilities

Security vulnerabilities, privacy incidents, safety concerns, and policy updates affecting LLMs and AI agents.

to
Export CSV
2915 items

CVE-2026-82637: browser-use web-ui versions 2.0.0 through 3.0.0 fail to validate browser settings paths in run_agent_task, allowing atta

mediumvulnerability
security
Aug 30, 2026
CVE-2026-82637

A vulnerability in browser-use web-ui versions 2.0.0 through 3.0.0 fails to validate file paths in the run_agent_task function, allowing attackers to create directories anywhere on a system by providing absolute paths (full file locations starting from the root) through parameters like save_recording_path. Since the Gradio interface (a web platform for sharing AI tools) doesn't require authentication, attackers can exploit this without logging in.

NVD/CVE Database

CVE-2026-19295: IBM Langflow OSS 1.0.0 through 1.11.1 allows an authenticated attacker to execute arbitrary operating system commands in

criticalvulnerability
security
Aug 28, 2026
CVE-2026-19295

IBM Langflow OSS (an open-source tool for building AI applications) versions 1.0.0 through 1.11.1 has a vulnerability where an authenticated attacker (someone with login access) can execute arbitrary OS commands (run any program or script on the server) by saving a flow with a specially crafted type field and then triggering a build of a wrapper flow that references it, bypassing security restrictions meant to prevent custom code execution.

CVE-2026-19294: IBM Langflow OSS 1.0.0 through 1.11.1 could allow a remote authenticated attacker to execute and read any user's private

mediumvulnerability
security
Aug 28, 2026
CVE-2026-19294

IBM Langflow OSS (an open-source tool for building AI applications) versions 1.0.0 through 1.11.1 has a security flaw where someone who is logged into the system could view or run private workflows belonging to other users because the software doesn't properly check permissions (improper authorization, meaning the system doesn't verify who should have access to what).

CVE-2026-19286: IBM Langflow OSS 1.0.0 through 1.11.1 could allow a remote attacker to execute arbitrary code due to improper enforcemen

criticalvulnerability
security
Aug 28, 2026
CVE-2026-19286

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.1 has a vulnerability where weak security rules on a public endpoint called A2A allow attackers to run arbitrary code (commands of their choosing) on affected systems remotely.

CVE-2026-18904: IBM Langflow OSS 1.0.0 through 1.11.1 could allow a remote attacker to obtain sensitive information and inject unauthori

highvulnerability
security
Aug 28, 2026
CVE-2026-18904

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.1 has a security flaw where a namespace collision (a situation where two different things accidentally share the same name or identifier) between user identifiers allows attackers to steal sensitive information and insert unauthorized messages into the system.

CVE-2026-18899: IBM Langflow OSS 1.0.0 through 1.11.1 could allow a remote attacker to read arbitrary files due to path traversal.

highvulnerability
security
Aug 28, 2026
CVE-2026-18899

IBM Langflow OSS (an open-source tool for building AI applications) versions 1.0.0 through 1.11.1 has a vulnerability that allows an attacker to read files they shouldn't have access to through path traversal (a technique where attackers use special file path sequences like "../" to escape intended directories and access restricted files on the system).

CVE-2026-18891: IBM Langflow OSS 1.0.0 through 1.11.1 could allow a remote attacker to execute arbitrary flows and access sensitive info

highvulnerability
security
Aug 28, 2026
CVE-2026-18891

IBM Langflow OSS (an open-source tool for building AI applications) versions 1.0.0 through 1.11.1 has a security flaw where an attacker without proper credentials can run unauthorized workflows and see private data because the system does not properly verify user identity before allowing access.

CVE-2026-18729: IBM Langflow OSS 1.0.0 through 1.11.1 could allow a remote authenticated attacker to execute arbitrary code due to impro

highvulnerability
security
Aug 28, 2026
CVE-2026-18729

IBM Langflow OSS (an open-source tool for building AI applications) versions 1.0.0 through 1.11.1 has a vulnerability that allows an attacker who is already logged in to run malicious code on the system because the software doesn't properly control how code is generated. This is a serious security flaw because authenticated users could abuse this to take over the system.

CVE-2026-18545: IBM Langflow OSS 1.0.0 through 1.11.1 is vulnerable to server-side request forgery (SSRF). This may allow an authenticat

mediumvulnerability
security
Aug 28, 2026
CVE-2026-18545

IBM Langflow OSS versions 1.0.0 through 1.11.1 contain a server-side request forgery vulnerability (SSRF, a flaw that lets attackers trick the server into making requests to unintended targets). An authenticated attacker (someone with valid login credentials) could exploit this to send unauthorized requests from the system, potentially discovering network information or enabling further attacks.

CVE-2026-82288: Stable Diffusion WebUI through 1.10.1 contains a credential disclosure vulnerability in the /sdapi/v1/cmd-flags endpoint

highvulnerability
security
Aug 28, 2026
CVE-2026-82288

Stable Diffusion WebUI version 1.10.1 and earlier has a security flaw in the /sdapi/v1/cmd-flags endpoint (a web address that returns system settings) that exposes usernames and passwords in plain text. Attackers without needing to log in can access this endpoint to steal login credentials and then use them to break into the application.

CVE-2026-82275: Qwen-Agent through 0.0.34 contains a path traversal vulnerability in the document parser that fails to restrict file acc

highvulnerability
security
Aug 28, 2026
CVE-2026-82275

Qwen-Agent versions up to 0.0.34 have a path traversal vulnerability (a flaw that lets attackers access files outside the intended directory) in its document parser. Attackers can use the unprotected Gradio interface (a web tool for sharing AI models) to read any files that the server has access to by providing file paths.

CVE-2026-82268: Qwen-Agent through 0.0.34 contains a server-side request forgery vulnerability in the document parsing path that treats

highvulnerability
security
Aug 28, 2026
CVE-2026-82268

Qwen-Agent versions up to 0.0.34 have a server-side request forgery vulnerability (SSRF, where an attacker tricks a server into making requests to unintended locations) in its document parsing feature that doesn't check where file paths actually point to. Attackers can access an unprotected Gradio interface (a tool for building AI demos) to make the server request data from internal systems, like metadata services, and then read that data through the parsed document output.

CVE-2026-58616: Concurrent execution using shared resource with improper synchronization ('race condition') in Copilot Chat (Microsoft E

mediumvulnerability
security
Aug 28, 2026
CVE-2026-58616

A race condition (a bug where two processes access the same resource at the same time, causing unpredictable behavior) exists in Microsoft Edge's Copilot Chat feature that allows an authorized attacker to leak sensitive information over a network.

CVE-2026-54746: Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. From 0.40.0 until 0

mediumvulnerability
security
Aug 28, 2026
CVE-2026-54746

Hatchet is a platform for managing background tasks and AI workflows. From versions 0.40.0 to 0.91.0, the gRPC service (a communication system for different parts of software) failed to verify that a worker ID (a unique identifier for a processing unit) actually belonged to the tenant (a customer's isolated workspace) making the request, allowing an authenticated attacker to interfere with another tenant's workers by changing their settings or disconnecting them, which could disrupt service or compromise data in shared deployments.

CVE-2026-54745: Kubeflow Pipelines enables users to build and deploy portable, scalable machine learning workflows. Prior to 2.17.0, the

criticalvulnerability
security
Aug 28, 2026
CVE-2026-54745

Kubeflow Pipelines (a tool for building machine learning workflows) before version 2.17.0 has a server-side request forgery vulnerability (SSRF, a bug where an attacker tricks the server into making requests to internal systems it shouldn't access) in its frontend. An attacker can use the /_proxy/ route to make the server send requests to internal services and steal sensitive data like cloud credentials or Kubernetes API access, even without authentication.

GHSA-86m2-fcxq-5q7c: 9router: Unauthenticated `/v1` proxy access via `Host`-header spoofing → open AI relay + SSRF

highvulnerability
security
Aug 28, 2026
CVE-2026-55641

9router has a critical authentication bypass where attackers can spoof the `Host` header (a message field that tells the server which domain is being accessed) to trick the application into treating their requests as local, granting them unauthenticated access to the `/v1` AI proxy endpoint. This allows attackers to make requests to AI services using the victim's paid API keys, stealing costs and data, or to perform SSRF (server-side request forgery, where the attacker makes the server fetch URLs of their choosing) attacks against internal systems.

GHSA-8gmq-j984-vp4r: 9router: Unauthenticated LLM proxy access via /codex rewrite authorization bypass

highvulnerability
security
Aug 28, 2026
CVE-2026-55638

## Summary 9router is a software that provides an LLM proxy (a middleman service that connects to AI providers like OpenAI). It's supposed to require an API key (a secret credential) for access, but there's a bypass vulnerability: requests sent to `/codex/*` are secretly rewritten to `/api/v1/responses` by the server configuration, and since the authorization check (middleware, a security layer that runs before the main code) only protects specific paths and doesn't include `/codex`, unauthenti

GHSA-gpwf-4h98-v82q: datadog-opentelemetry has unbounded W3C tracestate parsing that may lead to DoS

highvulnerability
security
Aug 28, 2026
CVE-2026-54788

Datadog tracing libraries have a vulnerability where they parse incoming `tracestate` headers (part of W3C Trace Context, a standard for tracking requests across services) without limiting their size. An attacker can send an extremely large or complex `tracestate` header that forces the server to use excessive CPU and memory, causing a denial of service (DoS, where a service becomes unavailable). Since this parsing is enabled by default, any web service using an affected Datadog tracer version is at risk.

CVE-2026-37237: vLLM up to and including 0.17.0 allows remote attackers to cause a Denial of Service via memory exhaustion. The AsyncMed

highvulnerability
security
Aug 28, 2026
CVE-2026-37237

vLLM (a large language model serving framework) versions up to 0.17.0 have a vulnerability where two functions that fetch media files from user-provided URLs do not limit how much data they download, allowing attackers to crash the server by pointing it to extremely large files and exhausting its memory (a DoS or denial of service attack, where a system becomes unusable).

CVE-2026-82233: SiYuan before v3.8.1 contains a path traversal vulnerability in the asset.upload MCP tool that accepts arbitrary absolut

mediumvulnerability
security
Aug 28, 2026
CVE-2026-82233

SiYuan versions before v3.8.1 have a path traversal vulnerability (a flaw that lets attackers access files outside their intended directory) in the asset.upload tool that doesn't check if file paths are within the workspace boundary. An attacker can use prompt injection (tricking an AI by hiding instructions in its input) to make an AI Agent upload sensitive files like SSH keys or credentials from anywhere on the system into the asset directory.

Previous13 / 146Next
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database

Fix: This issue is fixed in version 0.91.1.

NVD/CVE Database

Fix: Update to Kubeflow Pipelines version 2.17.0 or later.

NVD/CVE Database
GitHub Advisory Database
GitHub Advisory Database

Fix: This is resolved in version 0.3.3 and later of the `dd-trace-rs` library. If you cannot upgrade immediately: (1) Disable `tracecontext` extraction by setting `DD_TRACE_PROPAGATION_STYLE_EXTRACT` to a value that does not include `tracecontext` (for example, `datadog`), or (2) Cap the maximum HTTP request header size at an upstream proxy or web server.

GitHub Advisory Database
NVD/CVE Database

Fix: Update SiYuan to v3.8.1 or later.

NVD/CVE Database