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

Browse All

All tracked items across vulnerabilities, news, research, incidents, and regulatory updates.

to
Export CSV
563 items

GHSA-2vh9-42vm-xmv2: LMDeploy has Remote Code Execution by Pickle Deserialization via handle_zmq_recv in lmdeploy/lmdeploy/pytorch/disagg/conn/engine_conn.py

criticalvulnerability
security
Sep 18, 2026
CVE-2025-66455

LMDeploy versions 0.9.2 through 0.15.x have a remote code execution vulnerability in their DistServe feature, which uses pickle deserialization (a Python method that can accidentally run malicious code while unpacking data) on messages from untrusted ZeroMQ sockets. An attacker who can send requests to the `/distserve/p2p_connect` endpoint can trick the server into connecting to a malicious endpoint and executing arbitrary code with the privileges of the LMDeploy process, especially if API-key authentication is not enabled.

Fix: Upgrade to LMDeploy version 0.16.0 or later, which fixes the issue by replacing pickle deserialization with JSON serialization and validating received objects using the `DistServeCacheFreeRequest` Pydantic schema. If immediate upgrade is not possible, the source recommends these temporary mitigations: prevent untrusted clients from reaching `/distserve/*` endpoints, restrict the DistServe HTTP and ZeroMQ control planes to trusted cluster networks, configure API-key authentication, and block arbitrary outbound ZeroMQ connections from serving nodes (though these measures do not make pickle deserialization safe).

GitHub Advisory Database

Microsoft Patches CVSS 10.0 Azure AI Foundry Flaw Enabling Unauthorized Privilege Escalation

criticalnews
security
Sep 18, 2026

Microsoft released patches for a maximum-severity flaw in Azure AI Foundry (an enterprise platform for building and managing generative AI applications) that could let attackers gain unauthorized elevated privileges without authentication, along with several other critical vulnerabilities in Microsoft 365 and Azure services. The company stated that cloud-based vulnerabilities have already been automatically mitigated and require no action from users, while Windows vulnerabilities were addressed through cumulative updates for Windows 11 version 26H1.

CVE-2026-85885: Improper neutralization of special elements used in a command ('command injection') in M365 Copilot allows an authorized

criticalvulnerability
security
Sep 17, 2026
CVE-2026-85885

M365 Copilot has a command injection vulnerability (a flaw where special characters in user input can trick the system into running unintended commands), which allows an authorized attacker to gain higher privileges over a network. The vulnerability affects users who already have some level of access to the system.

CVE-2026-53557: SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. Prior to 1.9.0, an authenticated use

criticalvulnerability
security
Sep 17, 2026
CVE-2026-53557

SQLBot is a system that converts natural language questions into SQL database queries using AI and RAG (retrieval-augmented generation, where the system pulls in external data to help answer questions). Before version 1.9.0, authenticated users could exploit a second-order SQL injection (a type of attack where malicious code is stored first, then executed later) by crafting a fake table name in an Excel configuration file, which would then run as dangerous commands when the datasource was deleted.

CVE-2026-53554: SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. Prior to 1.9.0, the POST /api/v1/dat

criticalvulnerability
security
Sep 17, 2026
CVE-2026-53554

SQLBot, a system that converts natural language questions into database queries using AI and RAG (retrieval-augmented generation, where the AI pulls in external data), had a vulnerability before version 1.9.0 where attackers could upload files with misleading names that tricked the system into saving malicious Python code to a special folder. When SQLBot restarted or updated its database structure, it would accidentally run the attacker's code.

GHSA-f8wv-xp27-6gq7: Grav: Blueprint dynamic-data bare-function branch is denylist-gated and omits error_log, giving arbitrary file write

criticalvulnerability
security
Sep 17, 2026
CVE-2026-75827

Grav (a CMS platform) has a vulnerability in how it validates dynamic function calls in blueprints (configuration templates). The validation uses a denylist (a list of forbidden functions) for bare PHP functions, but `error_log` is missing from that list. An attacker with page-editing permissions can exploit this to write arbitrary PHP code to a file using `error_log`, then execute it for remote code execution (RCE, where an attacker runs commands on a system they don't own).

GHSA-vfmf-q6x9-cw96: Grav: detectXss() misses an event-handler attribute after an unpaired quote in an unquoted attribute value, giving stored XSS

criticalvulnerability
security
Sep 17, 2026
CVE-2026-75828

Grav's XSS (cross-site scripting, where malicious code runs in a visitor's browser) detection has a gap: when an unpaired quote appears inside an unquoted HTML attribute value, the detector's regex cannot advance past it to find event handlers like `onerror=`. This allows payloads like `<img src=x" onerror=alert(1)>` to pass through uncaught and execute in browsers. Non-super editors can save this malicious code to pages, where it runs for all visitors.

CVE-2025-59953: LMDeploy is a toolkit for compressing, deploying, and serving large language models. Starting in version 0.9.1 and prior

criticalvulnerability
security
Sep 16, 2026
CVE-2025-59953

LMDeploy versions 0.9.1 through 0.10.1 contain a remote code execution vulnerability (RCE, where an attacker can run commands on a system they don't own) in its RPC server (a service that handles requests from other computers). The vulnerability exists because the server uses pickle.loads() (a Python function that converts serialized data back into code) directly on incoming messages without checking if they're safe, allowing attackers to execute malicious code.

CVE-2026-19407: Bucket Squatting in Google Cloud Gemini Enterprise Agent Platform SDK for Python versions prior to 1.166.1 allows an att

criticalvulnerability
security
Sep 15, 2026
CVE-2026-19407

A vulnerability called bucket squatting (exploiting unprotected cloud storage locations) in Google Cloud Gemini Enterprise Agent Platform SDK for Python versions before 1.166.1 lets attackers run arbitrary code on systems (RCE, remote code execution) and steal authentication tokens belonging to tenant projects (shared computing environments).

CVE-2026-12944: IBM Langflow OSS 1.0.0 through 1.10.0 can allow attackers to execute arbitrary Python code with root privileges (UID=0)

criticalvulnerability
security
Sep 14, 2026
CVE-2026-12944

IBM Langflow OSS versions 1.0.0 through 1.10.0 have a critical vulnerability where attackers can run arbitrary Python code (code that does whatever the attacker wants) with root privileges (the highest access level) by uploading components that import socket or urllib libraries. This allows attackers to steal AWS credentials, steal files from the server, or attack other services like PostgreSQL and Redis running on the same network, while a faulty security check incorrectly marks these malicious components as safe.

CVE-2026-57125: PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.59 and praisonaiagents 1.6.59, the unauthenticated POST

criticalvulnerability
security
Sep 14, 2026
CVE-2026-57125

PraisonAI, a system that coordinates multiple AI agents working together, had a vulnerability in versions before 4.6.59 where an attacker could send commands to an unprotected API endpoint and trick the system into running arbitrary operating system commands without needing a password or approval. The vulnerability existed because the approve field could mark commands as safe before proper security checks happened.

CVE-2026-87987: An arbitrary code execution vulnerability in Mistral Vibe allows an attacker to bypass command permission checks using e

criticalvulnerability
security
Sep 11, 2026
CVE-2026-87987

A security vulnerability in Mistral Vibe allows attackers to run unauthorized code by sneaking environment variable assignments (settings that control how programs behave) before allowlisted commands, which bypasses the permission checks that normally prevent this. The vulnerability works because these environment variable assignments are not inspected for safety before the command runs.

CVE-2026-87985: An arbitrary code execution vulnerability in Mistral Vibe allows an attacker to bypass command permission checks using A

criticalvulnerability
security
Sep 11, 2026
CVE-2026-87985

Mistral Vibe contains a vulnerability where attackers can bypass security checks that normally prevent unauthorized commands from running by using ANSI-C quoted arguments (a special text formatting method). This allows someone to modify an approved command so it secretly runs malicious code on a user's computer without permission.

CVE-2026-81204: IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote attacker to execute arbitrary code due to code injection duri

criticalvulnerability
security
Sep 10, 2026
CVE-2026-81204

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 has a vulnerability that allows an attacker to run arbitrary code (any commands they want) on a system by injecting malicious code during graph construction (the process of building the visual workflow/logic structure in Langflow).

CVE-2026-79724: IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote attacker to execute arbitrary OS commands due to improper neu

criticalvulnerability
security
Sep 10, 2026
CVE-2026-79724

IBM Langflow OSS versions 1.0.0 through 1.11.5 have a vulnerability that lets remote attackers run arbitrary OS commands (unauthorized instructions on the underlying operating system) because the software doesn't properly filter dangerous characters in user input before using it in system commands.

CVE-2026-85025: IBM Langflow OSS 1.0.0 through 1.11.5 Langflow could allow an unauthenticated attacker to execute arbitrary code and acc

criticalvulnerability
security
Sep 10, 2026
CVE-2026-85025

IBM Langflow OSS versions 1.0.0 through 1.11.5 has a vulnerability that lets unauthenticated attackers (those without login credentials) run arbitrary code (any commands they want) and access or change chat sessions through publicly shared project endpoints, because the software doesn't properly restrict access to public flows (shared AI workflows) or isolate sessions (separate user conversations) from each other.

CVE-2026-88062: OmniRoute is an open-source AI gateway providing a single endpoint for multiple model providers. In 3.8.49 and earlier,

criticalvulnerability
security
Sep 10, 2026
CVE-2026-88062

OmniRoute, an open-source AI gateway (a tool that connects to multiple AI model providers through one interface), has a critical security flaw in version 3.8.49 and earlier. An attacker can send specially crafted requests to the /api/acp/agents endpoint that bypass security checks and execute arbitrary code (run any commands they want) on the server, especially when login is disabled or during initial setup. The vulnerability exists because the system uses weak filters to block dangerous shell commands and fails to properly authenticate or restrict access to sensitive endpoints.

Off Guard: Breaking LiteLLM from authentication bypass to cloud compromise

criticalnews
security
Sep 9, 2026

LiteLLM is an open-source AI gateway that manages connections to multiple LLM providers, and researchers found that nearly 1 in 10 publicly accessible instances had no authentication or used a default master key, allowing attackers to gain access. Beyond the expected risk of API abuse (LLMjacking, where attackers run up costs using your account), the researchers discovered multiple critical vulnerabilities including authentication bypass via the MCP endpoint (CVE-2026-59822), remote code execution (RCE, where attackers can run commands on the server) through custom code guardrails (CVE-2026-59821), and credential theft via pass-through endpoints, potentially compromising the entire cloud environment.

GHSA-w6f5-v2h6-g786: Predis: Redis command injection and denial of service via CRLF smuggling in pipelined commands on aggregate connections

criticalvulnerability
security
Sep 8, 2026
CVE-2026-84372

Predis, a PHP Redis client library, has a flaw in how it handles pipelined commands (batched Redis operations) on aggregate connections like clusters and replication setups. An attacker who can control any argument (a value or key) can inject CRLF characters (line breaks) to smuggle arbitrary Redis commands into the connection. On cluster connections this enables remote command injection attacks like wiping data or stealing keys, while on replication connections it causes a denial of service (crash) when any value contains line breaks.

CVE-2026-79721: Code execution can occur in versions of the MLflow platform running version 0.0.1 or newer, enabling a maliciously craft

criticalvulnerability
security
Sep 8, 2026
CVE-2026-79721

A vulnerability in MLflow (a platform for managing machine learning workflows) versions 0.0.1 and newer allows attackers to run arbitrary code (unrestricted commands) on a user's computer by creating a malicious model artifact (a saved machine learning model file) that executes when someone loads it into their project.

1 / 29Next

Fix: For Azure AI Foundry and other cloud-based vulnerabilities: Microsoft stated they "have already been fully mitigated, and that they require no action for users to take." For Windows vulnerabilities CVE-2026-62721 and CVE-2026-85921: Install the 2026-09 Cumulative Update for Windows 11, version 26H1 (KB5129194) for either arm64-based systems or x64-based systems (version 28000.2956), depending on your system architecture.

The Hacker News
NVD/CVE Database

Fix: This issue is fixed in version 1.9.0.

NVD/CVE Database

Fix: This issue is fixed in version 1.9.0. Upgrade SQLBot to version 1.9.0 or later.

NVD/CVE Database
GitHub Advisory Database

Fix: The source suggests three mitigation approaches: (1) modify the tag-body scan regex to treat quotes as delimiters only when they appear directly after `=` in an attribute, or normalize unquoted attribute values before scanning for handlers; (2) add detection for `on<name>=` sequences appearing after unbalanced quotes within the same tag; (3) encode `"` and `'` in stored non-super content, or change the default setting `markdown.escape_markup: true` for non-super authors. No specific version fix or patch is mentioned in the source.

GitHub Advisory Database

Fix: Update to version 0.10.2, which contains a patch for this vulnerability.

NVD/CVE Database

Fix: Update to SDK version 1.166.1 or later.

NVD/CVE Database
NVD/CVE Database

Fix: Update to praisonai 4.6.59 or praisonaiagents 1.6.59, which are the fixed versions that address this vulnerability.

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

Fix: All vulnerabilities have been responsibly disclosed to LiteLLM and patches are available. Organizations should update to patched versions that address CVE-2026-59822, CVE-2026-59821, and the unauthenticated admin access issue.

Wiz Research Blog
GitHub Advisory Database
NVD/CVE Database