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-15737 - Sensitive content disclosure via OpenTelemetry spans in AgentCore Python SDK

highvulnerability
securityprivacy
Jul 16, 2026

The Bedrock AgentCore Python SDK (a library for building AI agents on Amazon's platform) has a vulnerability where OpenTelemetry spans (data that tracks what a program is doing) were writing unfiltered user prompts and AI responses to CloudWatch logs (AWS's logging service). This meant that anyone with read access to those logs could see potentially sensitive information. The vulnerability affects versions 1.4.8 and 1.5.0.

AWS Security Bulletins

CVE-2026-59864: Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.5, `kiota plugin add` and `kiota plugin generate` (w

highvulnerability
security
Jul 16, 2026
CVE-2026-59864

Kiota, a tool that generates HTTP client code from API descriptions, had a security flaw in versions before 1.32.5 where it didn't properly validate file paths when creating plugin files. This allowed attackers to include specially crafted file paths that could access files outside the intended directory (path traversal, where attackers use ../ to escape folders) or include files from unexpected locations when the generated plugin was deployed.

CVE-2026-15610: The WPBot – AI ChatBot for Live Support, Lead Generation, AI Services plugin for WordPress is vulnerable to authorizatio

mediumvulnerability
security
Jul 16, 2026
CVE-2026-15610

The WPBot plugin for WordPress (a platform for building websites) has a security flaw where it doesn't properly check if users have permission to perform certain actions, allowing subscribers and higher-level users to re-embed stored RAG documents (external documents that an AI uses to answer questions). This vulnerability lets attackers waste the site owner's paid API credits (money spent on third-party AI services like OpenAI or Gemini) by triggering unnecessary document processing.

CVE-2026-11371: The BetterDocs WordPress plugin before 4.5.5 does not sanitise an AI-generated documentation summary before storing and

mediumvulnerability
security
Jul 16, 2026
CVE-2026-11371

The BetterDocs WordPress plugin before version 4.5.5 has a security flaw where it doesn't clean up AI-generated documentation summaries before storing and displaying them. Because this feature is available to users who aren't logged in, attackers can use prompt injection (tricking the AI by hiding malicious instructions in their input) to store harmful code that runs in visitors' browsers, including admin accounts.

GHSA-r3hx-x5rh-p9vv: django-haystack: Remote Code Execution via `eval()` in Elasticsearch Result Deserialization

highvulnerability
security
Jul 15, 2026

django-haystack's Elasticsearch backend contains a remote code execution vulnerability where it calls `eval()` (a function that executes Python code from strings) on field values without proper validation. This happens when a SearchField uses an `index_fieldname` alias different from its logical name; the lookup fails and the raw value is passed to `eval()`. An attacker who can control indexed content and trigger a search can execute arbitrary code on the Django application.

CVE-2026-30623: LiteLLM 1.18.10 contains a remote code execution vulnerability in its MCP server creation functionality. The application

highvulnerability
security
Jul 15, 2026
CVE-2026-30623

LiteLLM version 1.18.10 has a remote code execution vulnerability in its MCP server creation feature, where the application accepts JSON configuration files with arbitrary command and args values and executes them without checking if they're safe, allowing attackers to run unauthorized operating system commands with the privileges of the LiteLLM process.

GHSA-62gx-5q78-wrvx: obsidian-local-rest-api: Authenticated path traversal via URL-encoded %2F in /vault/{path} — arbitrary host file read/write/delete

highvulnerability
security
Jul 15, 2026

The Obsidian Local REST API plugin has a path traversal vulnerability (a flaw where attackers can access files outside the intended directory) in its `/vault/{path}` endpoints. An authenticated attacker can bypass path validation by using URL-encoded characters like `%2F` (encoded forward slash) and `%2e%2e` (encoded dots), which aren't blocked during initial routing but get decoded later, allowing them to read, write, or delete arbitrary files on the host system with the privileges of the Obsidian process.

CVE-2026-50144: ncnn is a high-performance neural network inference framework optimized for the mobile platform. In commit e54f7b1f88434

highvulnerability
security
Jul 15, 2026
CVE-2026-50144

ncnn is a framework that runs AI neural networks efficiently on mobile devices. A vulnerability exists where loading a malicious model file can cause an out-of-bounds heap write (writing data to memory locations outside the intended array), because the code only checks if a parameter ID is too large, but doesn't prevent negative IDs from accessing memory before the array.

CVE-2026-15746: Strands Agents is an open-source Python SDK for building and running AI agents. The strands-agents-tools package provide

mediumvulnerability
security
Jul 15, 2026
CVE-2026-15746

Strands Agents is an open-source Python SDK for building AI agents, and its elasticsearch_memory tool (used for storing agent memory) had a server-side request forgery vulnerability (SSRF, where an attacker tricks a server into making requests to unintended destinations). The tool allowed the LLM to control connection settings, so a crafted prompt could make it connect to an attacker's server and leak the operator's Elasticsearch API key in the process.

CVE-2026-15746 - Credential disclosure in Strands Agents Tools elasticsearch_memory tool

highvulnerability
security
Jul 15, 2026

Strands Agents, a Python SDK for building AI agents, contained a vulnerability (CVE-2026-15746) in its elasticsearch_memory tool where connection settings could be controlled by the LLM (the AI model itself). If an API key wasn't provided, the tool would use the operator's Elasticsearch API key from their environment and send it to any server the LLM directed it to, allowing attackers to steal credentials through a crafted prompt.

CVE-2026-58659: PyTorch Lightning through 2.6.5, fixed in commit d710d68, contains a remote code execution vulnerability in the _load_st

highvulnerability
security
Jul 15, 2026
CVE-2026-58659

PyTorch Lightning (a framework for training AI models) versions up to 2.6.5 contain a remote code execution vulnerability (a security flaw that lets attackers run their own code on your computer) in the _load_state function. Attackers can create malicious checkpoint files (saved model data) that bypass security protections and execute harmful code when you load a model using LightningModule.load_from_checkpoint.

GHSA-3pvh-63gf-j9mw: LangBot: Authenticated RCE Via MCP Configuration

highvulnerability
security
Jul 15, 2026
CVE-2026-54449

Authenticated users of LangBot can run any command they want on the server by adding a malicious STDIO MCP (a plugin system that executes external programs) through the Extensions settings. An attacker who logs in (either through their own account or stolen credentials) can configure the MCP to run arbitrary commands, giving them complete control over the machine.

CVE-2026-61613: Cursor is a code editor built for programming with AI. Prior to the Cloud Agent fix on 03/31/2026, browser-enabled Curso

criticalvulnerability
security
Jul 15, 2026
CVE-2026-61613

Cursor is a code editor that uses AI to help with programming. Before a fix on March 31, 2026, attackers could use malicious web content to connect to an unprotected local endpoint (a communication point on a user's computer) in Cursor's Cloud Agent, allowing them to run code, steal files, access environment variables (settings that programs use), steal credentials (login information), and take GitHub App access tokens (digital keys that grant permissions to GitHub accounts).

CVE-2026-47475: NVIDIA TensorRT-LLM contains a vulnerability in the OpenAI-compatible inference API where an attacker could trigger a re

mediumvulnerability
security
Jul 14, 2026
CVE-2026-47475

NVIDIA TensorRT-LLM (a tool for running large language models efficiently) contains a vulnerability in its OpenAI-compatible API where an attacker could trigger a reachable assertion (a failed safety check in the code) in the sampler thread, potentially causing the system to crash. This vulnerability could lead to a denial of service attack (making the service unavailable to legitimate users).

CVE-2026-24271: NVIDIA TensorRT-LLM contains a vulnerability in the OpenAI-compatible inference API, where an attacker could cause alloc

mediumvulnerability
security
Jul 14, 2026
CVE-2026-24271

NVIDIA TensorRT-LLM (a tool for running large language models efficiently on NVIDIA GPUs) has a vulnerability in its OpenAI-compatible inference API that allows attackers to request unlimited GPU resources without restrictions. This could cause a denial of service (making the system unavailable to legitimate users) by exhausting the GPU's memory and processing power.

CVE-2026-24233: NVIDIA TensorRT-LLM for Linux contains a vulnerability in the restricted unpickler used for model weight deserialization

highvulnerability
security
Jul 14, 2026
CVE-2026-24233

NVIDIA TensorRT-LLM for Linux has a vulnerability in its unpickler (a tool that converts serialized data back into usable objects) that allows local attackers to deserialize untrusted data. A successful attack could lead to code execution, privilege escalation, data tampering, and information disclosure.

GHSA-2cf7-hpwf-47h9: n8n-MCP: Incorrect authorization can expose default-scope workflow version backups in multi-tenant HTTP mode

mediumvulnerability
security
Jul 14, 2026
CVE-2026-55608

In n8n-mcp (a tool that connects AI models to workflows) running in multi-tenant HTTP mode (where multiple separate users share one server), an authenticated user could bypass access controls and read or delete workflow backups stored in the default single-tenant scope instead of being restricted to their own workspace. This could expose sensitive workflow configuration information.

CVE-2026-47482: NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker can cause missing release of memory

highvulnerability
security
Jul 14, 2026
CVE-2026-47482

CVE-2026-47482 is a memory leak vulnerability (a bug where a program fails to free up memory it's no longer using) in NVIDIA Triton Inference Server for Linux that allows attackers to cause a denial of service (making a service unavailable to legitimate users). The vulnerability stems from the software not properly releasing memory after it's finished using it.

CVE-2026-47481: NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker can cause an authentication bypass t

mediumvulnerability
security
Jul 14, 2026
CVE-2026-47481

CVE-2026-47481 is a vulnerability in NVIDIA Triton Inference Server for Linux that allows attackers to bypass authentication (security checks that verify a user's identity) through an alternative path or channel. If successfully exploited, this flaw could let attackers run their own code on the system, gain higher-level access, steal information, or modify data.

CVE-2026-47480: NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker can cause an uncaught exception. A s

highvulnerability
security
Jul 14, 2026
CVE-2026-47480

CVE-2026-47480 is a vulnerability in NVIDIA Triton Inference Server for Linux that allows an attacker to trigger an uncaught exception (an error that the program doesn't handle properly), potentially causing a denial of service (making the service unavailable to legitimate users). The vulnerability has a CVSS 4.0 severity rating, though a detailed assessment has not yet been provided.

Previous33 / 146Next

Fix: Update Kiota to version 1.32.5 or later, which fixes this issue.

NVD/CVE Database
NVD/CVE Database

Fix: Upgrade the BetterDocs WordPress plugin to version 4.5.5 or later.

NVD/CVE Database
GitHub Advisory Database
NVD/CVE Database

Fix: Apply the same `posix.resolve(syntheticRoot, …)` plus `startsWith` confinement check that already exists in the `vaultMove` handler to all other vault handlers (GET/PUT/PATCH/POST/DELETE). Specifically, for each handler's decoded path, resolve it against a synthetic root of `/vault` and reject any result that does not equal `/vault` or start with `/vault/`, and reject any segment that decodes to `..`.

GitHub Advisory Database

Fix: This vulnerability is fixed by commit 5a0288f255daa6c3294f77109f67718e434ec020.

NVD/CVE Database

Fix: Upgrade to strands-agents-tools version 0.7.0 or later. Additionally, all operators should rotate their ELASTICSEARCH_API_KEY environment variable as a precautionary measure, even if there is no evidence the credential was exposed.

NVD/CVE Database
AWS Security Bulletins

Fix: Fixed in commit d710d68 (a specific code update in the PyTorch Lightning repository).

NVD/CVE Database
GitHub Advisory Database

Fix: This issue was fixed on 03/31/2026 by requiring authentication for the relevant agent endpoint.

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

Fix: Upgrade to n8n-mcp version 2.57.4 or later. The fix requires a complete tenant context in multi-tenant mode and fails closed for workflow-version access that cannot be attributed to a specific tenant. Alternatively, restrict network access to the HTTP endpoint using a firewall or reverse proxy, run in stdio mode (which has no multi-tenant HTTP surface), or remove default-scope backups from prior single-tenant deployments if they are no longer needed.

GitHub Advisory Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database