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-8476: IBM Langflow OSS 1.0.0 through 1.10.0 contain a critical remote code execution vulnerability in the disk-based caching m

criticalvulnerability
security
Jul 17, 2026
CVE-2026-8476

IBM Langflow OSS versions 1.0.0 through 1.10.0 have a critical vulnerability in their caching system that allows attackers to run arbitrary code on the server. The problem occurs because the software uses an unsafe deserialization method (pickle.loads(), which converts stored data back into Python objects without checking if it's trustworthy) to load cached data from disk, and attackers can exploit this by inserting malicious data through file access, workflow inputs, or API calls.

NVD/CVE Database

CVE-2026-8056: IBM Langflow OSS 1.0.0 through 1.10.0 allows authenticated users to override component parameters at runtime via the API

highvulnerability
security
Jul 17, 2026
CVE-2026-8056

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.10.0 contains a critical security flaw in the `apply_tweaks()` function that allows authenticated users (those with login credentials) to override component parameters at runtime via the API (application programming interface, which lets software communicate with other software). This is a type of code injection vulnerability (where attackers insert malicious code by manipulating input that the system then executes).

CVE-2026-7872: IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticated attacker to read arbitrary files including the JWT signing

highvulnerability
security
Jul 17, 2026
CVE-2026-7872

CVE-2026-7872 is a vulnerability in IBM Langflow OSS (open-source software) versions 1.0.0 through 1.10.0 that allows an authenticated attacker (someone with login credentials) to read arbitrary files on the system, including the JWT signing key (a secret used to create authentication tokens). With access to this key, an attacker could forge authentication tokens to impersonate any user.

CVE-2026-7755: IBM Langflow OSS 1.0.0 through 1.10.0 Langflow could allow remote code execution due to incomplete validation enforcemen

highvulnerability
security
Jul 17, 2026
CVE-2026-7755

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.10.0 have a vulnerability that allows remote code execution (running malicious commands on a system from a distance) because the software doesn't properly validate MCP server configuration files (text files that tell the system how to connect to external services). This is a serious security flaw because an attacker could exploit incomplete validation enforcement to execute unauthorized code.

CVE-2026-7754: IBM Langflow OSS 1.0.0 through 1.10.0 Langflow 1.9.0 could allow server-side request forgery (SSRF) due to insecure defa

highvulnerability
security
Jul 17, 2026
CVE-2026-7754

IBM Langflow OSS versions 1.0.0 through 1.10.0 and Langflow 1.9.0 contain a vulnerability that allows SSRF (server-side request forgery, where an attacker tricks a server into making requests to unintended targets) because of unsafe default settings and incomplete protection mechanisms against this type of attack. The vulnerability has a CVSS 4.0 severity rating, though a full assessment from NIST has not yet been provided.

CVE-2026-7667: IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticated attacker to create a malicious flow pointing to an attacke

highvulnerability
security
Jul 17, 2026
CVE-2026-7667

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.10.0 has a vulnerability where an authenticated attacker (someone with login access) can create a malicious flow pointing to a URL they control, which returns a specially crafted header that tricks the system into writing files to any location on the server. This works because the system doesn't properly validate file paths, allowing an attacker to use path traversal (using sequences like '../' to escape the intended directory) to write files anywhere the Langflow process can access.

CVE-2026-15995: IBM Cognos Analytics 12.1.3 GA Version with build number through 12.1.3-2606251736 could allow an attacker to obtain inc

mediumvulnerability
security
Jul 17, 2026
CVE-2026-15995

IBM Cognos Analytics version 12.1.3 GA through build 12.1.3-2606251736 has a race condition (a bug that occurs when multiple processes access shared data simultaneously without proper protection), allowing attackers to get incorrect report summaries or cause report-processing failures when multiple authenticated users submit reports at the same time.

CVE-2026-14499: IBM Langflow OSS 1.0.0 through 1.10.1 Langflow could allow an authenticated user to execute arbitrary commands with elev

highvulnerability
security
Jul 17, 2026
CVE-2026-14499

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.10.1 has a vulnerability where authenticated users (those who have logged in) can run arbitrary commands (any code they choose) with elevated privileges (higher access level) due to improper validation of user input in the Python Interpreter component (the part that executes Python code). The vulnerability stems from OS command injection (CWE-78, where attackers embed malicious system commands in their input), allowing attackers to bypass security checks.

CVE-2026-13448: IBM Langflow OSS 1.0.0 through 1.10.1 Lanflow OSS contains an unauthenticated remote code execution vulnerability in the

highvulnerability
security
Jul 17, 2026
CVE-2026-13448

IBM Langflow OSS (an open-source tool for building AI workflows) versions 1.0.0 through 1.10.1 have an unauthenticated remote code execution vulnerability (RCE, where attackers can run commands on the system without logging in) in a public endpoint. The vulnerability exists because the validate_public_flow_no_code_execution() function (a safety check) has an incomplete denylist (a list of things to block) that fails to block certain agent components like OpenDsStarAgent, CodeActAgentSmolagents, and CSVAgent from executing code.

CVE-2026-15415 - Path traversal and arbitrary file write in the workflow linters of aws-healthomics-mcp-server

highvulnerability
security
Jul 17, 2026

AWS HealthOmics MCP Server versions 0.0.35 and earlier contain a path traversal vulnerability (a flaw where attackers can use special directory notation like '../' to access files outside intended locations) in its workflow linting tools. An attacker who can control inputs to the MCP agent could write malicious files to any location on the system instead of just the workflow bundle directory.

GHSA-f7wf-v2vw-mpcx: mcp-memory-keeper: Arbitrary local file read in context_import via unvalidated filePath

mediumvulnerability
security
Jul 17, 2026
CVE-2026-54561

A security flaw in mcp-memory-keeper allowed arbitrary local file reads through the `context_import` function, which didn't validate file paths before reading them. An attacker (either a malicious client or an LLM agent affected by prompt injection, a technique where hidden instructions are embedded in AI inputs) could read any file accessible to the server process, including credential files and configuration files, or view partial file contents through error messages.

CVE-2026-9135: IBM Langflow OSS 1.0.0 through 1.10.0 Langflow versions up to 1.9.2 (commit 94981c443d4918517b9e8163d70fc598dc33a32d) co

criticalvulnerability
security
Jul 17, 2026
CVE-2026-9135

IBM Langflow OSS versions 1.0.0 through 1.10.0 contain a code injection vulnerability (a type of security flaw where attackers insert malicious code) in the ToolGuard integration that allows authenticated users to bypass the allow_custom_components=false security control and execute arbitrary Python code on the backend. The vulnerability exists because the validation system only checks the main component code but misses dynamic CodeInput fields, and attackers can exploit this by embedding malicious code in these unvalidated fields that get executed when tools are invoked. The flaw can be made worse through cross-tenant flow manipulation (exploiting flows across different user accounts) when certain security settings are misconfigured.

CVE-2026-9103: IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote attacker to gain unauthorized access due to improper authenti

criticalvulnerability
security
Jul 17, 2026
CVE-2026-9103

IBM Langflow OSS versions 1.0.0 through 1.10.0 have a critical vulnerability in the /api/v1/login/auto_login endpoint that allows unauthenticated attackers to gain full administrative access by obtaining long-lived superuser bearer tokens (special credentials that prove you have admin privileges) when AUTO_LOGIN is enabled by default. The vulnerability is made worse by overly permissive CORS settings (rules controlling which websites can access the application), which can expose these tokens to unintended websites.

CVE-2026-58195: Agentic-Flow is an AI agent orchestration platform. Prior to 2.0.14, agentic-flow MCP server tools in src/mcp/standalone

highvulnerability
security
Jul 17, 2026
CVE-2026-58195

Agentic-Flow, an AI agent orchestration platform (a system that manages and coordinates multiple AI agents working together), had a critical vulnerability in versions before 2.0.14 where user-controlled input was directly inserted into shell commands without proper safety checks, allowing attackers to execute arbitrary operating system commands with the server's permissions.

CVE-2026-9202: IBM Langflow OSS 1.0.0 through 1.10.0 allows unauthenticated attackers to create unlimited user accounts on any Langflow

criticalvulnerability
security
Jul 17, 2026
CVE-2026-9202

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.10.0 has a critical flaw that allows attackers without login credentials to create unlimited user accounts. When a specific deployment setting called NEW_USER_IS_ACTIVE is enabled, these newly created accounts become immediately usable and can access RCE endpoints (remote code execution, where an attacker can run commands on a system they don't own), completely bypassing security controls.

CVE-2026-9198: IBM Langflow OSS 1.0.0 through 1.10.0 allows unauthenticated attackers to chain /api/v1/auto_login (mints SUPERUSER toke

criticalvulnerability
security
Jul 17, 2026
CVE-2026-9198

IBM Langflow OSS versions 1.0.0 through 1.10.0 have a critical security flaw where unauthenticated attackers can chain two API endpoints together to gain full control of a system. The attackers first use /api/v1/auto_login to mint SUPERUSER tokens (special access credentials), then use /api/v1/validate/code to execute arbitrary code through exec() (a function that runs user-provided commands), achieving RCE (remote code execution, where an attacker can run commands on a system they don't own).

CVE-2026-9810: The AI Copilot WordPress plugin before 1.5.4 does not bind OAuth access tokens to a WordPress user, and accepts any val

highvulnerability
security
Jul 17, 2026
CVE-2026-9810

The AI Copilot WordPress plugin before version 1.5.4 has a security flaw where OAuth access tokens (temporary credentials that grant access to accounts) are not properly tied to specific WordPress users, allowing attackers who complete the public login process to gain administrator privileges and perform dangerous actions like creating new users or changing user permissions.

CVE-2026-44433: Quicly is an IETF QUIC protocol implementation intended primarily for use within the H2O HTTP server. Prior to commit 8b

mediumvulnerability
security
Jul 16, 2026
CVE-2026-44433

Quicly is a library that implements the QUIC protocol (a modern internet communication standard) for the H2O web server. Before a certain code update, an attacker could send specially crafted network messages that trick the server into allocating huge amounts of memory using very few packets, potentially causing a denial of service (making the service unavailable by exhausting its resources).

CVE-2026-15737: AWS Bedrock AgentCore Python SDK is an open-source Python library that provides client tools for building AI agents on t

mediumvulnerability
securityprivacy

CVE-2026-63086: text-generation-inference through 3.3.7 contains a server-side request forgery (SSRF) vulnerability in the OpenAI-compat

highvulnerability
security
Jul 16, 2026
CVE-2026-63086

text-generation-inference (a tool for running AI text models) versions up to 3.3.7 have a server-side request forgery vulnerability (SSRF, where an attacker tricks a server into making requests to places it shouldn't) in its chat feature that lets unauthenticated attackers supply malicious image URLs to make the server fetch data from internal systems, cloud metadata endpoints, or scan ports. The vulnerability exists because the code doesn't validate whether URLs point to private or internal addresses, and the HTTP client automatically follows redirects, letting attackers bypass security checks.

Previous32 / 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

Fix: Update aws-healthomics-mcp-server to version 0.0.36 or later.

AWS Security Bulletins

Fix: Fixed in version 0.13.0 (PR #36). The patch: (1) restricts imports to a server-owned exports directory using `realpathSync` and rejects `../` traversal and absolute paths outside the directory, (2) separates file read and JSON parsing operations with generic error messages instead of echoing file bytes, and (3) adds security regression tests covering arbitrary-read, traversal, and symlink escape vectors. Users must upgrade to version >= 0.13.0; there is no configuration-only workaround for affected versions.

GitHub Advisory Database
NVD/CVE Database
NVD/CVE Database

Fix: Update to version 2.0.14 or later, which fixes this vulnerability.

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

Fix: Update the AI Copilot WordPress plugin to version 1.5.4 or later.

NVD/CVE Database

Fix: This issue has been fixed by commit 8b178e6.

NVD/CVE Database
Jul 16, 2026
CVE-2026-15737

AWS Bedrock AgentCore Python SDK versions 1.4.8 and 1.5.0 unintentionally logged sensitive user data in OpenTelemetry span attributes (metadata tags that track operations), which then flowed into CloudWatch Logs (AWS's logging service) where anyone with log access could read them. This meant raw user prompts and AI agent responses were stored unfiltered in logs, exposing sensitive information.

Fix: Upgrade to version 1.5.1 or later. Additionally, users who ran the affected versions should review and purge sensitive content from their aws/spans CloudWatch log groups.

NVD/CVE Database
NVD/CVE Database