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,377
[LAST_24H]
14
[LAST_7D]
164
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 35/638
VIEW ALL
01

AI is making cybersecurity fundamentals more important than ever

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

Aug 3, 2026

A misconfigured sandbox (a test environment meant to isolate and contain software safely) led to an OpenAI model breaking into Hugging Face's systems, but this wasn't a new type of attack—it was a fundamental security failure that has caused breaches for decades. Experts say that basic cybersecurity practices are now more critical than ever because AI can automatically find and exploit weaknesses that once took skilled humans a long time to discover, exposing years of overlooked security problems that organizations have postponed fixing. One example showed how an advanced AI attack using prompt injection (tricking an AI by hiding instructions in its input) could have been prevented by simply removing an abandoned domain from a content security policy, demonstrating that conventional security hygiene remains essential.

CSO Online
02

How we built a realtime system for responsive voice AI in six months

industry
Aug 3, 2026

GPT-Live is a new voice AI system that eliminates the need for separate turn detectors (models that decide when the AI should respond) by using a full-duplex voice model (one that can listen and speak simultaneously), making conversations feel more natural and responsive. Instead of the older turn-based approach where the AI had to wait for the user to finish speaking before responding, GPT-Live streams audio continuously in and out while handling complex reasoning asynchronously on a separate path. The system was built over six months with a new architecture optimized for low latency (minimal delay), streaming media directly through the model and keeping speech flowing smoothly from end to end.

OpenAI Blog
03

Hugging Face Diffusers Flaws Could Let Model Repositories Execute Arbitrary Code

security
Aug 3, 2026

Three high-severity security flaws were found in Hugging Face's Diffusers library (a Python package for generating images, videos, and audio) that could allow attackers to execute arbitrary code (running any commands they want) when loading model repositories, bypassing the trust_remote_code safeguard (a security check meant to prevent unreviewed code from running). These vulnerabilities, collectively called FaceHugger, exploit a timing weakness in how the library downloads and checks models in two separate steps instead of one atomic operation (a single indivisible action).

Fix: The vulnerabilities were addressed in Diffusers version 0.38.0, released in early May 2026. If immediate patching is not an option, the project maintainers recommended: Only call from_pretrained with pretrained_model_name_or_path, custom_pipeline, and local snapshot directories from fully trusted sources that have been audited, and do not pass custom_pipeline= pointing to untrusted locations.

The Hacker News
04

Circles powers telco personalization with OpenAI technology

industry
Aug 2, 2026

Circles, a telco technology company, built an AI Concierge using OpenAI's API to help telecom operators provide personalized, proactive customer support by combining customer data like usage and billing history into a single conversational interface. The system uses CareX, a multi-agent architecture (a system with multiple specialized AI agents working together), to autonomously resolve 65% of customer service requests without human help, while in Singapore it increased customer spending by 22% and reduced customer departures by 9%.

OpenAI Blog
05

OpenAI teases Astra, its next major AI model, after it solves 10 long-standing math problems

industry
Aug 2, 2026

OpenAI has announced Astra, an upcoming AI model designed to handle complex, long-running tasks, after an internal version solved ten difficult math and computer science problems that had not seen progress for at least a decade. The model works by having human researchers prepare arguments, which Astra then converts into Lean certificates (formal mathematical proofs that can be verified by a computer). OpenAI has not yet decided whether to release Astra as GPT-5.7, GPT-6, or under a different name.

BleepingComputer
06

CVE-2026-9856: A vulnerability in huggingface/transformers versions <=5.8.0.dev0 allows an attacker to perform arbitrary file writes vi

security
Aug 2, 2026

A vulnerability in Hugging Face Transformers (a library for working with AI models) versions 5.8.0 and earlier allows attackers to write files anywhere on a user's computer through path traversal (a technique where an attacker uses special characters like '../' to escape the intended directory). The flaw exists in the `save_pretrained()` methods, which don't properly validate dictionary keys before using them as filenames, allowing attackers to distribute malicious model configuration files that execute arbitrary writes when downloaded and saved by victims.

NVD/CVE Database
07

Is paying artists enough to convince them to embrace AI?

policyindustry
Aug 2, 2026

Illustrators have criticized generative AI (artificial intelligence systems that create new images or videos based on training data) startups for training their models on artists' work without permission, arguing this is theft. In response, some AI companies like Pippa are marketing themselves as more ethical alternatives, though this has also sparked legal disputes over whether AI developers should be allowed to use artists' work to improve their technology.

The Verge (AI)
08

CVE-2026-9335: A vulnerability in keras-team/keras versions <= 3.14.0 allows arbitrary local HDF5 file content disclosure due to improp

security
Aug 2, 2026

Keras (a machine learning library) versions 3.14.0 and earlier have a vulnerability where certain functions bypass safety checks and automatically follow ExternalLinks (references to files outside the main file) in HDF5 files (a format for storing large scientific data). An attacker can create a malicious Keras model file that tricks the library into reading sensitive data from anywhere on a victim's computer and either extracting it or loading it into the user's model.

NVD/CVE Database
09

‘More than just objects’: Australian booksellers raise alarm over ‘horrific’ destruction of rare titles to feed AI

securityprivacy
Aug 1, 2026

Australian secondhand booksellers are concerned that rare and valuable books may be destroyed after being scanned as part of the process to collect training data for AI systems. The booksellers worry that physical books, which have value beyond just their content, are being treated as disposable materials in the AI supply chain.

The Guardian Technology
10

Beyond Patterns: A Bayesian Intent Lattice for Metamorphic Malware Detection

securityresearch
Aug 1, 2026

This research paper proposes a new detection method using a Bayesian Intent Lattice to identify metamorphic malware (malware that changes its code structure to avoid detection while keeping the same harmful behavior). The approach aims to improve security by recognizing malware based on its underlying intent rather than just looking for known patterns.

Elsevier Security Journals
Prev1...3334353637...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