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-73079: Sub2API is an AI API gateway platform designed to distribute and manage API quotas from AI product subscriptions. From 0

highvulnerability
security
Aug 11, 2026
CVE-2026-73079

Sub2API is a platform that manages API access (the ability to use AI services) by distributing shared accounts across multiple users. In versions 0.1.135 to 0.1.168, an authenticated user could manipulate the URL path to send requests to unintended servers using the platform's shared account credentials, because the system didn't validate where requests were being sent. This vulnerability was caused by path traversal (exploiting how the system handles file/URL paths without checking them).

Fix: This vulnerability is fixed in version 0.1.169.

NVD/CVE Database

CVE-2026-73068: ToolJet is the open-source foundation am AI-native platform for building and deploying internal tools, workflows and AI

mediumvulnerability
security
Aug 11, 2026
CVE-2026-73068

ToolJet, a platform for building internal tools and AI agents, had a security flaw in its database API before version 3.20.207 where it didn't properly check if users belonged to an organization before letting them access its data. An authenticated user (someone with a valid login) could trick the system by using their own workspace ID in a header while targeting another organization's database through API requests, allowing them to see or modify other organizations' tables and data.

CVE-2026-48766: TypeBot is a chatbot builder tool. Versions prior to 3.17.0 allow a low-privilege guest member of a workspace to exfiltr

highvulnerability
security
Aug 11, 2026
CVE-2026-48766

TypeBot, a chatbot builder tool, has a security flaw in versions before 3.17.0 that lets low-privilege guest members steal OpenAI API keys (secret credentials used to access AI services). The vulnerability works because guests can trick the system into sending these secrets to attacker-controlled servers by manipulating a helper tool that lists available AI models.

CVE-2026-72898: Metabase SQL Injection Vulnerability

criticalvulnerability
security
Aug 10, 2026
CVE-2026-72898🔥 Actively Exploited

CVE-2026-72718: goose is general-purpose AI agent that runs on your machine. Prior to 1.44.0, the `goose review` command runs the system

criticalvulnerability
security
Aug 10, 2026
CVE-2026-72718

goose is a general-purpose AI agent that runs on your machine. Before version 1.44.0, the `goose review` command had a security vulnerability where it ran Git commands without checking for malicious settings in a repository's `.git/config` file, allowing an attacker to execute arbitrary commands on your computer with your user's permissions and access to your environment secrets and API keys. This happened outside of goose's normal safety checks and permission system.

CVE-2026-12570: A vulnerability in keras-team/keras versions <= 3.15.0 allows for a denial of service (DoS) attack when loading maliciou

highvulnerability
security
Aug 10, 2026
CVE-2026-12570

A vulnerability in Keras (a machine learning library) versions 3.15.0 and earlier allows attackers to crash applications by creating malicious .keras model files. When the keras.models.load_model() function opens these files, it doesn't check how much memory the data needs, causing the program to run out of memory (OOM, an out-of-memory condition where the system can't allocate more space) and crash. This risk affects machine learning pipelines that load models from untrusted sources like public repositories.

CVE-2026-19371: A vulnerability was identified in Nikolaibibo claude-comfyui-mcp 1.0.0. Affected is the function copyFileSync of the fil

mediumvulnerability
security
Aug 9, 2026
CVE-2026-19371

A path traversal vulnerability (a type of attack where an attacker can access files outside their intended directory) was found in claude-comfyui-mcp version 1.0.0, specifically in a function that copies image files. The vulnerability can be exploited locally (meaning an attacker needs access to the computer running the software) by manipulating the image file path, and the severity is rated as low.

CVE-2026-19368: A vulnerability was found in PV-Bhat gemsuite-mcp 1.0.0. Affected by this issue is some unknown functionality of the fil

lowvulnerability
security
Aug 9, 2026
CVE-2026-19368

A path traversal vulnerability (CWE-22, a flaw where an attacker can access files outside a restricted directory) was found in PV-Bhat gemsuite-mcp version 1.0.0, specifically in a file handling component that processes file_path arguments. An attacker with local access to the system could exploit this to access unauthorized files, though the project developers have not yet responded to the initial report.

CVE-2026-19334: A flaw has been found in NightTrek Ollama-mcp up to 80cf2e17cfc144963a475b619093a2d13c13dbc9. This affects an unknown pa

mediumvulnerability
security
Aug 9, 2026
CVE-2026-19334

A vulnerability (CVE-2026-19334) was found in NightTrek Ollama-mcp that allows command injection (running unauthorized system commands) through manipulated arguments in the src/index.ts file, but only if an attacker has local access to the system. Since the software uses a rolling release model (continuous updates without fixed version numbers), specific affected versions cannot be identified, and the developers have not yet responded to the security report.

CVE-2026-19327: A flaw has been found in abracadabra50 claude-sesh 1.0.0. This issue affects the function getEnrichedData/enrichSession

mediumvulnerability
security
Aug 8, 2026
CVE-2026-19327

A vulnerability (CVE-2026-19327) was found in abracadabra50 claude-sesh version 1.0.0 where an attacker can manipulate the sessionId argument to cause path traversal (accessing files outside the intended directory). The attack requires local access to the system and has a low severity rating of 1.9.

CVE-2026-19268: A vulnerability was identified in abdullah1854 MCPGateway up to 549f494a9e363f40530149de324b8097de424230. This impacts t

mediumvulnerability
security
Aug 8, 2026
CVE-2026-19268

A vulnerability (CVE-2026-19268) was found in MCPGateway, a tool related to Claude usage tracking, where an attacker can inject commands by manipulating the 'since' argument in the Claude Usage Range Endpoint function. This command injection (tricking the system into running unintended commands) can be exploited remotely, and working exploit code is already publicly available.

CVE-2026-14526: The AI Copilot – Content Generator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and

criticalvulnerability
security
Aug 8, 2026
CVE-2026-14526

The AI Copilot – Content Generator plugin for WordPress (versions up to 1.5.6) has a security flaw where it doesn't properly check if users are authorized to perform actions. An attacker who is not logged in can exploit this by using a publicly visible security token (nonce, a temporary code meant to prevent unauthorized actions) to create a new admin account and take over the entire website, as long as the plugin's form or chatbot is visible on the site's public pages.

CVE-2026-12261: A vulnerability in `nltk.downloader` in nltk/nltk versions <= 3.9.4 allows for cross-package resource and model poisonin

highvulnerability
security
Aug 7, 2026
CVE-2026-12261

NLTK (Natural Language Toolkit, a library for processing human language) versions 3.9.4 and earlier have a vulnerability in their downloader tool that allows one software package to corrupt or replace another package's trusted resources. The problem occurs because the downloader extracts files into shared folders and only checks if files are legitimate after they've already been written, enabling attackers to inject malicious code that persists even after restarting the program.

CVE-2026-67622: Flowise through 3.1.4 contains an insecure direct object reference vulnerability in the OpenAI Assistants integration th

criticalvulnerability
security
Aug 6, 2026
CVE-2026-67622

Flowise versions up to 3.1.4 have a vulnerability where authenticated attackers can access credentials and data from other workspaces because the system doesn't verify workspace ownership (insecure direct object reference, a flaw where users can access resources by guessing or knowing their identifiers). Attackers can exploit this to view assistant information, access files, and upload malicious files into other users' workspaces.

GHSA-47pj-3jcm-6whg: LangGraph: Namespace prefix matching crosses segment boundaries in Postgres and SQLite stores

mediumvulnerability
security
Aug 6, 2026
CVE-2026-71433

LangGraph's Postgres and SQLite stores had a bug where namespace scoping (a feature that separates data between users or tenants) didn't properly respect boundaries because it used a string-matching function called LIKE that doesn't understand the dot separator used in namespace paths. This meant a request for data from namespace "alice" could accidentally return data from "alice2" or "alice_user" without any special attack needed. The bug only affects applications where namespace labels could share prefixes, like "1" and "12", or contain underscore characters.

CVE-2026-19111 - Insecure direct object reference in Strands Agents Tools memory tools

highvulnerability
security
Aug 6, 2026

Strands Agents, an open-source SDK for building AI agents, has a vulnerability in its memory tools (mongodb_memory, elasticsearch_memory, and mem0_memory) where the namespace field (the key that separates data between different users) is exposed as a parameter that the LLM can control. An attacker could craft a prompt injection (tricking the AI by hiding instructions in its input) to forge a namespace and read, modify, or delete memories belonging to other users, or inject false memories into another user's data.

CVE-2026-57819: Apache CXF allows to set a limit on the number of form parameters in a JAX-RS message via the "maxFormParameterCount" co

highvulnerability
security
Aug 6, 2026
CVE-2026-57819

Apache CXF, a web services framework, has a vulnerability where it doesn't set a default limit on how many form parameters (data fields submitted in a web request) it will accept. This can allow attackers to send requests with extremely large numbers of parameters, causing a denial of service attack (making the service unavailable by overwhelming it with resource consumption).

CVE-2026-19019: A security flaw has been discovered in poco-ai poco-agent up to 0.5.4. Affected is the function WorkspaceManager._setup_

mediumvulnerability
security
Aug 6, 2026
CVE-2026-19019

A security flaw was found in poco-ai poco-agent versions up to 0.5.4 in the WorkspaceManager._setup_session_persistence function, which results in incomplete cleanup (not fully removing temporary files or data after a session ends). The vulnerability is difficult to exploit and requires complex remote attacks, with a low severity rating (CVSS 2.9).

CVE-2026-67531: FrontMCP is a TypeScript-first framework for the Model Context Protocol (MCP). Prior to 1.5.7, the sandboxed codecall:ex

criticalvulnerability
security
Aug 5, 2026
CVE-2026-67531

FrontMCP, a TypeScript framework for the Model Context Protocol (MCP, a system for AI models to interact with external tools), has a critical vulnerability in versions before 1.5.7 where a sandboxed code execution tool leaks access to the host's Function constructor, allowing attackers to run arbitrary code on the server and steal sensitive data like API keys and database credentials. The vulnerability can be exploited by unauthenticated users on unconfigured servers, or through prompt injection (tricking an AI by hiding instructions in its input) on authenticated servers.

CVE-2026-18954 - Incorrect authorization in the aggregation pipeline tool in Amazon AWS Labs DocumentDB MCP Server

highvulnerability
security
Aug 5, 2026

CVE-2026-18954 is an authorization bug in Amazon DocumentDB MCP Server (a tool that lets AI assistants access databases). The bug allows certain database operations called aggregation pipeline stages ($out and $merge, which are write operations) to bypass read-only protections, potentially letting an authenticated user make unwanted changes to the database.

Previous22 / 146Next

Fix: This issue is fixed in version 3.20.207-lts.

NVD/CVE Database

Fix: Update TypeBot to version 3.17.0, which patches the issue.

NVD/CVE Database

Metabase has a SQL injection vulnerability (SQL injection, where an attacker inserts malicious SQL code into input fields) that allows an unauthenticated attacker to gain admin access to the application without logging in. Once inside, the attacker could steal database credentials, read sensitive data, change settings, and export information. This vulnerability is actively being exploited by real attackers.

Fix: Apply mitigations in accordance with vendor instructions from Metabase, ensuring compliance with CISA's BOD 26-04 guidance on prioritizing security updates. For cloud services, follow BOD 26-04 guidance or discontinue use if mitigations are unavailable. See Metabase's security update at https://www.metabase.com/blog/security-update and the security advisory at https://github.com/metabase/metabase/security/advisories/GHSA-vwf4-m7j8-wcjf.

CISA Known Exploited Vulnerabilities

Fix: This issue is fixed in version 1.44.0. Update goose to version 1.44.0 or later.

NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database

Fix: Apply patch 786c9d74800e6d0858b65778f31beb71b3983a50 to resolve this issue. The patch is available at https://github.com/abracadabra50/claude-sesh/commit/786c9d74800e6d0858b65778f31beb71b3983a50.

NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database

Fix: Upgrade to langgraph-checkpoint-postgres version 3.1.1 or langgraph-checkpoint-sqlite version 3.1.1. The fix changes how prefix scoping works to require the dot separator before any remainder, escapes special characters in namespace labels, and uses segment-aware matching for both prefix and suffix conditions. On SQLite specifically, the code switched from using LIKE to using GLOB for matching descendant namespaces.

GitHub Advisory Database

Fix: Update strands-agents-tools to version 0.8.3 or later. The bulletin states 'Impacted versions: < 0.8.3', indicating the vulnerability is fixed in version 0.8.3 and above.

AWS Security Bulletins

Fix: Users are recommended to upgrade to versions 4.2.3, 4.1.8, or 3.6.12, which fix this issue by using a default limit of 500 parameters.

NVD/CVE Database
NVD/CVE Database

Fix: This issue is fixed in version 1.5.7.

NVD/CVE Database

Fix: Update to version 1.0.12 or later.

AWS Security Bulletins