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,364
[LAST_24H]
19
[LAST_7D]
173
Daily BriefingWednesday, August 12, 2026
>

Google's DeepMind Falls Behind in Frontier Model Race: Google's AI division has lost ground to OpenAI and Anthropic in developing the most advanced AI systems, prompting a leadership change to close the performance gap, particularly in coding capabilities where competitors hold significant advantages.

>

Critical Flaw in OpenAI, Anthropic, and Google APIs Exposes Hidden Reasoning: Researchers discovered a vulnerability in how major AI providers handle encrypted reasoning objects (encrypted data storing an AI's hidden thinking between API calls) that allowed weaker models to decode stronger models' concealed thoughts, exposing API keys, passwords, private user data, and enabling injection of malicious prompts inside supposedly opaque blocks.

>

Latest Intel

page 3/637
VIEW ALL
01

Stealing Reasoning Traces from Proprietary LLM APIs

securityresearch
Critical This Week5 issues
critical

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

CSO OnlineAug 11, 2026
Aug 11, 2026

Snowflake Python API Vulnerability Enables Privilege Escalation: CVE-2026-19594 in Snowflake Python API versions before 1.13.0 allowed attackers to bypass security restrictions through path traversal (using `..` to access parent resources) and HTTP parameter pollution (injecting special characters to alter request interpretation), potentially executing privileged operations under higher-permission accounts.

>

Fujitsu's OneCompression Library Vulnerable to Code Execution via Malicious Models: CVE-2026-73325 in OneCompression 1.2.0 unsafely deserializes (converts data back into executable code) checkpoint files using Python's pickle module, allowing attackers to run arbitrary commands by embedding malicious instructions in model.pt files that execute when the library loads them.

>

Context Bombing Uses Prompt Injections as Defensive Tool: Researchers demonstrated that embedding prompt injections (hidden instructions that override AI guidelines) alongside secrets in cloud storage can disable AI hacking agents by triggering their guardrails (built-in protections preventing harmful outputs), causing the agents to shut down rather than follow attacker instructions.

Aug 11, 2026

Researchers discovered that major AI companies (Anthropic, OpenAI, and Google) were returning encrypted reasoning traces (the step-by-step thinking process an AI uses to solve problems) that could be replayed and reused across different sessions and models. By replaying these encrypted blocks into weaker versions of the same model family and using prompt injection (tricking the AI by hiding instructions in its input), attackers could extract the stronger model's hidden reasoning in readable form, since all models in a family shared the same encryption key.

Fix: All model providers acknowledged the report and subsequently fixed the vulnerability. Specifically, the prompt injection technique that worked in Claude Haiku 4.5 (using a "Continue" prompt with a transcription request) was removed in the 4.6 models.

Simon Willison's Weblog
02

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

security
Aug 11, 2026

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.

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
03

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

security
Aug 11, 2026

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.

NVD/CVE Database
04

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

security
Aug 11, 2026

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).

NVD/CVE Database
05

ChatGPT and Gemini both just passed 1 billion users

industry
Aug 11, 2026

Both ChatGPT and Google's Gemini (AI chatbots that generate human-like responses to user questions) have each reached 1 billion monthly users, making them among the fastest-growing applications ever. ChatGPT hit this milestone first, though OpenAI announced it quietly in a blog post rather than through a major announcement.

The Verge (AI)
06

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

security
Aug 11, 2026

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.

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

NVD/CVE Database
07

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

security
Aug 11, 2026

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.

NVD/CVE Database
08

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

security
Aug 11, 2026

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.

Fix: This issue is fixed in version 3.0.0.

NVD/CVE Database
09

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

security
Aug 11, 2026

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.

Fix: Update Cursor IDE to version 3.1.2 or later.

NVD/CVE Database
10

Riot Platforms strikes deal with Anthropic as bitcoin miners shift focus to AI infrastructure

industry
Aug 11, 2026

Bitcoin miner Riot Platform has agreed to lease 191 megawatts of computing power to Anthropic (an AI company) for $9 billion over 20 years, marking a shift from bitcoin mining to providing infrastructure for AI systems. As cryptocurrency prices remain low and AI demand surges, bitcoin mining companies are increasingly pivoting to become AI infrastructure providers, since AI companies need the same scarce power and computing resources that miners already own.

CNBC Technology
Prev12345...637Next
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