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

GHSA-c37g-w77q-m4vp: n8n: SQL Injection in Postgres v1/TimesclaeDB Nodes

mediumvulnerability
security
Jun 16, 2026
CVE-2026-54310

n8n, a workflow automation tool, has a SQL injection vulnerability (a flaw that lets attackers insert malicious database commands) in its Postgres v1 and TimescaleDB nodes. An authenticated user with permission to create or edit workflows could exploit this to run arbitrary SQL commands against connected databases with the privileges of the configured database account.

Fix: The issue has been fixed in n8n versions 2.25.7 and 2.26.2. Users should upgrade to one of these versions or later to remediate the vulnerability. As temporary workarounds, administrators can limit workflow creation and editing permissions to fully trusted users only, or disable the Postgres and TimescaleDB nodes by adding `n8n-nodes-base.postgres` and `n8n-nodes-base.timescaleDb` to the `NODES_EXCLUDE` environment variable. However, the source notes that these workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.

GitHub Advisory Database

‘Dangerous’ AI Models Are Coming No Matter What

infonews
policysafety

GHSA-5xp3-2w67-427v: n8n: Git Node Clone and Push Operations Bypass File Sandbox

mediumvulnerability
security
Jun 16, 2026
CVE-2026-49465

A security flaw in n8n (a workflow automation tool) allowed authenticated users to bypass file access restrictions by using the Git node's Clone and Push operations with local filesystem paths, potentially letting them read files they shouldn't have access to. The vulnerability has been patched in specific versions of n8n.

GHSA-9pq8-m8gp-4p53: n8n: Python sandbox escape

highvulnerability
security
Jun 16, 2026
CVE-2026-49444

An authenticated user with permission to create or modify workflows in n8n could escape the Python sandbox (a restricted environment meant to safely run untrusted code) and execute arbitrary code on the task runner container. This vulnerability only affects instances where the Python Task Runner feature is enabled.

GHSA-94f4-hr76-p5j6: vLLM: OpenAI auth bypass

criticalvulnerability
security
Jun 16, 2026
CVE-2026-48746

vLLM has an authentication bypass vulnerability in its OpenAI API protection. An attacker can craft a request with a specially crafted Host header (containing special characters like `/` or `?`) to trick the authentication check into looking at the wrong URL path, allowing them to use the API without providing the required `VLLM_API_KEY`. This only affects vLLM instances exposed directly to attackers; those behind a proper web server like nginx are protected.

GHSA-rcjh-r59h-gq37: Langflow: Unauthenticated Shareable Playground arbitrary local or S3 file read

mediumvulnerability
security
Jun 16, 2026
CVE-2026-48520

Langflow's Shareable Playground feature allows unauthenticated users to execute public workflows through a special endpoint. This endpoint accepts a list of files that can be read from either the local system or S3 storage (cloud file storage), potentially exposing sensitive files if the workflow is configured to read them. An attacker could craft a request specifying arbitrary file paths to extract data without authentication.

GHSA-v5ff-9q35-q26f: Langflow: Unauthenticated RCE in Shareable Playgrounds

criticalvulnerability
security
Jun 16, 2026
CVE-2026-48519

Langflow's Shareable Playground feature contains a critical RCE (remote code execution, where an attacker can run commands on a system they don't own) vulnerability that allows unauthenticated users to execute arbitrary Python code. By sharing a flow and then modifying the code field in the API request to the `/api/v1/build_public_tmp` endpoint, an attacker can run malicious commands on the server.

GHSA-79ph-745m-6wxq: Langflow: Path Traversal in Knowledge Bases API via Creation Endpoint

mediumvulnerability
security
Jun 16, 2026
CVE-2026-42867

Langflow has a path traversal vulnerability (a security flaw where an attacker can access files outside intended directories) in its Knowledge Bases API that allows authenticated attackers to create files and directories anywhere on the server by supplying malicious names like '../victim_user/evil_kb' or '/tmp/pwned' to the creation endpoint, potentially compromising data across users and corrupting knowledge bases.

GHSA-q8gq-377p-jq3r: vLLM: Security Check Bypass via assert Statement in Activation Function Loading Allows Arbitrary Code Execution

highvulnerability
security
Jun 16, 2026
CVE-2026-41523

vLLM has a security vulnerability where an `assert` statement (a line of code that checks a condition) used to restrict which activation functions can be loaded is removed when Python runs in optimized mode, allowing attackers to publish malicious models on HuggingFace that execute arbitrary code when loaded.

GHSA-9c59-2mvc-vfr8: Langflow: IDOR/BOLA in Monitor API — Missing Ownership Enforcement on 7 Endpoints

highvulnerability
security
Jun 16, 2026
CVE-2026-33760

Langflow's monitor API has 7 endpoints that lack ownership checks, allowing any authenticated user to read, modify, or delete another user's data like messages, sessions, and LLM logs through IDOR/BOLA (insecure direct object references/broken object-level authorization, where an attacker can access resources by guessing or knowing their IDs). The source code shows that the correct ownership-checking pattern exists in one endpoint but was not applied consistently across the other vulnerable endpoints.

France to ditch Palantir’s AI data tools in favour of domestic provider

infonews
policy
Jun 16, 2026

France's intelligence service is switching from Palantir, a US company's AI data analysis tool, to a domestic provider called ChapsVision to reduce dependence on foreign technology. The French government argues that relying on tools controlled by other countries poses a strategic risk, and that France should develop and use its own AI systems instead.

Securing the future of AI agents

infonews
safetysecurity

GHSA-gr75-jv2w-4656: LangChain: Path traversal and sandbox escape in LangChain file-search middleware and loaders

mediumvulnerability
security
Jun 16, 2026

LangChain has a path traversal vulnerability (a security flaw where attackers can access files outside an intended directory) in its file-search and configuration-loading components. These components don't properly validate that resolved file paths stay within their intended root directory, allowing attackers to use glob patterns (wildcards like *.txt), symlinks (shortcuts to files), or specially crafted path strings to access files they shouldn't. If an untrusted source, including an LLM, influences the paths or search patterns, attackers could read files outside the intended boundary.

SpaceX to acquire the AI coding startup Cursor for $60 billion

infonews
industry
Jun 16, 2026

SpaceX announced a $60 billion agreement to acquire Cursor, an AI startup that built a popular coding tool helping developers generate and review code. The deal comes after Cursor experienced rapid growth since 2022, though its market share has recently declined from 41% to 26% as competitors like Anthropic have gained ground, and SpaceX expects the merger to close in the third quarter pending regulatory approval.

GHSA-p4gq-832x-fm9v: Natural Language Toolkit (NLTK): URL-Encoded Path Traversal in nltk.data.load() Allows Arbitrary Local File Read

highvulnerability
security
Jun 16, 2026
CVE-2026-54293

NLTK's nltk.data.load() function has a path traversal vulnerability (CWE-22, an attack that lets someone read files outside intended directories) because it checks for dangerous patterns before decoding URL-encoded characters like %2f (/) and %2e (.). An attacker can bypass protections by URL-encoding traversal sequences (for example, %2fetc%2fpasswd instead of /etc/passwd) and read arbitrary files from the filesystem.

GHSA-8rfp-98v4-mmr6: Bleach: URI sanitization allows disallowed URI schemes with Unicode > U+00A0 in output

lowvulnerability
security
Jun 16, 2026

Bleach, a library that removes dangerous content from HTML, has a vulnerability where it fails to block disallowed URI schemes (like javascript:) when Unicode characters (special invisible characters above U+00A0) are inserted into them. While modern browsers won't execute these malformed links, the vulnerability breaks Bleach's safety promise, and if downstream systems normalize these Unicode characters, the dangerous links could become executable.

GHSA-534h-c3cw-v3h9: Nuxt dev server vite-node IPC socket is world-connectable on Linux

mediumvulnerability
security
Jun 16, 2026

When developers run `nuxt dev` on Linux with Node.js 20+, Nuxt creates an IPC server (a communication channel for internal processes) using an abstract-namespace Unix socket (a type of connection with no file permissions). Any other user on the same machine can connect to this socket and request sensitive files like `.env` or SSH keys, exposing the developer's secrets. This only affects shared Linux machines and does not impact production builds, macOS, Windows, or containerized environments.

GHSA-mm7m-92g8-7m47: Nuxt: Route-rule middleware bypass via case-sensitivity mismatch between vue-router and the routeRules matcher

highvulnerability
security
Jun 16, 2026
CVE-2026-53721

Nuxt has a security vulnerability where routeRules (a feature that applies middleware and other settings to URL paths) uses case-sensitive matching, but vue-router (the routing library Nuxt uses) defaults to case-insensitive matching. This mismatch allows attackers to bypass authorization middleware by changing the capitalization of URL paths, for example accessing `/Admin/dashboard` instead of `/admin/dashboard` to skip security checks.

GHSA-c9cv-mq2m-ppp3: Nuxt: URL-handling weaknesses in `navigateTo` and `reloadNuxtApp`: SSR open redirect, client-side script execution via the `open` option, and protocol-relative bypass in `reloadNuxtApp`

mediumvulnerability
security
Jun 16, 2026

Nuxt has three URL-handling vulnerabilities in its `navigateTo` and `reloadNuxtApp` functions. First, attackers can bypass path checks using obfuscated paths (like `/..//evil.com`) that get normalized to protocol-relative URLs (like `//evil.com`), causing server-side redirects to attacker sites. Second, the `open` option in `navigateTo` doesn't block javascript: URLs, allowing script execution. Third, `reloadNuxtApp` accepts protocol-relative paths that bypass script-blocking checks. All three can lead to phishing, OAuth token theft, or reflected XSS (cross-site scripting, where attackers inject malicious code into a website's response).

Magnitude Emerges From Stealth Mode With $10 Million in Funding

infonews
industry
Jun 16, 2026

Magnitude, a cybersecurity startup, launched with $10 million in funding to address third-party risk management (TPRM, the process of monitoring security risks from external vendors and partners) using an autonomous AI workforce. The company's AI agents continuously monitor vendors, products, and dependencies for vulnerabilities, automatically identify exposed systems when new risks emerge, and help organizations respond to threats at the speed of AI-powered attacks.

Previous176 / 481Next
Jun 16, 2026

Anthropic took its advanced Claude Fable 5 and Mythos 5 AI models offline after the U.S. government restricted them, citing concerns that these models can find and exploit software vulnerabilities (weaknesses in code that attackers can use). However, experts warn that restricting one company's models is ineffective because other AI companies and open-source developers will likely develop similar dangerous capabilities within months, and existing AI systems can already be used for vulnerability research with refined prompting (techniques to get better answers from AI).

Wired (Security)

Fix: Upgrade to n8n version 1.123.48, 2.21.8, or 2.22.4 or later. If immediate upgrading is not possible, administrators can temporarily: (1) restrict workflow creation and editing permissions to fully trusted users only, or (2) disable the Git node by adding `n8n-nodes-base.git` to the `NODES_EXCLUDE` environment variable. 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 1.123.48, 2.21.8, and 2.22.4. Users should upgrade to one of these versions or later. As temporary workarounds while upgrading: limit workflow creation and editing permissions to fully trusted users only, or disable the Python Code node by adding `n8n-nodes-base.code` to the `NODES_EXCLUDE` environment variable, or disable the Python Task Runner entirely. The source notes these workarounds do not fully remediate the risk and should only be short-term measures.

GitHub Advisory Database
GitHub Advisory Database
GitHub Advisory Database
GitHub Advisory Database

Fix: The issue was fixed in PR #12337 by introducing a `_validate_kb_path_containment()` helper function that uses `Path.is_relative_to()` (instead of `startswith()`) to enforce strict path boundaries and prevent traversal attacks. This validation is applied before any filesystem operations, and regression tests were added to verify that traversal payloads return a 403 Forbidden response.

GitHub Advisory Database

Fix: Replace the `assert` with an explicit conditional raise. The source provides this fix: `if not function_name.startswith("torch.nn.modules."): raise ValueError("Loading of activation functions is restricted to torch.nn.modules for security reasons")`

Hugging Face Security Advisories
GitHub Advisory Database
The Guardian Technology
Jun 16, 2026

AI agents (autonomous systems that can perform complex tasks independently) are becoming more powerful but also riskier, so Google developed the AI Control Roadmap, a 'defense-in-depth' security framework that combines traditional safeguards like sandboxing (isolating software to limit damage) with monitoring systems and permission controls to protect against agents that may not be perfectly aligned (trained to match human goals) with organizational values. The roadmap treats AI agents as potential insider threats and uses trusted AI supervisors to constantly monitor their reasoning and actions, blocking harmful behaviors before they occur.

Fix: The source describes Google's implemented mitigations within the AI Control Roadmap: (1) using other trusted AI systems as 'supervisors' to constantly monitor a working agent's reasoning, actions, and plans; (2) having supervisors step in to block harmful actions before damage occurs; and (3) continuously measuring performance using three metrics—coverage (fraction of traffic monitored), recall (fraction of misaligned behaviors caught), and time-to-response. The roadmap also employs traditional safeguards including sandboxing, endpoint security, and prompt injection resistance, plus granting AI agents permissions based on their verified behavior.

DeepMind Safety Research

Fix: The patches will canonicalize candidate paths (resolve symlinks to their actual targets) and verify the resolved real path stays within the configured root before reading files; normalize search patterns so they cannot escape the root; make configuration loaders confine resolved path fields and reject symlink escapes unless the caller explicitly enables dangerous loading; enforce path-segment boundaries in path-prefix checks; and make path validation work consistently across different operating systems. Callers that intentionally reference external paths can opt in via the existing dangerous-loading flag.

GitHub Advisory Database
CNBC Technology
GitHub Advisory Database

Fix: Users should upgrade to Bleach 6.4.0. As a workaround, pre-process content to remove non-ASCII characters from URI schemes before sanitizing with bleach.clean, or implement a strong Content-Security-Policy (a security header that restricts what scripts can run on a webpage) without unsafe-inline and unsafe-eval script-srcs.

GitHub Advisory Database

Fix: Fixed in `nuxt@4.4.7` and backported to `nuxt@3.21.7`. The fix removes the abstract-namespace socket entirely and instead uses a filesystem Unix socket under the OS temp directory with `chmod 0600` permissions (restricting access to only the owner). If the permission-setting fails, the server closes rather than running on an unrestricted channel. Alternatively, if you cannot upgrade immediately, run `nuxt dev` inside a container or VM with no other users, use a single-user namespace (`unshare -U`), or restrict visibility of `/proc/net/unix` via `hidepid=2` mount options (though this is only partial mitigation).

GitHub Advisory Database

Fix: Update to nuxt@4.4.7 or nuxt@3.21.7, which fix the vulnerability by normalizing path matching to be case-insensitive consistently. If you cannot upgrade immediately, you can work around the issue by: (1) setting `router.options.sensitive = true` to make all route matching case-sensitive, (2) moving security-critical middleware from `routeRules.appMiddleware` to `definePageMeta({ middleware: [...] })` on protected page components, or (3) enforcing authorization at the API or data-fetching layer instead of relying on middleware.

GitHub Advisory Database

Fix: Update to nuxt@4.4.7 or nuxt@3.21.7. Alternatively, the source provides workarounds: (1) validate redirect targets before passing to `navigateTo` by rejecting paths where `new URL(target, 'http://localhost').pathname` starts with `//`, or only accept a known allow-list of paths; (2) for the `open` option, reject any user-controlled URL whose protocol is not in an allow-list (typically just `http:` and `https:`).

GitHub Advisory Database
SecurityWeek