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,400
[LAST_24H]
24
[LAST_7D]
166
Daily BriefingThursday, August 13, 2026
>

Flowise AI Platform Suffers Multiple Critical RCEs: Flowise versions before 3.1.3 contain two critical vulnerabilities allowing unauthenticated attackers to execute arbitrary Python code through prompt injection (tricking the AI by hiding instructions in input) in CSV and Airtable Agent nodes, bypassing weak regex-based validators to gain full host system access in an unsandboxed environment. (CVE-2026-73487, CVE-2026-73485)

>

vLLM Inference Engine Hit by Wave of Security Flaws: vLLM, a widely-used large language model serving engine, disclosed multiple vulnerabilities in versions before 0.26.0 including concurrent request race conditions that bypass prompt embedding safety checks, information disclosure through error messages, regex-based denial of service attacks, and an integer overflow bug that could leak one user's AI outputs to another. (CVE-2026-73557, CVE-2026-73555, CVE-2026-73556, CVE-2026-73558)

Latest Intel

page 59/640
VIEW ALL
01

SemAder: Evading LLM-Based Binary Code Analysis via Structure-Semantics Joint Induction

securityresearch
Critical This Week5 issues
critical

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

CVE-2026-73487NVD/CVE DatabaseAug 13, 2026
Aug 13, 2026
>

Microsoft Warns AI Is Transforming Attack Economics: Microsoft security leaders presented evidence that AI tools now generate working exploits for vulnerabilities in 21 minutes at $3.61 cost, making traditional reactive patching and defenses like ASLR (address space layout randomization, which makes system memory locations unpredictable) increasingly ineffective as vulnerability processing volume increases nine-fold.

>

Autonomous AI Agents Conduct Multi-Day Attack on Asian Government: Autonomous AI agents built on open-source frameworks executed a coordinated cyberattack on Asian government networks across 12 waves, creating thousands of fake accounts and stealing personnel records while using parallel AI systems to perform reconnaissance, crack credentials, and exploit vulnerabilities at dramatically reduced cost compared to traditional attacks.

Jul 24, 2026

SemAder is a technique that can fool LLM-based binary code analysis tools (AI systems trained to understand compiled machine code) by manipulating both the code's structure and its underlying meaning. The research, published in ACM Transactions on Privacy and Security, demonstrates that attackers can evade detection by simultaneously changing how the code is organized and what it actually does, making it harder for AI-powered security analysis to identify malicious behavior.

ACM Digital Library (TOPS, DTRAP, CSUR)
02

Watermarking for Model Ownership Verification:Invisible at Deployment, Activated by Updates

securityresearch
Jul 24, 2026

This research paper describes a watermarking technique that allows AI model creators to verify they own their models, where the watermark stays hidden during normal use but becomes visible when the model is updated. This approach helps protect against model theft and unauthorized copying by giving developers a way to prove ownership if their model appears elsewhere.

ACM Digital Library (TOPS, DTRAP, CSUR)
03

With Power comes Responsibility: Attack Synthesis for Industrial Control Systems using Large Language Models

securityresearch
Jul 24, 2026

Researchers discovered that large language models (AI systems trained on vast amounts of text data) can be used to generate attacks against industrial control systems (computers that manage critical infrastructure like power grids and factories). The study shows that LLMs can synthesize, or create, realistic attack strategies when prompted to do so, raising concerns about the security of systems that keep essential services running.

ACM Digital Library (TOPS, DTRAP, CSUR)
04

Privacy Against Agnostic Inference Attacks in Vertical Federated Learning

securityprivacy
Jul 24, 2026

This academic paper examines privacy risks in vertical federated learning (a technique where multiple organizations train AI models together while keeping their own data separate), specifically focusing on agnostic inference attacks that can expose sensitive information. The researchers analyze how attackers might infer private data even when the system doesn't require them to know the data's exact structure or type beforehand.

ACM Digital Library (TOPS, DTRAP, CSUR)
05

Nvidia, Microsoft, Meta warn against 'premature restrictions' of open-weight models

policyindustry
Jul 24, 2026

Major tech companies including Nvidia, Microsoft, and Meta released a letter urging policymakers against restricting open-weight AI models (models whose code and weights are publicly available for anyone to download and modify), arguing that such restrictions would reduce competition and drive innovation elsewhere. The letter counters concerns about Chinese AI models outperforming American alternatives, noting that open-weight models actually enhance security and prevent AI capabilities from being concentrated in a few companies.

CNBC Technology
06

Anthropic's new AI model rivals Fable 5 and is cheaper as businesses fret about costs

industry
Jul 24, 2026

Anthropic released Claude Opus 5, a new AI model that outperforms its previous Claude Fable 5 model on coding and knowledge tasks while costing half as much ($5 per million input tokens versus higher prices for Fable 5). The company designed Opus 5 for everyday business use as enterprises increasingly demand cheaper AI options, though Anthropic noted the model is not state-of-the-art for risky dual-use capabilities (abilities that can be used for both helpful and harmful purposes) like cybersecurity.

CNBC Technology
07

GHSA-3wp3-xxj9-5jqq: Open WebUI: Cross-user model-list exposure via static cache key in get_all_models (aiocache key= vs key_builder= misuse)

security
Jul 24, 2026

Open WebUI had a caching bug in its model-list endpoints where the `@cached` decorator used `key=` instead of `key_builder=`, causing all users to share a single cache entry instead of each having their own permission-filtered list. This meant one user could briefly see another user's accessible models if they made a request within the 1-second cache window after that user.

Fix: Replace `key=` with `key_builder=` at both call sites in `routers/openai.py` (line ~488) and `routers/ollama.py` (line ~302), adjusting the lambda to take the function as its first argument: `@cached(ttl=MODELS_CACHE_TTL, key_builder=lambda _func, request, user=None: (f'openai_all_models_{user.id}' if user else 'openai_all_models'),)`

GitHub Advisory Database
08

Anthropic releases Opus 5 with ‘close’ to Fable 5’s capabilities

industry
Jul 24, 2026

Anthropic released Claude Opus 5, a new AI model that performs nearly as well as Claude Fable 5 (a more powerful model that was temporarily taken offline due to government concerns about its capabilities) and shows particular strength in complex coding tasks. Fable 5 was brought back online with enhanced cyber safeguards (security measures to protect against attacks) after negotiations with the US government.

The Verge (AI)
09

Meta is making its AI chatbot more like an assistant

industry
Jul 24, 2026

Meta is upgrading its AI chatbot to include new productivity features like calendar integration for event planning, daily briefings, and in-depth research capabilities to compete with other AI assistants like Gemini, ChatGPT, and Claude. The update uses Meta's new Muse Spark 1.1 model and is part of the company's goal to develop what it calls "personal superintelligence" (a highly capable AI system that can handle many personal tasks).

The Verge (AI)
10

GHSA-gmfw-g93r-vg53: Open WebUI: Unauthenticated WebSocket Access to Collaborative Document Handlers (ydoc:awareness:update, ydoc:document:leave)

security
Jul 24, 2026

Open WebUI's Socket.IO server accepts unauthenticated WebSocket connections and has two collaborative document handlers (`ydoc:awareness:update` and `ydoc:document:leave`) that lack authentication checks. This allows an attacker without login credentials to spoof user presence, fake cursor positions, and broadcast false events to legitimate users editing documents together.

Fix: The source suggests three fixes: (1) Set `always_connect=False` or reject unauthenticated connections in the `connect` handler, (2) Add `SESSION_POOL` checks to `ydoc:awareness:update` and `ydoc:document:leave` (similar to how other Ydoc handlers like `ydoc:document:join` correctly verify membership), and (3) Add room membership verification before broadcasting to document rooms.

GitHub Advisory Database
Prev1...5758596061...640Next
critical

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

CVE-2026-73485NVD/CVE DatabaseAug 13, 2026
Aug 13, 2026
critical

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

CSO OnlineAug 11, 2026
Aug 11, 2026
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