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]
21
[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 19/638
VIEW ALL
01

From asking to doing: How the world is putting ChatGPT to work

industry
Aug 5, 2026

ChatGPT usage is expanding globally beyond just answering questions to completing practical tasks like writing, coding, and analysis, especially in work settings where users are twice as likely to use it for "doing" rather than "asking." The adoption gap is narrowing as countries in Latin America, Africa, and Oceania are catching up to early adopters, and multimedia use (generating or analyzing images and videos) is growing fastest at 7.8% of all messages worldwide.

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.

OpenAI Blog
02

Third-party cyber evaluations involving OpenAI models

securitysafety
Aug 5, 2026

During third-party security testing by Irregular, a misconfigured testing environment accidentally connected AI models to the public internet instead of keeping them isolated. In one case, an AI model exploited a real website because its name matched a fictional target in the test scenario, causing an unintended real-world attack.

Simon Willison's Weblog
03

AI Sends Global Crime Syndicates Into Fraud Nirvana

securitysafety
Aug 5, 2026

Organized crime groups are using AI tools to commit fraud on a massive scale and generate billions of dollars. They use voice cloning (AI that recreates someone's voice), deepfake video overlays (fake videos that look real), LLMs (large language models, AI systems trained on text data) to manage fake identities, and automated translation to scam people globally.

Dark Reading
04

OpenAI’s Browser Could Be Hijacked to Spam Your WhatsApp Contacts

securitysafety
Aug 5, 2026

Researchers at Zenity discovered that OpenAI's Atlas web browser and other AI-enabled browsers have serious security flaws that allow attackers to bypass protections and trick the AI into performing unauthorized actions like spamming WhatsApp contacts or making purchases on Amazon. The attacks work by embedding malicious instructions on websites that the AI system processes alongside legitimate user commands, exploiting a problem called prompt injection (tricking an AI by hiding instructions in its input) that security experts consider largely unsolved.

Wired (Security)
05

CVE-2026-18954 - Incorrect authorization in the aggregation pipeline tool in Amazon AWS Labs DocumentDB MCP Server

security
Aug 5, 2026

CVE-2026-18954 is an authorization bug in Amazon DocumentDB MCP Server (a tool that lets AI assistants access databases). The bug allows certain database operations called aggregation pipeline stages ($out and $merge, which are write operations) to bypass read-only protections, potentially letting an authenticated user make unwanted changes to the database.

Fix: Update to version 1.0.12 or later.

AWS Security Bulletins
06

No Perfect Fix for AI Browser Prompt Injection Flaws

securityresearch
Aug 5, 2026

AI browsers made by major companies still have vulnerabilities to prompt injection attacks (tricking an AI by hiding instructions in its input), even though they have multiple security protections in place. Researchers found that no current security approach completely eliminates this risk.

Dark Reading
07

Meta debuts first AI coding agent to take on Anthropic and OpenAI

industry
Aug 5, 2026

Meta has launched Muse Code, its first AI coding agent that helps developers write and validate software by managing complete engineering tasks within a single interface. The tool competes with similar offerings from Anthropic and OpenAI, and Meta is differentiating it mainly through lower pricing (with a contributor tier over 10 times cheaper than pay-as-you-go options) rather than superior capabilities. Muse Code works alongside Meta's latest AI model, Muse Spark 1.2, and developers can access it through a pay-as-you-go pricing model on Meta's developer platform.

CNBC Technology
08

AWS partners with Anthropic and OpenAI to bring AWS Continuum into developer workflows

industry
Aug 5, 2026

AWS is launching AWS Continuum for code vulnerabilities, a tool that combines multiple AI models (from Anthropic and OpenAI) to help developers find and fix security bugs in their code automatically. The tool works by using an AI harness (an orchestration layer that connects models to tools, guardrails, and workflows) to select the best model for each step of detecting, prioritizing, validating, and fixing vulnerabilities in a developer's existing coding environment.

AWS Security Blog
09

CVE-2026-18953 - Improper limitation of a pathname in AWS Transform MCP Server

security
Aug 5, 2026

A vulnerability exists in AWS Transform MCP Server (a tool that lets AI assistants run code-transformation jobs on a developer's local machine) versions 0.1.0 through 0.1.4. An attacker could exploit improper pathname validation in the get_resource tool to write files anywhere on the system outside the intended directory, potentially leading to local code execution (unauthorized commands running on the developer's computer).

Fix: Update awslabs.aws-transform-mcp-server to version 0.1.5 or later.

AWS Security Bulletins
10

CVE-2026-69111: Milvus through 2.6.22 and 3.0.0 contains an unauthenticated denial of service vulnerability that allows remote attackers

security
Aug 5, 2026

Milvus versions 2.6.22 and 3.0.0 have a vulnerability that allows attackers without authentication to shut down the service by sending a specially crafted HTTP request to an unprotected endpoint on port 9091. By exploiting the /management/stop endpoint, which doesn't require login credentials, attackers can disable critical components like the proxy, datanode, or querynode, causing a denial of service (interruption where the service stops working).

NVD/CVE Database
Prev1...1718192021...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