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 10/638
VIEW ALL
01

Ford’s new AI assistant can check your fuel levels and tire pressure

industry
Aug 10, 2026

Ford is launching a new AI-powered assistant that answers questions about Ford and Lincoln vehicles through a mobile app chatbot. The assistant can access vehicle-specific information like fuel levels, cargo capacity, and towing capabilities to help owners plan trips and understand their vehicle's features.

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.

The Verge (AI)
02

Putting frontier cyber models in more trusted hands

securityindustry
Aug 10, 2026

OpenAI is launching the Daybreak Cyber Partner program to give security companies access to advanced AI models designed to help find and fix software vulnerabilities faster. Through partnerships with firms like Accenture, IBM, Palo Alto Networks, and CrowdStrike, organizations can now use frontier AI models (cutting-edge AI systems) built into security tools and services they already use, rather than building their own AI security programs.

OpenAI Blog
03

Expanding Daybreak as the Cyber Defense Window Narrows

securitypolicy
Aug 10, 2026

OpenAI is expanding Daybreak, a program that gives approved cybersecurity defenders early access to advanced AI models before attackers can use them offensively. The program offers two tiers: Daybreak Blue provides GPT-5.6 Sol (a general-purpose AI model) with modified safeguards for defensive security work like finding vulnerabilities and analyzing malware, while Daybreak Red offers GPT-5.6-Cyber, a specialized model trained to better assist with advanced security tasks like exploit development (creating attack code chains) with fewer refusals to help requests.

OpenAI Blog
04

These startups are chasing the next big thing in LLMs

researchindustry
Aug 10, 2026

Transformers, the neural network architecture (a type of AI model structure) that powers modern large language models, are becoming a bottleneck because they require massive amounts of computation to process text, especially when handling large amounts of input data simultaneously. Researchers and startups are exploring new approaches to replace or improve transformers, with one promising direction being sparse attention, which reduces computational load by only comparing some word pairs instead of all pairs.

MIT Technology Review
05

7 key trends defining the cybersecurity market today

industrysecurity
Aug 10, 2026

AI is transforming the cybersecurity market, with record venture capital funding flowing into AI-focused security startups and established vendors buying up new companies to add AI features to their platforms. New product categories have emerged specifically to protect AI systems, including prompt injection detection (catching attacks that hide malicious instructions in AI inputs), LLM security (protecting large language models), and AI red teaming (simulating attacks to find vulnerabilities). Major cybersecurity companies like CrowdStrike, Cisco, and Check Point are aggressively acquiring AI security startups to fill gaps in their security offerings.

CSO Online
06

CVE-2026-12570: A vulnerability in keras-team/keras versions <= 3.15.0 allows for a denial of service (DoS) attack when loading maliciou

security
Aug 10, 2026

A vulnerability in Keras (a machine learning library) versions 3.15.0 and earlier allows attackers to crash applications by creating malicious .keras model files. When the keras.models.load_model() function opens these files, it doesn't check how much memory the data needs, causing the program to run out of memory (OOM, an out-of-memory condition where the system can't allocate more space) and crash. This risk affects machine learning pipelines that load models from untrusted sources like public repositories.

NVD/CVE Database
07

OpenAI's Next AI Model Astra Shows Cyber Performance Strong Enough to Trigger Pause

securitysafety
Aug 10, 2026

OpenAI has paused internal work on its Astra AI model after discovering it has strong capabilities in agentic coding (where AI can act autonomously to write and modify code) and cybersecurity tasks, including potentially developing zero-day exploits (previously unknown software vulnerabilities that attackers could use). In response, the company is implementing security controls like isolated testing environments, restricted network access, enhanced encryption, and continuous monitoring to detect risky behavior before deploying the model more widely.

Fix: OpenAI has implemented the following security controls: isolated testing environments, restricted network and tool access, enhanced model weight protections and encryption, additional monitoring and detection capabilities, and sandboxed execution (running code in an isolated environment). The company is also pausing internal activities involving Astra that do not meet these strengthened security control requirements, implementing universal monitoring for risky actions and misalignment across all agentic applications, and working with government agencies and select AI safety organizations to test the model's capabilities safely.

The Hacker News
08

Quoting OpenClaw (running Opus 4.6)

security
Aug 9, 2026

A security researcher using OpenClaw (an AI tool running Opus 4.6) discovered a critical vulnerability in an Australian gym-booking website where the API (application programming interface, the system that lets software communicate) lacks authorization checks (verification that a user is allowed to perform an action) on canceling reservations, allowing anyone to cancel other users' bookings and manipulate their waitlist positions.

Simon Willison's Weblog
09

Quoting OpenClaw (running Opus 4.6)

security
Aug 9, 2026

A security researcher using OpenClaw (an AI system running Opus 4.6) discovered that a gym-booking website had a critical authorization flaw: the API lacked permission checks when canceling reservations, allowing anyone to cancel other users' bookings without proper authentication (verification of who you are). The researcher demonstrated this by canceling another person's reservation from the waitlist.

Simon Willison's Weblog
10

Premium seats are coming to ChatGPT Business

industry
Aug 9, 2026

OpenAI is introducing Premium seats for ChatGPT Business, which offer 5x more usage capacity than Standard seats and remove the five-hour usage limit, allowing power users to work on larger projects without interruption. Premium seats cost $125/month per user (or $100/month annually), while Standard seats remain at $25/month ($20/month annually), and teams can mix both types in the same workspace. For a limited time, eligible early adopters can receive $100 in workspace credits for each Premium seat added, up to $500 total.

OpenAI Blog
Prev1...89101112...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