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

GHSA-2xhg-73j7-rrgx: Contentful MCP Server: export_space/import_space tools pass LLM-controlled `host`/`proxy` args to CMA client, redirecting server PAT to attacker-controlled endpoint

highvulnerability
security
Aug 19, 2026
CVE-2026-53957

# Analysis ## Summary The Contentful MCP Server tools `export_space` and `import_space` accept LLM-controlled parameters like `host` and `proxy` that are passed directly to the API client without filtering, allowing an attacker to redirect the server's API credentials (a Personal Access Token, or PAT) to their own server. An attacker can exploit this by directly calling these tools with a malicious `host` parameter, or by embedding instructions in Contentful content that trick the LLM into mak

GitHub Advisory Database

GHSA-rr55-jp92-8wp2: claude-faf-mcp has an arbitrary local file read/write via unconfined `path` argument in FAF tools

highvulnerability
security
Aug 19, 2026

claude-faf-mcp (a tool that helps Claude interact with projects) had a security flaw where it didn't properly limit which files users could read or write. An attacker could use prompt injection (tricking the AI by hiding instructions in user input) to read sensitive files like SSH keys or cloud credentials stored outside the intended project folder. The vulnerability affected file-reading and file-writing tools that accepted file paths without proper restrictions.

GHSA-j4r7-8ph4-43g3: faf-mcp has an arbitrary local file read/write via unconfined `path` argument in FAF tools

highvulnerability
security
Aug 19, 2026

faf-mcp (a tool that helps AI assistants work with files) had a security flaw where it accepted file paths from callers without properly restricting access to a safe directory. This meant an attacker could trick the system into reading sensitive files like SSH keys or cloud credentials, or writing files outside the intended project folder, by using absolute paths or directory-traversal tricks (like `../`). The vulnerability could be exploited through prompt injection (hiding malicious instructions in user-provided content that an AI processes).

GHSA-cc2g-gq8c-r332: grok-faf-mcp has an arbitrary local file read via unconfined `path` argument in FAF tools

highvulnerability
security
Aug 19, 2026

Several tools in grok-faf-mcp (a server that helps AI assistants work with project files) accept a file path argument from users without properly checking that the path stays within the intended project folder. This means an attacker could use path tricks like `../` or absolute paths to read any file on the system that the server process can access, including SSH keys, cloud credentials, or environment files. An LLM (large language model) could even be tricked via prompt injection (hiding instructions in user-supplied content like web pages or README files) into making these malicious file-read requests.

GHSA-jfj5-wrj9-63x4: langgraph-api: Incomplete assistant authorization in LangGraph Server run creation

mediumvulnerability
security
Aug 19, 2026
CVE-2026-55236

LangGraph Server had an authorization bug where creating a run could bypass security checks and access another user's private assistant if custom authorization handlers only registered an `assistants.read` handler (a permission check for reading assistants). This allowed the requesting user to see sensitive configuration data like metadata, config, and context from assistants they shouldn't have access to.

GHSA-2c9q-c2q9-qgqv: langgraph-api: Relative webhook targets in LangGraph Server can reach in-process routes without authentication

mediumvulnerability
security
Aug 19, 2026
CVE-2026-55235

LangGraph Server had a security flaw where webhooks (automated messages sent to other services) with relative targets could bypass authentication checks by routing requests internally without verifying the user's identity. This could allow one user to create or modify runs (execution records) on threads (conversation sessions) owned by another user, and view limited information about other users' threads.

CVE-2026-19875: IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote attacker to overwrite administrator email information and abu

highvulnerability
security
Aug 19, 2026
CVE-2026-19875

IBM Langflow OSS versions 1.0.0 through 1.10.0 have a security flaw where the registration endpoint lacks authentication (a check to verify who is making requests), allowing remote attackers to change the administrator's email address and potentially use the server to send spam or malicious emails. This vulnerability is classified as CWE-306 (missing authentication for critical function).

GHSA-wg9g-w2j2-8pgr: MONAI: Unsafe deserialization in NumpyReader allows arbitrary code execution via malicious .npy files

highvulnerability
security
Aug 18, 2026

The `NumpyReader` class in MONAI uses `np.load()` with `allow_pickle=True` (a setting that lets Python execute code hidden in data files) hardcoded, allowing attackers to run arbitrary code by distributing malicious `.npy` or `.npz` files. This vulnerability affects all MONAI versions and cannot be overridden by users, since the code explicitly prevents the `allow_pickle` parameter from being changed.

GHSA-qxq5-qhx6-94qw: Incomplete Fix in MONAI: algo_from_pickle() pickle.loads() RCE still present in v1.5.2 despite GHSA-89gg-p5r5-q6r4 claiming patch

highvulnerability
security
Aug 18, 2026

MONAI version 1.5.2 still contains a critical remote code execution (RCE) vulnerability in the `algo_from_pickle()` function, despite an earlier security advisory claiming it was patched. The vulnerable code uses `pickle.loads()` (a function that converts serialized Python objects back into code, which can execute malicious instructions) without any safety checks, allowing an attacker to run arbitrary commands if they provide a specially crafted file to the function.

CVE-2026-47630: NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause an absolute path travers

mediumvulnerability
security
Aug 18, 2026
CVE-2026-47630

NVIDIA Triton Inference Server for Linux contains a vulnerability that allows an attacker to perform absolute path traversal (accessing files outside intended directories by using full file paths), potentially leading to code execution. The vulnerability has a CVSS score (a 0-10 rating of how severe a vulnerability is) of 4.0. As of the publication date, no detailed information or patch has been provided in this source.

CVE-2026-47629: NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause improper input validatio

highvulnerability
security
Aug 18, 2026
CVE-2026-47629

CVE-2026-47629 is a vulnerability in NVIDIA Triton Inference Server for Linux that involves improper input validation (the failure to check that data entering a system is safe and correctly formatted), which could allow an attacker to cause a denial of service (making the service unavailable to legitimate users). The vulnerability has a CVSS 4.0 severity rating, though a detailed assessment is not yet available.

CVE-2026-47628: NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause an allocation of resourc

highvulnerability
security
Aug 18, 2026
CVE-2026-47628

NVIDIA Triton Inference Server for Linux contains a vulnerability (CVE-2026-47628) that allows an attacker to allocate unlimited resources, potentially causing a denial of service (a situation where a system becomes unavailable to legitimate users). The vulnerability is classified as CWE-770, which refers to allocation of resources without limits or throttling (controls that prevent excessive resource use).

CVE-2026-47627: NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause path traversal. A succes

criticalvulnerability
security
Aug 18, 2026
CVE-2026-47627

NVIDIA Triton Inference Server for Linux has a path traversal vulnerability (CVE-2026-47627), which is a flaw where an attacker can access files outside of intended directories by manipulating file paths. A successful attack could cause denial of service (making the service unavailable to legitimate users).

CVE-2026-47606: NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause an absolute path travers

mediumvulnerability
security
Aug 18, 2026
CVE-2026-47606

CVE-2026-47606 is a vulnerability in NVIDIA Triton Inference Server for Linux that allows an attacker to perform absolute path traversal (accessing files outside their intended directory by using path tricks like "../"). If successfully exploited, this vulnerability could allow an attacker to run code on the system or access sensitive information.

CVE-2026-75130: Context7 through 2.1.2 contains a prompt injection vulnerability that allows attackers to execute malicious instructions

criticalvulnerability
security
Aug 18, 2026
CVE-2026-75130

Context7 versions up to 2.1.2 have a prompt injection vulnerability (a flaw where attackers can hide malicious commands in input data) in its Custom AI Instructions feature that runs through an MCP server (a protocol for connecting AI tools together). Attackers can use this to steal credentials stored in environment files or delete files on a victim's computer when the AI agent requests routine documentation.

CVE-2026-50143: The Apify MCP server enables AI agents to extract data from websites using ready-made scrapers, crawlers, and automation

highvulnerability
security
Aug 18, 2026
CVE-2026-50143

The Apify MCP server (a tool that lets AI agents scrape and extract data from websites) had a vulnerability where malicious actors could redirect connections to fake servers and steal API tokens (security credentials that grant access to accounts and data). An attacker needed to trick someone into using their malicious actor for this to work.

GHSA-p23g-mvhj-jh3j: GeoLens: Cross-dataset authorization bypass discloses private dataset metadata, schema, sample values, table rows, and raster/vector tile data

highvulnerability
security
Aug 18, 2026
CVE-2026-55178

GeoLens had multiple authorization bypass vulnerabilities where the system only checked permission for the resource named in the URL but failed to re-check permission for a second dataset accessed through relationships or references, allowing attackers to read private dataset metadata, table rows, vector tiles (map feature data), and raster pixels (image pixel values). Some vulnerabilities required no login at all, while others only needed a default user account. All issues are fixed in version 1.2.3.

CVE-2026-75913: CodeWhale (codewhale / codewhale-tui) versions >= 0.8.41 and < 0.8.64 contain an argument injection vulnerability in the

criticalvulnerability
security
Aug 18, 2026
CVE-2026-75913

CodeWhale versions 0.8.41 through 0.8.63 have an argument injection vulnerability (a flaw where user input is improperly combined with commands) in its git_show tool that allows attackers to write files to a user's system through prompt injection (tricking the AI with hidden commands in input). Because the tool is marked as auto-approved and read-only, an attacker could exploit this to modify sensitive files like SSH keys or shell configuration files without user consent.

CVE-2026-75858: CodeWhale (packages codewhale / codewhale-tui) versions >= 0.8.41 and < 0.8.64 contain a remote code execution vulnerabi

highvulnerability
security
Aug 18, 2026
CVE-2026-75858

CodeWhale versions 0.8.41 through 0.8.63 have a remote code execution vulnerability (the ability for attackers to run code on your machine) in the rlm_eval tool. The tool automatically approves and runs Python code supplied by an AI model without asking the user for permission or checking their security settings, allowing attackers to inject malicious instructions into web pages or files that the AI reads and then executes on the user's computer at their privilege level.

CVE-2026-63632: Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. From 1.3.0 until 1.22.0,

lowvulnerability
security
Aug 18, 2026
CVE-2026-63632

ONNX (Open Neural Network Exchange, a standard format for sharing machine learning models) versions 1.3.0 through 1.22.0 have a bug where converting models to an older format can crash if certain input data doesn't have enough dimensions, because the code tries to read array positions that don't exist without checking first.

Previous18 / 146Next

Fix: Fixed in version 5.7.2 by adding path confinement that restricts file access to the project directory. Users should upgrade by running: `npm install -g claude-faf-mcp@5.7.2`. The fix also rejects absolute paths and directory-traversal attempts (like `../`). As a temporary workaround before upgrading, set the `FAF_ALLOWED_ROOTS` environment variable to limit operations to a single trusted project directory.

GitHub Advisory Database

Fix: Fixed in version 2.1.3 by adding path confinement: reads are restricted to `.faf` / `.fafm` context files only, general file operations are confined to the project root (with an optional `FAF_ALLOWED_ROOTS` environment variable to override), symlink bypasses are closed, and absolute paths and `../` escapes are rejected. Upgrade with `npm install -g faf-mcp@2.1.3` or use `npx faf-mcp`. If you cannot upgrade immediately, run the server only on trusted local projects and set `FAF_ALLOWED_ROOTS` to a single project directory for a hard boundary.

GitHub Advisory Database

Fix: Fixed in version 1.5.3 by confining all user-supplied paths before accessing files: reads are restricted to `.faf` / `.fafm` context files only, general file operations are limited to the project root directory (with an override option via the `FAF_ALLOWED_ROOTS` environment variable), and paths are canonicalized through symlinks with absolute paths and `../` escapes rejected. Upgrade with: `npm install -g grok-faf-mcp@1.5.3` (or `bunx grok-faf-mcp`).

GitHub Advisory Database

Fix: Run creation and cron-creation paths now dispatch the `assistants.read` authorization event in both the in-memory and gRPC/Postgres runtimes, matching direct assistant reads. Fixed in `langgraph-api` 0.10.0. Deployments with custom handlers should register an `assistants.read` handler that returns an owner-style filter, and confirm parity across the assistant read, search, and run/cron creation paths.

GitHub Advisory Database

Fix: Upgrade to langgraph-api version 0.10.0 or later. The webhook URL policy now has `webhooks.url.disable_loopback` enabled by default, which blocks loopback delivery (requests sent back to the same server). If your deployment legitimately needs to send webhooks to routes on the same process, you can set `webhooks.url.disable_loopback: false` in `langgraph.json` or the equivalent `LANGGRAPH_WEBHOOKS` environment variable configuration, but only if you control those routes and apply authorization checks within them.

GitHub Advisory Database
NVD/CVE Database
Hugging Face Security Advisories
GitHub Advisory 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.10.11.

NVD/CVE Database

Fix: Upgrade to version 1.2.3. According to the source: 'All issues are fixed in 1.2.3. There is no complete configuration workaround — upgrading is the only full remediation.' All versions prior to 1.2.3 are affected (including 1.0.0, 1.2.0, and 1.2.2).

GitHub Advisory Database

Fix: Fixed in version 0.8.64 by adding rev validation.

NVD/CVE Database

Fix: Fixed in version 0.8.64.

NVD/CVE Database

Fix: This issue is fixed in version 1.22.0.

NVD/CVE Database