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 Sec Watch

The security intelligence platform for AI teams

AI security threats move fast and get buried under hype and noise. Built by an Information Systems Security researcher to help security teams and developers stay ahead of vulnerabilities, privacy incidents, safety research, and policy developments.

Independent research. No sponsors, no paywalls, no conflicts of interest.

[TOTAL_TRACKED]
6,376
[LAST_24H]
20
[LAST_7D]
175
Daily BriefingWednesday, August 12, 2026
>

Reasoning Chain Decryption Flaw Across Major AI Providers: Researchers discovered a vulnerability in how OpenAI, Anthropic, and Google handle encrypted reasoning objects (encrypted data storing an AI's hidden thinking between API calls) that allowed weaker AI models to decode secrets from these blocks, including API keys, passwords, and private user data. The flaw enabled four distinct attacks: stealing proprietary reasoning processes, extracting private session data, recovering harmful content hidden in reasoning chains, and injecting malicious prompts inside opaque blocks.

>

Command Injection in Stata MCP Enables Remote Code Execution: The `ado_package_install` tool in stata-mcp (a Model Context Protocol server that connects AI systems to Stata statistical software) contains a command injection vulnerability where unsanitized user input is directly inserted into Stata commands, allowing attackers to inject newline characters and arbitrary commands including the `shell` command that executes operating system 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 severity rating) of 8.4, and the vulnerable tool is enabled by default. (CVE-2026-55071)

Latest Intel

page 21/638
VIEW ALL
01

CVE-2026-7869: IBM Langflow OSS 1.0.0 through 1.10.3 is vulnerable to Path Traversal in the Knowledge Bases API (`POST /api/v1/knowledg

security
Aug 5, 2026

IBM Langflow OSS versions 1.0.0 through 1.10.3 has a path traversal vulnerability (a flaw where an attacker can access files outside their intended directory) in the Knowledge Bases API endpoint. An authenticated attacker can exploit this by sending specially crafted knowledge base names that aren't properly checked, allowing them to create directories and write files anywhere on the server.

Critical This Week5 issues
critical

Zoom zero-click RCE flaws allow attackers to compromise meeting participants

CSO OnlineAug 11, 2026
Aug 11, 2026
>

File Path Traversal in Atlassian MCP Server Exposes Credentials: MCP Atlassian (a Model Context Protocol server connecting AI tools to Confluence and Jira) had a vulnerability in versions before 0.22.0 where the `confluence_upload_attachment` function didn't validate file paths, allowing authenticated attackers to read any server-accessible file 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. (CVE-2026-73498)

>

AI Harness Emerges as Critical Attack Surface: The harness layer (software wrapping an AI model that enables it to execute actions like running commands or making API calls) is becoming a major security vulnerability distinct from model-level weaknesses. Researchers have demonstrated that attackers can exploit the harness through architectural flaws, implementation mistakes, and supply-chain compromises, even when the underlying model is secure and properly aligned.

NVD/CVE Database
02

CVE-2026-7658: IBM Langflow OSS 1.0.0 through 1.10.3 does not properly validate the username field, allowing attackers to inject path t

security
Aug 5, 2026

IBM Langflow OSS (open-source software) versions 1.0.0 through 1.10.3 has a vulnerability where the username field is not properly checked, allowing attackers to use path traversal (a technique to access files outside intended directories by using sequences like '../'). This flaw could let attackers delete files from any directory, destroy data belonging to other users, or remove JWT signing keys (cryptographic keys used to verify user sessions), which would invalidate all user sessions.

NVD/CVE Database
03

CVE-2026-48168: PraisonAI is a multi-agent teams system. In versions prior to 4.6.40, the bundled Claude GitHub Actions workflow is vuln

security
Aug 5, 2026

PraisonAI (a system for running multiple AI agents together as teams) versions before 4.6.40 have a command injection vulnerability (a flaw where attackers can sneak malicious commands into the system) in its GitHub Actions workflow (an automation tool for running code when repository changes happen). An outside contributor can create a pull request with a malicious branch name and trigger the vulnerable workflow with a comment, allowing them to run harmful commands with powerful permissions like writing to the repository and accessing authentication tokens.

Fix: Update to version 4.6.40 or later, where this issue has been fixed.

NVD/CVE Database
04

CVE-2026-17633: IBM Langflow OSS 1.0.0 through 1.10.3 could allow a remote authenticated attacker to execute arbitrary code due to code

security
Aug 5, 2026

IBM Langflow OSS (an open-source AI tool framework) versions 1.0.0 through 1.10.3 has a vulnerability that allows an authenticated attacker (someone with login access) to run arbitrary code (any commands they choose) on the system through code injection (inserting malicious code into the application's input). The vulnerability has a CVSS score (severity rating on a 0-10 scale) that has not yet been assigned by NIST.

NVD/CVE Database
05

CVE-2026-17632: IBM Langflow OSS 1.0.0 through 1.10.3 could allow a remote authenticated attacker to execute arbitrary code due to impro

security
Aug 5, 2026

IBM Langflow OSS (an open-source tool for building AI applications) versions 1.0.0 through 1.10.3 has a vulnerability where a logged-in attacker could run malicious code on the system because the software doesn't properly check Python code during AST-based security scanning (a method that analyzes code structure before execution). This is a code injection vulnerability (CWE-94), meaning attackers can insert and execute their own code.

NVD/CVE Database
06

CVE-2026-17624: IBM Langflow OSS 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, 1.0.0 through 1

security
Aug 5, 2026

IBM Langflow OSS versions 1.0.0 through 1.10.3 contain a vulnerability that allows a remote authenticated attacker (someone with login access) to run arbitrary code (any commands they choose) due to improper validation of module imports (not properly checking which code libraries are being loaded). The vulnerability is classified as CWE-94, a type of code injection (inserting malicious code into a program).

NVD/CVE Database
07

CVE-2026-10547: IBM Langflow OSS 1.0.0 through 1.10.3 does not properly validate ownership in the deprecated POST /api/v1/build/{flow_id

security
Aug 5, 2026

IBM Langflow OSS (an open-source workflow tool) versions 1.0.0 through 1.10.3 has a vulnerability where an authenticated user can inject malicious graph data into a shared cache by exploiting improper ownership validation in a deprecated API endpoint. This could allow attackers to corrupt data for other users, run workflows without permission, or crash the system.

NVD/CVE Database
08

Microsoft AI exec tells developers to default to OpenAI's top model as part of efficiency push

industry
Aug 5, 2026

Microsoft is directing its developers to use OpenAI's GPT-5.6 Sol model as the default option in GitHub Copilot (a tool that uses AI to help write code) to reduce costs and get more value from the company's token (units of AI processing) spending. This shift reflects a broader industry trend where companies are moving away from "tokenmaxxing" (running up large AI processing bills without concern for cost) and instead focusing on efficiency as Wall Street pressure increases on massive AI spending.

CNBC Technology
09

OpenAI Disrupts Poipet Scam Network Using ChatGPT Across Multiple Fraud Schemes

security
Aug 5, 2026

OpenAI shut down a scam network based in Cambodia that used ChatGPT to run multiple fraud schemes, including romance scams, fake investment opportunities, gambling fraud, and impersonation of law enforcement. The banned accounts created fake online personas, generated messages to trick victims, and produced forged documents like passports and legal notices. The scammers used a three-step method called ping-zing-sting (initial contact, building trust, then requesting payment) and may have targeted hundreds of people, with individual victims losing thousands of dollars.

Fix: OpenAI said it 'banned a coordinated network of ChatGPT accounts likely originating from Southeast Asia' and 'investigated the operation in partnership with Meta-owned WhatsApp.' No additional technical fixes, patches, or preventive measures are explicitly described in the source text.

The Hacker News
10

CVE-2026-9081: IBM Langflow OSS 1.0.0 through 1.10.3, and 1.0.0 through 1.10.3 contains a Server-Side Request Forgery (SSRF) vulnerabil

security
Aug 5, 2026

IBM Langflow OSS versions 1.0.0 through 1.10.3 contain a server-side request forgery (SSRF, a vulnerability where an attacker tricks a server into making unwanted requests to other systems) in the validate_model_provider_key() function for the Ollama provider. The vulnerability exists because the function accepts a user-supplied URL parameter without checking if it's safe, allowing attackers to potentially access private internal networks or services.

NVD/CVE Database
Prev1...1920212223...638Next
critical

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

CVE-2026-73032NVD/CVE DatabaseAug 11, 2026
Aug 11, 2026
critical

CVE-2026-72898: Metabase SQL Injection Vulnerability

CVE-2026-72898CISA Known Exploited VulnerabilitiesAug 10, 2026
Aug 10, 2026
critical

CVE-2026-72718: goose is general-purpose AI agent that runs on your machine. Prior to 1.44.0, the `goose review` command runs the system

CVE-2026-72718NVD/CVE DatabaseAug 10, 2026
Aug 10, 2026
critical

CVE-2026-14526: The AI Copilot – Content Generator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and

CVE-2026-14526NVD/CVE DatabaseAug 8, 2026
Aug 8, 2026