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
9294 items

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.

NVD/CVE Database

CVE-2026-79723: IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote authenticated attacker to obtain sensitive information due to

mediumvulnerability
security
Sep 10, 2026
CVE-2026-79723

IBM Langflow OSS (an open-source AI tool) versions 1.0.0 through 1.11.5 has a security flaw where a logged-in attacker could access sensitive information because the software doesn't properly check if API endpoints (connection points for requesting data) that users provide are safe to use.

CVE-2026-78575: IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote authenticated attacker to execute arbitrary commands due to i

highvulnerability
security
Sep 10, 2026
CVE-2026-78575

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 has a security flaw where someone with login credentials could run harmful commands on the system. The problem is that the MCP stdio server (a component that handles communication through text input/output) doesn't properly check command-line arguments (instructions given when starting a program) before using them.

CVE-2026-78571: IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote authenticated attacker to execute arbitrary code due to an un

highvulnerability
security
Sep 10, 2026
CVE-2026-78571

IBM Langflow OSS versions 1.0.0 through 1.11.5 have a vulnerability where an unguarded eval() call (a function that executes code from text input) on attacker-controlled input allows a logged-in attacker to run arbitrary code (any commands they want) on the system.

CVE-2026-78569: IBM Langflow OSS 1.0.0 through 1.11.5 could allow an authenticated attacker to execute arbitrary code due to an incomple

highvulnerability
security
Sep 10, 2026
CVE-2026-78569

IBM Langflow OSS (an open-source AI tool) versions 1.0.0 through 1.11.5 has a security flaw where someone with login credentials can run malicious code on the system because the security scanner has an incomplete denylist (a list of blocked or dangerous items that isn't thorough enough).

CVE-2026-76059: IBM Langflow OSS 1.0.0 through 1.11.5 An attacker who could submit custom component source code could bypass the static

highvulnerability
security
Sep 10, 2026
CVE-2026-76059

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 has a vulnerability where an attacker can upload malicious custom component code that tricks the static security scanner (a tool that checks code before it runs) by using alias tracking (following variable names to their actual values). Because of a logic error, the dangerous code is never checked against a blocklist of forbidden operations, allowing the attacker to execute arbitrary operating system commands on the server with the privileges of the running service.

GHSA-m3wp-48jr-vr4g: mistral.rs: Unbounded Remote Media Fetch and Video Frame Expansion DoS

highvulnerability
security
Sep 10, 2026

mistral.rs has a vulnerability where the chat completions endpoint downloads media files (images, audio, videos) from URLs without limiting how much data it stores in memory, and extracts every frame from videos when no frame limit is set. An attacker can crash the server by sending it links to infinitely-streaming files or very long high-framerate videos, exhausting the server's memory, disk space, and CPU without needing any authentication.

GHSA-wfgq-w7cq-qj7j: mistral.rs Media Loader: Unauthenticated SSRF and arbitrary local file read via image_url

highvulnerability
security
Sep 10, 2026

mistral.rs has a critical security flaw where it fetches any image or audio URL provided by users without checking what hosts or IP addresses are being accessed, and it also opens arbitrary files from the server's storage. An unauthenticated attacker can exploit this to make the server request internal or cloud-metadata services (SSRF, or server-side request forgery, where a server is tricked into making unwanted requests) and read any local files on the system.

More Anthropic researchers warn of AI’s perils as Musk terms fears a ‘psyop’

infonews
safetypolicy

GHSA-cw9w-vv67-hf73: n8n: Per-Resource OAuth Consent Bypass via Unbound Refresh Token Resource Substitution

mediumvulnerability
security
Sep 10, 2026
CVE-2026-86073

n8n had an OAuth security flaw where refresh tokens (credentials that let apps get new access tokens without re-authorization) could be used on different resources than originally approved. An attacker could trick a user into approving their app for one workflow, then use the refresh token to access a different workflow without permission. The fix binds refresh tokens to their original resource and rejects mismatched requests.

GHSA-q5wm-mgqx-fv2f: n8n: Instance AI Credential Setup Accepts Unvalidated Probe URL from Fetched Content

mediumvulnerability
security
Sep 10, 2026
CVE-2026-86074

A vulnerability in n8n's Instance AI credential setup allowed attackers to redirect credential verification requests to uncontrolled URLs, potentially stealing credentials if a user injected a malicious URL into the setup process. The flaw happened because the system didn't check that verification URLs matched the workflow node's origin (the source server where the code is running).

CVE-2026-9225: IBM Langflow OSS 1.0.0 through 1.11.5 Langflow could allow an authenticated attacker to access sensitive files belonging

mediumvulnerability
security
Sep 10, 2026
CVE-2026-9225

IBM Langflow OSS versions 1.0.0 through 1.11.5 has a vulnerability where an authenticated attacker (someone with login access) can read files belonging to other users by exploiting improper access control in the File/Read File component. When a user runs workflows through a specific API endpoint, the application doesn't properly verify that the file path belongs to them, allowing attackers to craft requests that access and retrieve files from other users' storage areas.

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-19136: A potential command injection vulnerability was reported in the Tianxi AI Agent PC Application, distributed exclusively

highvulnerability
security
Sep 10, 2026
CVE-2026-19136

A command injection vulnerability (a security flaw allowing attackers to run unauthorized operating system commands) was found in the Tianxi AI Agent PC Application used in China. A local user could trigger this vulnerability by opening a specially crafted link that the application processes, potentially allowing an attacker to execute commands on their computer.

GHSA-qgpw-8g46-w95v: n8n: Git Node branch.<name>.remote Config Key Bypasses Sandbox Path Restriction, Enabling Local Git Repository Read

mediumvulnerability
security
Sep 10, 2026
CVE-2026-86995

The Git node in n8n (a workflow automation tool) had a security flaw where it didn't properly validate configuration settings when setting upstream branches, allowing authenticated users to read files from any local repository that the n8n process could access. An attacker with workflow-edit permission could bypass sandbox path restrictions (security boundaries that limit file access) and steal data from repositories they shouldn't reach.

GHSA-cqr2-h44g-v75v: n8n: Cross-Tenant Project-Member PII Disclosure via Missing Per-Project Scope Check on Role Assignment Endpoints

mediumvulnerability
security
Sep 10, 2026
CVE-2026-86085

n8n had a security flaw where certain API endpoints didn't check if a user could access a specific project before showing that project's members' names and emails. An attacker with role-management permission could exploit this to view private information from any project on the system. The vulnerability has been patched in n8n versions 2.38.2 and 2.37.7.

GHSA-pq6c-vh67-xpm3: n8n: Log Streaming Event Destinations Decrypt Generic-Auth Credentials Without Ownership Check

mediumvulnerability
security
Sep 10, 2026
CVE-2026-86993

A flaw in n8n (a workflow automation tool) allowed users with certain permissions to access and decrypt credentials (secret login information) that belonged to other projects without proper authorization checks. An attacker could use this to steal sensitive secrets and send them to a server they controlled.

GHSA-pf83-w3f9-8m37: n8n: Disabled OIDC SSO Endpoints Remain Active and Issue Valid Sessions

mediumvulnerability
security
Sep 10, 2026
CVE-2026-86084

n8n (a workflow automation platform) had a security flaw where OIDC endpoints (the login pathways that use OIDC, which is a single sign-on system) continued to work and issue valid sessions even after an administrator disabled OIDC in the settings. This affected n8n Enterprise instances where OIDC had been set up previously.

GHSA-5m98-cgcr-xx3q: n8n: GitHub Trigger 422 Reuse Path Skips Webhook Secret Storage, Causing Signature Verification to Fail-Open

mediumvulnerability
security
Sep 10, 2026
CVE-2026-86080

A bug in n8n's GitHub Trigger feature caused it to skip storing a security secret when GitHub rejected webhook registration with a 422 error (webhook already exists). This meant incoming webhook deliveries were accepted without signature verification (checking that messages came from the real GitHub), allowing anyone to trigger workflows. The issue has been patched in versions 1.123.76, 2.37.7, and 2.38.2.

GHSA-f2cp-m7mv-8jpv: n8n: Path Injection in Elasticsearch and ElasticSecurity Nodes via Unencoded Identifiers

mediumvulnerability
security
Sep 10, 2026
CVE-2026-86079

The Elasticsearch and ElasticSecurity nodes in n8n (a workflow automation tool) had a path injection vulnerability where user-provided identifiers weren't properly encoded in REST API requests, allowing an attacker to access unintended indexes or administrative endpoints using stored Elasticsearch credentials. An attacker could manipulate identifier values containing path separators to redirect operations meant for one document to a different index or system endpoint.

Previous21 / 465Next
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
GitHub Advisory Database

Fix: The source suggests restricting media requests to only http(s) and data: URLs, blocking the file:// scheme and bare file paths from user input. Before fetching http(s) URLs, validate that the host resolves to a public IP address and reject private, loopback, link-local, or metadata IPs. Pin connections to the validated IP, re-validate any redirects (or disable them), and limit the amount of data read. Local file access should only be allowed through an explicit option that is disabled by default.

GitHub Advisory Database
Sep 10, 2026

Multiple researchers at Anthropic, an AI company, publicly warned that advanced AI systems could pose extinction-level risks to humanity within the next decade, with some believing current development is moving too fast without adequate safety plans. In response, Elon Musk and others dismissed these concerns as a coordinated effort to manipulate public opinion against AI, while Anthropic defended itself by stating it builds models with strong safeguards.

The Guardian Technology

Fix: The issue has been fixed in n8n versions 2.38.1 and 2.37.7. Users should upgrade to this version or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should: restrict n8n instance access to fully trusted users only; deactivate MCP Trigger, form, and webhook workflows protected by n8n OAuth if not required; audit connected OAuth clients and revoke unrecognized or unneeded ones; and require re-authorization for all existing OAuth clients after upgrading, as previously issued refresh tokens did not store the original resource binding. The source notes these workarounds do not fully remediate the risk and should only be used as short-term measures.

GitHub Advisory Database

Fix: The issue has been fixed in n8n versions 2.38.2 and 2.37.7. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators can: (1) Disable the Instance AI module by removing `instance-ai` from the `N8N_ENABLED_MODULES` environment variable if not required; (2) Restrict n8n instance access to fully trusted users only; (3) Rotate any third-party API credentials that were set up using the Instance AI credential-setup flow on affected versions. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.

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

Fix: The issue has been fixed in n8n versions 1.123.76, 2.37.7, and 2.38.2. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, temporary mitigations include: restricting n8n instance access to fully trusted users only; disabling the Git node by adding `n8n-nodes-base.git` to the `NODES_EXCLUDE` environment variable; and ensuring the n8n process runs under a dedicated low-privilege OS user account to limit filesystem access. These workarounds do not fully remediate the risk and should only be used as short-term measures.

GitHub Advisory Database

Fix: Upgrade to n8n version 2.38.2 or 2.37.7 or later. If upgrading is not immediately possible, administrators can temporarily: (1) restrict n8n instance access to fully trusted users only, and (2) audit and revoke any custom global roles that carry the `role:manageProject` scope, limiting that scope to fully trusted users only. Note: these workarounds do not fully remediate the risk and are only short-term measures.

GitHub Advisory Database

Fix: The issue has been fixed in n8n versions 1.123.76, 2.37.7, and 2.38.2. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should: restrict n8n instance access to fully trusted users only; audit and revoke any custom global roles carrying Log Streaming scopes (eventBusDestination:create, eventBusDestination:test, etc.), limiting those scopes to fully trusted users only; and review existing Log Streaming event destinations for unexpected webhook URLs and remove any that are not recognized, then rotate any credentials that may have been referenced. Note that these workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.

GitHub Advisory Database

Fix: The issue has been fixed in n8n versions 1.123.76, 2.37.7, and 2.38.2. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators can temporarily disable or revoke the corresponding application or client at the IdP (identity provider, the system that handles login) level to prevent the OIDC flow from completing, or restrict network-level access to the n8n instance to trusted users only. The source notes these workarounds do not fully remediate the risk and should only be used as short-term measures.

GitHub Advisory Database

Fix: Upgrade to n8n versions 1.123.76, 2.37.7, or 2.38.2 or later. If immediate upgrade is not possible, temporary workarounds include: (1) deactivate and reactivate GitHub Trigger workflows after deleting the remote GitHub webhook to force fresh registration with a new secret, (2) restrict network access to the n8n webhook endpoint to GitHub's published IP ranges only, or (3) audit GitHub Trigger workflow data for entries with a `webhookId` but no `webhookSecret` and treat those as unprotected until reactivated. The source notes these workarounds do not fully resolve the risk and should only be temporary measures.

GitHub Advisory Database

Fix: The issue has been fixed in n8n versions 1.123.76, 2.37.7, and 2.38.2. Users should upgrade to one of these versions or later. If upgrading is not immediately possible, temporary workarounds include: restricting n8n instance access to fully trusted users only, disabling the affected nodes by adding `n8n-nodes-base.elasticsearch` and `n8n-nodes-base.elasticSecurity` to the `NODES_EXCLUDE` environment variable if not required, and auditing existing workflows to ensure index and document identifier fields do not accept externally-controlled input. The source notes these workarounds do not fully remediate the risk and should only be used as short-term measures.

GitHub Advisory Database