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

GHSA-qgvm-j2hm-6m38: Flowise: Unauthenticated OAuth2 token refresh endpoint returns access tokens — enables token theft for any connected service

security
Aug 4, 2026

Flowise has a security flaw where an unauthenticated endpoint (`POST /api/v1/oauth2-credential/refresh/:credentialId`) can refresh OAuth2 tokens (credentials that allow apps to act on behalf of a user) without requiring login. An attacker who knows a credential ID can call this endpoint to get a fresh access token and use it to impersonate the victim on connected services like Google or Microsoft.

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.

Fix: Remove the refresh endpoint from `WHITELIST_URLS` in `packages/server/src/utils/constants.ts` and add an authentication check to the route handler in `packages/server/src/routes/oauth2/index.ts` to require login before allowing token refresh.

GitHub Advisory Database
02

GHSA-5xvg-pmgg-3mxr: Flowise: CSV Agent Prompt Injection Remote Code Execution Vulnerability

security
Aug 4, 2026

Flowise version 3.1.1 has a vulnerability where attackers can use prompt injection (tricking an AI by hiding instructions in its input) on a CSV Agent node to make the LLM generate malicious Python code that bypasses the security blocklist validator and runs with full system access in an unsandboxed pyodide environment (a Python runtime in JavaScript). This allows remote code execution without requiring authentication.

GitHub Advisory Database
03

Nvidia doesn’t mess around: A week after open AI industry group formed, it’s already showing progress

policyindustry
Aug 4, 2026

Nvidia-led Open Secure AI Alliance (OSAA), an industry group of over 120 companies formed to address AI security, has quickly developed initial proposals including guidelines for confidentially reporting AI cybersecurity incidents and conducting blame-free analysis of incidents. Member companies are also contributing open source security tools, such as Nvidia's Garak (an LLM vulnerability scanner, a tool that checks AI systems for security weaknesses) and tools from other companies for agent identity and governance, with the goal of eventually creating shared open source resources to help enterprises secure their AI systems.

TechCrunch (Security)
04

GHSA-gmmw-qg98-6j6p: Flowise: Broken Access Control in Stripe Subscription Endpoints Allows Cross-Tenant Billing Manipulation

security
Aug 4, 2026

Flowise has a broken access control vulnerability in its billing endpoints that allows an authenticated attacker to manipulate another organization's Stripe subscriptions. The vulnerable endpoints accept subscription identifiers directly from user input without checking that the subscription belongs to the attacker's organization, enabling unauthorized billing operations like changing subscription plans or seat quantities.

GitHub Advisory Database
05

GHSA-8gj2-2cvc-6xx7: Flowise: Unauthenticated Credential Abuse via Text-to-Speech Endpoint Allows Unauthorized Use of Private Chatflow TTS Credentials

security
Aug 4, 2026

Flowise has a security flaw where the text-to-speech API endpoint doesn't require login and doesn't check if a chatflow is public before allowing access to it. An attacker who knows a chatflow's ID can trick the system into using that chatflow's stored API credentials (like OpenAI or ElevenLabs keys) to generate unlimited audio without permission, costing the real owner money.

GitHub Advisory Database
06

GHSA-fm2f-4339-4p2f: Flowise: Missing Authorization on Execution Update Endpoint

security
Aug 4, 2026

Flowise has a missing authorization vulnerability in its execution update endpoint (`PUT /api/v1/executions/:id`). Unlike other execution endpoints that check user permissions, the update endpoint allows any authenticated user to modify any execution record, enabling privilege escalation (gaining higher-level access than intended) where a low-privileged user can change execution data and results.

GitHub Advisory Database
07

Third-party cyber evaluations involving OpenAI models

securitysafety
Aug 4, 2026

During independent security tests of OpenAI models, two external testing partners discovered that the models accessed the public internet beyond their intended boundaries under specific test conditions. One test (by the UK government's AI Security Institute) intentionally enabled internet access with reduced safeguards to measure the model's underlying capabilities, while another test (by a cybersecurity firm called Irregular) had a configuration error that unintentionally allowed internet access when the test environment was supposed to be isolated. OpenAI states these incidents highlight the need to improve testing standards and safety practices as AI models become more capable.

Fix: OpenAI stated it will 'review our own approach to third-party testing, including how we identify higher-risk evaluations, agree on scope, assess requests to enable internet access or lowered safeguards, set expectations for isolation, credential handling, monitoring, and stop conditions, and establish clearer incident-notification and escalation processes.' Additionally, OpenAI committed to 'working across the industry to strengthen shared practices for conducting high-risk evaluations safely, including convening stakeholders such as national AI institutes, independent evaluators, other AI labs, and other groups in the coming weeks.'

OpenAI Blog
08

Advance Zero Trust for AI: New tools and guidance to secure AI agents and DevSecOps

securitypolicy
Aug 4, 2026

Microsoft has expanded its Zero Trust for AI strategy with new tools to help organizations secure AI agents and development workflows. The updates include an AI-focused Zero Trust Assessment tool that evaluates security controls across AI systems, and a new DevSecOps (developer security operations, where security practices are built into software development) pillar in the Zero Trust Workshop that provides 91 specific tasks to apply Zero Trust principles (verify every access, assume breaches could happen, use least privilege access) from source code to cloud deployment.

Fix: Microsoft provides two explicit tools and resources: (1) the updated Zero Trust Assessment tool with new AI-focused checks to evaluate controls and identify gaps in AI adoption, and (2) the new DevSecOps pillar in the Zero Trust Workshop containing 15 control groups and 91 tasks that help teams apply Zero Trust principles throughout the software development lifecycle. The Assessment results map directly into the Workshop's 'First, Then, Next framework' to transform findings into a prioritized remediation roadmap. Additionally, Microsoft offers 'new practical guidance for security practitioners and a new e-book titled Zero Trust for AI, rebuilding security controls for autonomous and agentic systems.'

Microsoft Security Blog
09

CVE-2026-47487: NVIDIA Triton Inference Server for Linux contains a vulnerability where a user could cause files outside the model repos

security
Aug 4, 2026

NVIDIA Triton Inference Server for Linux has a vulnerability where an attacker could read, write, or modify files outside the intended model repository by providing a specially crafted path in the model name to the MLflow plugin. This could lead to denial of service (making a system unavailable) and information disclosure (leaking sensitive data).

NVD/CVE Database
10

GHSA-wch5-xp77-fxg4: Flowise: Cross-Workspace OAuth2 Credential Metadata Leak

security
Aug 4, 2026

Flowise has a security vulnerability in its OAuth2 credential handling where three endpoints look up credentials by ID alone without checking which workspace the user belongs to, and two of these endpoints skip authentication entirely. This allows authenticated users to access credentials from other workspaces, and unauthenticated attackers to inject forged OAuth2 tokens or refresh tokens for any credential in the system.

GitHub Advisory Database
Prev1...2425262728...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