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

Browse All

All tracked items across vulnerabilities, news, research, incidents, and regulatory updates.

to
Export CSV
9343 items

CVE-2026-73614: Network-AI ClaudeHookBridge before 5.15.1 truncates the target string to 500 characters before evaluating denyPatterns,

highvulnerability
security
Aug 13, 2026
CVE-2026-73614

ClaudeHookBridge (a tool that connects Claude AI to network systems) before version 5.15.1 has a security flaw where it shortens commands to 500 characters before checking a blocklist (denyPatterns), but then executes the full original command. Attackers can hide dangerous code after the 500-character limit to bypass security checks and run unauthorized commands on the system.

Fix: Upgrade to ClaudeHookBridge version 5.15.1 or later.

NVD/CVE Database

CVE-2026-73603: Flowise before 3.1.4 fails to validate chatflow visibility in the unauthenticated text-to-speech endpoint, allowing atta

mediumvulnerability
security
Aug 13, 2026
CVE-2026-73603

Flowise versions before 3.1.4 have a security flaw in their text-to-speech endpoint that doesn't properly check if users should have access to private chatflows (the conversation flows that power the AI). This means attackers can use someone else's private chatflow without logging in, and generate unlimited audio files using that chatflow owner's paid API keys (like OpenAI or ElevenLabs), costing the owner money.

CVE-2026-73487: Flowise before 3.1.3 contains a regex-based Python code validator bypass in CSV and Airtable Agent nodes that allows una

criticalvulnerability
security
Aug 13, 2026
CVE-2026-73487

Flowise before version 3.1.3 has a security flaw in its CSV and Airtable Agent nodes where a weak code validator (using regex, a pattern-matching tool) can be bypassed to allow prompt injection (tricking the AI by hiding instructions in its input). Attackers without authentication can inject malicious code to steal data, attack internal services, or execute arbitrary code through the prediction API (the interface that makes predictions).

CVE-2026-73485: Flowise before 3.1.3 contains a code injection vulnerability in the Airtable Agent node that allows unauthenticated atta

criticalvulnerability
security
Aug 13, 2026
CVE-2026-73485

Flowise before version 3.1.3 has a code injection vulnerability (a weakness that lets attackers insert malicious code) in its Airtable Agent node that allows unauthenticated attackers to execute arbitrary Python code by bypassing security checks through obfuscation techniques. Attackers can send specially crafted prompts to inject malicious Python code that runs with full access to the host operating system in an unsandboxed pyodide environment (a Python runtime without security restrictions).

An AI-Based Gait Authentication Framework Leveraging Swing Phase Dynamics

inforesearchPeer-Reviewed
security

Separating AI’s Technological Problems from Its Capitalism Problems

infonews
policysafety

The builder’s guide to GPT‑5.6

infonews
industry
Aug 13, 2026

GPT-5.6 is a new AI model family that achieves better performance at lower costs by reducing the number of tokens (small units of text that AI models process) needed for complex tasks. The guide explains that smaller models in the GPT-5.6 family (Luna and Terra) can now match the performance of more expensive, more powerful models, and introduces three new API features that help AI agents (software that performs tasks automatically) work more efficiently: reasoning persistence (keeping track of previous work across steps), native compaction (summarizing long conversations to save space), multi-agent orchestration (running multiple AI agents in parallel), and programmatic tool calling (having the AI delegate routine work to code instead of processing it internally).

Previewing Ultrafast mode: GPT-5.6 Sol at up to 14X the speed

infonews
industry
Aug 13, 2026

OpenAI has announced Ultrafast, a new service tier that runs GPT-5.6 Sol (their most advanced model) up to 14 times faster than standard processing by using hardware from Cerebras, generating up to 750 output tokens per second (units of AI-generated text). This faster version allows businesses to use advanced AI for time-sensitive tasks like incident response, financial analysis, and customer support without sacrificing the model's intelligence.

OpenAI appoints Dali Rajic as Chief Revenue Officer

infonews
industry
Aug 13, 2026

OpenAI has appointed Dali Rajic as Chief Revenue Officer to lead the company's global revenue operations as it scales its AI products, which now reach over one billion weekly active users and serve more than two million businesses. Rajic, who previously held executive roles at cybersecurity companies Wiz, Zscaler, and AppDynamics, will build systems to deploy AI technology across enterprise customers and help make it more widely useful. OpenAI has also partnered with Chad Peets and RPT Partners to strengthen its go-to-market team during this expansion phase.

Microsoft wants you to rethink your approach to cyber defense

infonews
securitypolicy

Amazon is using Twitch to train generative AI

infonews
policyprivacy

Multidimensional data collection via interval-based perturbation under <math xmlns:mml="http://www.w3.org/1998/Math/MathML" display="inline" id="d1e2014" altimg="si88.svg" class="math"><mrow><mo>(</mo><mi>ϵ</mi><mo>,</mo><mi>δ</mi><mo>)</mo></mrow></math>-local differential privacy

inforesearchPeer-Reviewed
research

DeepSeek V4 Pro 0813 (on OpenRouter)

infonews
industry
Aug 12, 2026

DeepSeek has released V4 Pro 0813, their latest AI model available through the OpenRouter API service. The model shows interesting differences in how it generates images at different reasoning levels (low, medium, and high), and benchmark results have been shared through informal channels like Reddit and Hacker News rather than official announcements.

CVE-2026-73498: MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, co

highvulnerability
security
Aug 12, 2026
CVE-2026-73498

MCP Atlassian (a server that connects AI tools to Atlassian products like Confluence and Jira) had a vulnerability in versions before 0.22.0 where the confluence_upload_attachment function didn't properly validate file paths, allowing an authenticated attacker to read any file the server could access 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.

GHSA-49m4-vp58-wgc9: MCP-for-Stata: Stata Command Injection via Unsanitized `package` in `ado_package_install`

highvulnerability
security
Aug 12, 2026
CVE-2026-55071

The `ado_package_install` tool in stata-mcp has a command injection vulnerability where user input in the `package` parameter is directly inserted into a Stata command without validation, allowing attackers to inject newline characters and arbitrary Stata commands, including the `shell` command (which runs OS-level 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 rating of how severe a vulnerability is) of 8.4 (High), and the tool is enabled by default.

Twitch streamers can now opt out from training Amazon’s AI

infonews
policyprivacy

Scaling AI agents with trustworthy data

infonews
industry
Aug 12, 2026

AI agents (autonomous systems that can make decisions and take actions) are becoming central to business operations, but many organizations struggle because their legacy data systems (older infrastructure that wasn't designed for modern needs) can't provide agents with fast access to the data they need across the entire company. The report found that while most companies only give AI agents access to about 45% of their data, "data leaders" who provide access to over 70% of their data see much better results, with 100% trust in agent decisions compared to only 50% trust at other organizations.

Google’s new Pixel 11 puts Gemini at center of AI phone battle with Apple

infonews
industry
Aug 12, 2026

Google launched its new Pixel 11 smartphone lineup featuring Gemini Intelligence, a suite of AI features that can understand what users are doing on their phone and take actions across different apps, such as checking calendar availability or starting restaurant reservations. This puts Google in direct competition with Apple, which is rebuilding its Siri voice assistant using Google's Gemini models. Google executives argue that Pixel's deeper integration of AI into Android's operating system and exclusive features like scam detection distinguish their approach from Apple's implementation.

CVE-2026-73325: Fujitsu Research's OneCompression library 1.2.0 contains an unsafe deserialization vulnerability that allows attackers t

highvulnerability
security
Aug 12, 2026
CVE-2026-73325

Fujitsu Research's OneCompression library version 1.2.0 has a vulnerability where it unsafely deserializes (converts data back into usable code) checkpoint files using Python's pickle module, allowing attackers to run arbitrary code by providing a malicious model.pt file. When the library loads a model file, it can execute hidden malicious instructions that attackers have embedded in the file, potentially compromising the entire system.

Guitar company D’Addario admits that AI music was used in a promotional video

infonews
industry
Aug 12, 2026

Music company D'Addario initially denied using AI-generated music in a promotional video but later admitted it had used Suno (an AI music generation tool) after weeks of public controversy and mounting evidence. The company offered several false explanations, including blaming low-quality exports and audio processing software, before finally editing its original post to acknowledge the use of generative AI (software that creates new content based on patterns learned from training data).

Previous71 / 468Next

Fix: Update Flowise to version 3.1.4 or later.

NVD/CVE Database

Fix: Update Flowise to version 3.1.3 or later.

NVD/CVE Database
NVD/CVE Database
Aug 13, 2026

This research paper presents a gait authentication framework, a security system that identifies people based on how they walk. The framework focuses on swing phase dynamics (the movement patterns during the part of a walking cycle when one leg swings forward), using AI to analyze these patterns for authentication purposes. The paper appears to be a technical study on using biometric walking patterns as a security method, published in a digital threats research journal.

ACM Digital Library (TOPS, DTRAP, CSUR)
Aug 13, 2026

This essay distinguishes between AI's technological problems (like poor factual accuracy or lack of context) and capitalism problems (like who controls AI and how profits are distributed). While major AI developers have fixed some technical issues by giving models access to resources like the web, they have not prioritized other problems like making AI less flattering and more honest. The authors argue that broader issues like fair energy costs, environmental impact, and content theft are actually problems with economic incentives, not technology itself.

Schneier on Security
OpenAI Blog
OpenAI Blog
OpenAI Blog
Aug 13, 2026

Microsoft warns that AI tools are making vulnerability discovery and exploit creation much faster and cheaper, forcing organizations to abandon traditional reactive patching approaches. A Microsoft security leader presented evidence that their vulnerability processing has increased nine-fold and that AI can automatically generate working exploits for vulnerabilities in just 21 minutes at a cost of $3.61. Traditional defense strategies like threat detection and randomization techniques (ASLR, address space layout randomization, which makes system memory locations unpredictable) are becoming ineffective, and the industry needs to shift toward building inherently resilient systems instead of relying on reactive patching.

CSO Online
Aug 13, 2026

Amazon is using content from Twitch, a live streaming platform, to train generative AI (AI systems that can create text, images, or other content). Users of the platform have expressed concern and criticism about this practice.

BBC Technology
privacy
Aug 12, 2026

This academic paper discusses a method for collecting data from multiple dimensions (different types of information) while protecting privacy using interval-based perturbation (adding controlled randomness to specific ranges of values) under differential privacy (a mathematical framework that limits how much an AI system can learn about individual data points). The research focuses on how to gather useful information while maintaining privacy guarantees.

Elsevier Security Journals
Simon Willison's Weblog

Fix: This issue is fixed in version 0.22.0.

NVD/CVE Database
GitHub Advisory Database
Aug 12, 2026

Twitch has added an opt-out feature that lets streamers prevent their content (streams, videos, chats, and channel text) from being used to train Amazon's generative AI models (AI systems that create new text, audio, images, or video). Other AI features like automatic captions will still work even if you opt out, though chat content on other people's streams is governed by their opt-out settings.

Fix: Users can opt out of generative AI training through Twitch's settings. According to Twitch, opting out means that 'your streams, VODs, clips, stream chats, and pictures and text on your channel' won't be used in 'future training' of Amazon's generative AI model. Note that 'AI-supported' features like captions and safety tools will continue to function after opting out.

The Verge (AI)
MIT Technology Review
CNBC Technology
NVD/CVE Database
The Verge (AI)