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]
164
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 60/640
VIEW ALL
01

GHSA-rqj7-6wrp-6g2g: Open WebUI: POST /api/v1/images/edit bypasses the global image-edit switch and the per-user image-generation permission

security
Jul 24, 2026

Open WebUI had a security gap where the `/api/v1/images/edit` endpoint (a path for sending image editing requests) didn't check if image editing was allowed, even though other image editing features did. This meant any logged-in user could bypass administrator controls that disabled image editing globally or for specific users, and could make billable requests to image editing services using the admin's credentials. The vulnerability affected versions 0.8.11 through 0.9.x.

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.

Fix: The direct route was split into a thin `/edit` route that now enforces the `ENABLE_IMAGE_EDIT` control and per-user `features.image_generation` permission checks before delegating to the shared image editing implementation. Fixed in v0.10.0.

GitHub Advisory Database
02

GHSA-w28w-gp39-m4p6: Prompty: Server-Side Template Injection to Remote Code Execution in the @prompty/core Nunjucks Renderer

security
Jul 24, 2026

The @prompty/core Nunjucks renderer (a template engine for the Prompty framework) had a critical vulnerability where it could execute arbitrary JavaScript code when processing untrusted template files. An attacker could use special template syntax to access internal JavaScript properties and run malicious code on the server.

Fix: Upgrade @prompty/core to version 2.0.0-beta.5 or later. The patch sanitizes template inputs to only allow own-data values, blocks access to constructor and prototype properties, and prevents template function calls while preserving normal template features like variable substitution, conditionals, and loops.

GitHub Advisory Database
03

CVE-2026-66027: Suna before 0.9.102 contains a broken access control vulnerability in the message queue API that allows authenticated at

security
Jul 24, 2026

Suna versions before 0.9.102 have a broken access control vulnerability (a flaw where the system fails to properly verify who should be allowed to access data) in its message queue API (the interface for managing task queues). Authenticated attackers can exploit missing ownership checks to read, delete, or manipulate message queues belonging to other users, including injecting malicious prompts into another user's AI agent session to execute commands with that user's permissions.

Fix: Update Suna to version 0.9.102 or later.

NVD/CVE Database
04

GHSA-p5rm-jg5c-8c77: Microsoft Kiota: Path traversal in generated plugin manifest static_template.file reference (percent-encoding bypass)

security
Jul 24, 2026

Microsoft Kiota, a tool that generates AI plugin manifests from API descriptions, has a path traversal vulnerability (CWE-22, a security flaw where attackers access files outside intended directories) in how it validates file references. An attacker controlling the API description can use percent-encoding (a way of representing special characters as %XX codes) to bypass safety checks and reference files outside the plugin package, potentially exposing sensitive files like `/etc/passwd`. The initial fix in v1.32.5 failed because it checked the encoded string before decoding it, allowing attackers to hide traversal patterns in encoded form.

Fix: Upgrade to the first released `Microsoft.OpenApi.Kiota` version after 1.33.0 that includes the fixes from pull requests #7910 and #7913. The fix decodes percent-encoded references before validation, rejects control characters and NUL bytes (which could truncate paths), and applies NFKC-folding (a Unicode normalization technique) to catch homoglyph bypasses. Alternatively, only generate plugins from trusted API descriptions and manually review generated manifests to ensure `response_semantics.static_template.file` values are simple relative paths within the `adaptiveCards/` folder with no `..`, rooted paths, URIs, or percent-encoded separators.

GitHub Advisory Database
05

CVE-2026-66005: Jan through 0.8.4, fixed in commit 3e1c1e7, contains a CORS misconfiguration vulnerability in its local API server that

security
Jul 24, 2026

Jan (a software tool) versions up to 0.8.4 have a CORS misconfiguration vulnerability (a security flaw where cross-origin requests, which normally have restrictions, are incorrectly allowed) in its local API server. Attackers on the same network can bypass security restrictions by exploiting how the server handles trusted hosts, allowing them to use the API without authentication to run AI tasks, see what models are available, and access responses they shouldn't normally see.

Fix: Fixed in commit 3e1c1e7 (a specific code change in the software's development history).

NVD/CVE Database
06

CVE-2026-66004: BlenderMCP before commit 30a3308 contains a path traversal vulnerability in the download_polyhaven_asset method that all

security
Jul 24, 2026

BlenderMCP before commit 30a3308 has a path traversal vulnerability (a security flaw where attackers can access files outside intended directories) in its download_polyhaven_asset method. Attackers using MITM attacks (interception of network traffic between two parties) or prompt injection (tricking an AI by hiding instructions in its input) can inject malicious file paths like '../../.bashrc' to overwrite sensitive files and gain persistent code execution (the ability to run commands that stay active even after restarting).

Fix: Update BlenderMCP to commit 30a3308 or later, as referenced in the GitHub commit link provided: https://github.com/ahujasid/blender-mcp/commit/30a3308446cd8f81a9446e5a2ed657c0d8d86072

NVD/CVE Database
07

Slopsquatting, Phantom Domains, and HalluSquatting Are the Same AI Attack

securityresearch
Jul 24, 2026

AI coding agents sometimes generate fake names for software libraries, domains, or repositories that sound real but don't actually exist, a flaw called hallucination (when an AI generates plausible-sounding but incorrect information). Attackers can predict these fake names in advance, register them, and trap developers into using malicious code when their AI agents automatically fetch these nonexistent resources. This attack, known by three names—slopsquatting, phantom squatting, and hallusquatting—exploits the same core problem: systems trust outputs from AI models without verifying they actually exist.

BleepingComputer
08

Be skeptical of OpenAI’s rogue hacker agent story | John Thickstun

safetypolicy
Jul 24, 2026

OpenAI announced GPT-2 (a language model, or AI trained to predict and generate text) in 2019 but refused to release it publicly, claiming safety risks were too high. The author argues this announcement was primarily a marketing strategy to emphasize AI's power to investors rather than a genuine safety precaution, since the risks were likely overstated and the announcement prevented researchers from actually studying the model.

The Guardian Technology
09

ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link

security
Jul 24, 2026

OpenAI's ChatGPT Workspace Agents had a critical vulnerability called AgentForger that allowed attackers to use a single phishing link to secretly create and deploy a rogue AI agent inside a victim's organization. The flaw exploited cross-site request forgery (CSRF, a type of attack where a malicious website tricks your browser into making unwanted requests) by embedding malicious instructions directly in a URL that would automatically execute when a logged-in employee clicked it, giving the attacker's agent access to the victim's connected apps like email and cloud storage without requiring approval.

Fix: OpenAI addressed the issue as of June 8, 2026, following responsible disclosure. Additionally, OpenAI announced it is deprecating the Agent Builder product effective November 30, 2026, and urging users to switch to the Agents SDK.

The Hacker News
10

Seeing AI Agents Is Not Enough. Security Teams Must Enforce What They Can Do

security
Jul 24, 2026

AI agent security requires moving beyond just finding and listing agents to actively enforcing what they can do, since agents are dynamic systems that reason, plan, and take actions without human oversight. The challenge is that traditional access control models assume predictable workflows, but AI agents operate based on goals and adapt their behavior contextually, making static permission systems insufficient. Security teams must understand an agent's intent and purpose to properly enforce least privilege (limiting access to only what's necessary), rather than stopping at visibility alone.

The Hacker News
Prev1...5859606162...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