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-73485: Flowise before 3.1.3 contains a code injection vulnerability in the Airtable Agent node that allows unauthenticated atta

criticalvulnerability
security
Aug 13, 2026
CVE-2026-73485

Flowise before version 3.1.3 has a code injection vulnerability (a weakness that lets attackers insert malicious code) in its Airtable Agent node that allows unauthenticated attackers to execute arbitrary Python code by bypassing security checks through obfuscation techniques. Attackers can send specially crafted prompts to inject malicious Python code that runs with full access to the host operating system in an unsandboxed pyodide environment (a Python runtime without security restrictions).

NVD/CVE Database

CVE-2026-73498: MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, co

highvulnerability
security
Aug 12, 2026
CVE-2026-73498

MCP Atlassian (a server that connects AI tools to Atlassian products like Confluence and Jira) had a vulnerability in versions before 0.22.0 where the confluence_upload_attachment function didn't properly validate file paths, allowing an authenticated attacker to read any file the server could access and upload it to Confluence. This could expose sensitive credentials like API tokens if an AI agent is tricked into using this function through untrusted input.

GHSA-49m4-vp58-wgc9: MCP-for-Stata: Stata Command Injection via Unsanitized `package` in `ado_package_install`

highvulnerability
security
Aug 12, 2026
CVE-2026-55071

The `ado_package_install` tool in stata-mcp has a command injection vulnerability where user input in the `package` parameter is directly inserted into a Stata command without validation, allowing attackers to inject newline characters and arbitrary Stata commands, including the `shell` command (which runs OS-level code). This leads to RCE (remote code execution, where an attacker can run commands on a system they don't own) with a CVSS score (a 0-10 rating of how severe a vulnerability is) of 8.4 (High), and the tool is enabled by default.

CVE-2026-73325: Fujitsu Research's OneCompression library 1.2.0 contains an unsafe deserialization vulnerability that allows attackers t

highvulnerability
security
Aug 12, 2026
CVE-2026-73325

Fujitsu Research's OneCompression library version 1.2.0 has a vulnerability where it unsafely deserializes (converts data back into usable code) checkpoint files using Python's pickle module, allowing attackers to run arbitrary code by providing a malicious model.pt file. When the library loads a model file, it can execute hidden malicious instructions that attackers have embedded in the file, potentially compromising the entire system.

CVE-2026-73264: Prowler is a cloud security platform. Prior to 5.33.1, an authenticated user with Lighthouse provider configuration acce

highvulnerability
security
Aug 12, 2026
CVE-2026-73264

Prowler is a cloud security platform that had a vulnerability in versions before 5.33.1 where authenticated users could trick the system into sending API keys (secret credentials used for authorization) to attacker-controlled or internal endpoints by providing a malicious URL through the Lighthouse provider configuration.

CVE-2026-19594: Insufficient input sanitization in Snowflake Python API (`snowflake.core`) versions prior to 1.13.0 allowed confused-dep

highvulnerability
security
Aug 12, 2026
CVE-2026-19594

A vulnerability in Snowflake Python API (a library for connecting to Snowflake databases) versions before 1.13.0 allowed attackers to bypass security restrictions through two methods: path traversal (using `..` to access parent resources) and HTTP parameter pollution (injecting special characters like `&`, `#`, `=` to change how requests are interpreted). An attacker who could control certain input values in an application using this library could trick it into executing privileged operations under a higher-permission user account.

CVE-2026-48762: TypeBot is a chatbot builder tool. Prior to version 3.16.0, the OpenAI "Create Transcription" action handler fetches a u

mediumvulnerability
security
Aug 11, 2026
CVE-2026-48762

TypeBot is a chatbot builder tool that had a vulnerability in versions before 3.16.0 where the OpenAI transcription feature didn't properly validate audio URLs, allowing attackers to perform SSRF (server-side request forgery, where a server is tricked into making requests to internal or restricted addresses) and access internal systems. An attacker could exploit this to make the server fetch content from arbitrary internal addresses and send it to OpenAI's Whisper API for transcription.

CVE-2026-73036: Bash-it 3.2.0 contains a terminal escape sequence injection vulnerability in the barbuk theme's Python virtualenv prompt

mediumvulnerability
security
Aug 11, 2026
CVE-2026-73036

Bash-it version 3.2.0 has a vulnerability where a malicious pyproject.toml file can inject terminal escape sequences (special codes that control terminal behavior) into the command prompt. When a user enters a directory with this malicious file, the unfiltered content gets added to the prompt without removing these control characters, causing the terminal to execute unwanted commands every time the prompt appears.

CVE-2026-73032: PapersGPT for Zotero 0.6.1 contains a remote code execution vulnerability that allows attackers to execute arbitrary Jav

criticalvulnerability
security
Aug 11, 2026
CVE-2026-73032

PapersGPT for Zotero 0.6.1 has a remote code execution vulnerability (RCE, where attackers can run commands on a system they don't own) that lets attackers execute malicious JavaScript code by tricking the AI into returning harmful instructions through prompt injection (hiding malicious commands in AI inputs), intercepting network traffic, or using a fake AI endpoint. This gives attackers dangerous abilities like reading and writing files, running programs, and stealing all data in Zotero (a research management tool).

CVE-2026-73222: Claude Code Templates is a CLI tool for configuring and monitoring Claude Code. Prior to 1.29.4, the Claude Code Studio

highvulnerability
security
Aug 11, 2026
CVE-2026-73222

Claude Code Templates is a CLI tool with a critical vulnerability in versions before 1.29.4 where its Studio server binds to all network interfaces without authentication and allows attackers to execute arbitrary operating-system commands (running code on a system without permission) by sending specially crafted requests to the /api/execute or /api/install-agent endpoints. An attacker can exploit this by directly accessing the server or tricking a developer into visiting a malicious website, potentially stealing source code, credentials, and local data.

CVE-2026-72742: DSPy 3.3.0b1 contains a file exfiltration vulnerability in the Image and Audio output field adapters that allows attacke

highvulnerability
security
Aug 11, 2026
CVE-2026-72742

DSPy 3.3.0b1 has a vulnerability where attackers can trick the AI into reading files from a computer and sending them to an attacker-controlled server. The vulnerability exists in the Image and Audio output adapters, which process untrusted outputs from language models (the AI's responses) without proper safety checks, allowing an attacker to inject a file path that the system then reads and encodes into messages.

CVE-2026-73218: Cursor is a code editor built for programming with AI. Prior to 3.0.0, Cursor IDE for macOS allows an agent running in A

highvulnerability
security
Aug 11, 2026
CVE-2026-73218

Cursor is a code editor designed for AI-assisted programming. In versions before 3.0.0 on macOS, a security flaw allowed an agent running in Auto-Run Sandbox mode to launch a privileged container (a lightweight virtual environment) that could access the user's home directory and run commands on the computer without asking for permission first.

CVE-2026-73217: Cursor is a code editor built for programming with AI. Prior to 3.1.2, Cursor IDE for macOS allows an agent running in A

highvulnerability
security
Aug 11, 2026
CVE-2026-73217

Cursor is a code editor designed for programming with AI assistance. Before version 3.1.2, Cursor IDE on macOS had a security flaw where an AI agent running in Auto-Run Sandbox mode (a restricted environment meant to limit what code can do) could trick the system into running malicious Python code outside the sandbox with full user privileges, potentially allowing an attacker to modify files and launch programs. This vulnerability is fixed in version 3.1.2.

CVE-2026-70335: Improper neutralization of special elements used in an os command ('os command injection') in GitHub Copilot and Visual

highvulnerability
security
Aug 11, 2026
CVE-2026-70335

CVE-2026-70335 is a vulnerability in GitHub Copilot and Visual Studio Code that allows improper neutralization of special elements in OS commands (OS command injection, where an attacker can execute arbitrary system commands). An unauthorized attacker could exploit this to elevate their privileges locally on an affected system.

CVE-2026-65675: No cwe for this issue in Visual Studio Code CoPilot Chat Extension allows an unauthorized attacker to bypass a security

highvulnerability
security
Aug 11, 2026
CVE-2026-65675

CVE-2026-65675 is a vulnerability in Visual Studio Code's CoPilot Chat Extension that allows an unauthorized attacker to bypass a security feature over a network. The vulnerability has not yet been assigned a complete severity rating or detailed weakness classification by NIST.

CVE-2026-35502: Deserialization of untrusted data for some Intel(R) Extension for PyTorch before version 2.8.0 within Ring 3: User Appli

mediumvulnerability
security
Aug 11, 2026
CVE-2026-35502

Intel's Extension for PyTorch before version 2.8.0 has a vulnerability involving deserialization of untrusted data (processing data from unverified sources without proper validation), which could allow a local user to gain higher privileges on a system. An attacker would need local access and the user to interact with the software, but the actual security impact on the system is expected to be low.

CVE-2026-27765: Improper input validation for some vLLM Hardware Plugin for Intel(R) Gaudi(R) software before version 0.16.0 within Ring

mediumvulnerability
security
Aug 11, 2026
CVE-2026-27765

A security flaw in vLLM Hardware Plugin for Intel Gaudi software versions before 0.16.0 fails to properly validate user input (check that data is safe before using it), which could allow an authorized user to crash the system through a denial of service attack (making a service unavailable). The flaw affects system availability but not the security of stored data or system integrity.

CVE-2026-24693: Protection mechanism failure for some Intel(R) oneCCL Bindings for PyTorch before version v2.8.0 within Ring 3: User App

highvulnerability
security
Aug 11, 2026
CVE-2026-24693

Intel's oneCCL Bindings for PyTorch (a library that helps PyTorch run on Intel hardware) versions before v2.8.0 have a flaw in their protection mechanism that could let an unprivileged user gain elevated privileges (privilege escalation, meaning gaining admin-level access they shouldn't have). An attacker could exploit this through local access with minimal effort and some basic user interaction.

CVE-2026-21387: Protection mechanism failure for some Intel(R) LLM Library for PyTorch within Ring 3: User Applications may allow an esc

highvulnerability
security
Aug 11, 2026
CVE-2026-21387

A protection mechanism failure exists in Intel's LLM Library for PyTorch (a software tool for building machine learning models) that could allow an unprivileged user to gain higher system privileges through a local attack. The vulnerability requires the attacker to have some access to the system and could potentially compromise the confidentiality, integrity, and availability of affected systems.

CVE-2026-20728: Protection mechanism failure for some Intel Extension for TensorFlow software before version 2.15.0.3 within Ring 3: Use

highvulnerability
security
Aug 11, 2026
CVE-2026-20728

A protection mechanism failure in Intel Extension for TensorFlow (a library that adds TensorFlow AI capabilities to Intel systems) before version 2.15.0.3 could allow someone with basic system access to gain higher-level privileges, potentially compromising the confidentiality, integrity, and availability of the system. The attack requires local access and low complexity, with passive user interaction.

Previous21 / 146Next

Fix: This issue is fixed in version 0.22.0.

NVD/CVE Database
GitHub Advisory Database
NVD/CVE Database

Fix: Update Prowler to version 5.33.1 or later, where this issue is fixed.

NVD/CVE Database

Fix: "The fix is available in Snowflake Python API version 1.13.0, which also addresses several additional security findings. Users must manually upgrade."

NVD/CVE Database

Fix: Update TypeBot to version 3.16.0 or later, which fixes the issue by applying proper SSRF protection to the OpenAI 'Create Transcription' action handler.

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

Fix: Update Claude Code Templates to version 1.29.4 or later, as this version fixes the vulnerability.

NVD/CVE Database
NVD/CVE Database

Fix: This issue is fixed in version 3.0.0.

NVD/CVE Database

Fix: Update Cursor IDE to version 3.1.2 or later.

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

Fix: Update Intel(R) Extension for PyTorch to version 2.8.0 or later.

NVD/CVE Database

Fix: Update to vLLM Hardware Plugin for Intel Gaudi software version 0.16.0 or later.

NVD/CVE Database

Fix: Update Intel(R) oneCCL Bindings for PyTorch to version v2.8.0 or later.

NVD/CVE Database
NVD/CVE Database

Fix: Update Intel Extension for TensorFlow to version 2.15.0.3 or later.

NVD/CVE Database