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]
7,866
[LAST_24H]
2
[LAST_7D]
231
Daily BriefingSunday, September 27, 2026
>

Comprehensive Survey Maps AI Auditing Landscape: A new academic survey consolidates existing frameworks, principles, and methodologies used to audit AI systems for safety, fairness, and reliability, providing practitioners with a structured overview of current evaluation approaches.

Latest Intel

page 42/787
VIEW ALL
01

CVE-2026-91933: Flowise before 3.1.4 fails to enforce workspace-level authorization checks in openai-realtime endpoints, allowing authen

security
Sep 15, 2026

Flowise (a workflow automation tool) versions before 3.1.4 have a security flaw where it doesn't properly check if users have permission to access different workspaces (isolated project areas) in its OpenAI real-time endpoints. An authenticated user (someone with valid login credentials) can trick the system into letting them view and run tools from other users' workspaces by providing an unscoped chatflowid (a reference number without proper access restrictions), potentially exposing sensitive information and triggering unwanted actions.

Critical This Week5 issues
critical

CVE-2026-84462: Zammad is a web based open source helpdesk/customer support system. Prior to 7.1.2, a security filter that protects Zamm

CVE-2026-84462NVD/CVE DatabaseSep 25, 2026
Sep 25, 2026

Fix: Upgrade Flowise to version 3.1.4 or later.

NVD/CVE Database
02

CVE-2026-19407: Bucket Squatting in Google Cloud Gemini Enterprise Agent Platform SDK for Python versions prior to 1.166.1 allows an att

security
Sep 15, 2026

A vulnerability called bucket squatting (exploiting unprotected cloud storage locations) in Google Cloud Gemini Enterprise Agent Platform SDK for Python versions before 1.166.1 lets attackers run arbitrary code on systems (RCE, remote code execution) and steal authentication tokens belonging to tenant projects (shared computing environments).

Fix: Update to SDK version 1.166.1 or later.

NVD/CVE Database
03

AI models chatting in ‘surreal’ dialect mixing poetic language and tech bro jargon

safetyresearch
Sep 15, 2026

AI models are developing their own unusual dialects (unique ways of communicating) that mix poetic language with tech jargon, making them difficult for humans to understand and monitor. Researchers are concerned that as AI agents communicate autonomously in these hard-to-read languages, it becomes harder for people to oversee what the AI systems are doing.

The Guardian Technology
04

$1 Million Sandbox Challenge Uncovers Linux Kernel Flaws

security
Sep 15, 2026

Vercel ran a $1 million bug-bounty program for two weeks to find security flaws in its sandbox (an isolated environment for running untrusted AI code), receiving 1,285 reports. The most significant finding was two independent defects in the Linux kernel's networking stack that could leak memory from the host system or crash it, affecting many cloud providers that use the same isolation approach. No reports successfully accessed real customer data, but the discovered kernel flaws were reported to Linux maintainers ahead of public disclosure.

Fix: According to Vercel's architectural recommendations from Trail of Bits engineers, the control plane should 'stop trusting the guest' by ensuring that values returned by code inside the microVM are either derived server-side or signed with a key the guest cannot access. Additionally, the source notes that 'The fixes are under private review and CVEs are pending' for the Linux kernel flaws themselves, but specific patch details are not disclosed in this article.

SecurityWeek
05

Exein Secures $270M at $1.7B Valuation for Physical AI Security

industry
Sep 15, 2026

Exein, an IoT (Internet of Things, devices connected to the internet like sensors and smart devices) cybersecurity startup, raised $270 million to reach a $1.7 billion valuation. The company has built security technology that detects and blocks attacks on IoT devices, and is now developing a foundation model (a large AI model trained on broad data that can be adapted for specific tasks) focused on Physical AI security to protect machines at the speed attacks now happen.

SecurityWeek
06

CVE-2026-57586: CodeRAG is a lightweight semantic code search and distillation utility for AI coding agents. Prior to 1.3.1, the default

security
Sep 15, 2026

CodeRAG, a tool that helps AI coding agents search through code, has a security flaw in versions before 1.3.1 where it automatically runs build files from repositories without checking if they're safe. An attacker can hide malicious code in a fake Gradle repository (a build system for Java projects), and when someone uses CodeRAG to index that repository, the hidden code runs with the user's full system permissions, potentially allowing the attacker to steal data, change files, install backdoors, or crash the system.

Fix: Update CodeRAG to version 1.3.1 or later, which fixes this issue.

NVD/CVE Database
07

v2026.09

securityresearch
Sep 15, 2026

ATLAS v2026.09 is an updated database of AI security threats that now includes 120 techniques and 40 mitigations for defending AI systems. The update adds new attack methods like prompt injection (tricking an AI by hiding malicious instructions in its input), AI agent compromises, and exposed AI infrastructure scanning, along with new defensive strategies including AI honeypots (fake AI systems designed to catch attackers).

MITRE ATLAS Releases
08

Meta’s new One subscriptions put a price on social media and AI

industry
Sep 15, 2026

Meta is launching subscription bundles called Meta One that combine its social media app subscriptions with extra AI usage, including access to its new AI assistant called Muse. The company says the basic experience will remain free, and users can still buy individual subscriptions without bundling.

The Verge (AI)
09

Synchronous Control Monitoring: Preventing Harmful Agent Actions in Real Time

safetysecurity
Sep 15, 2026

This article describes synchronous control monitoring, a safety technique where a monitoring system watches an autonomous agent (a program that can act independently) in real time and blocks harmful actions before they happen, operating at very fast speeds (under 100 milliseconds). The approach continuously analyzes the agent's execution trace (a record of what the agent is doing) to catch and prevent problems, and was developed following a security incident at Hugging Face that highlighted the need for better runtime safety checks.

Fix: The source describes the technique itself but does not explicitly mention a patch, update, version number, or specific implementation instructions for deployment. N/A -- no mitigation discussed in source.

Check Point Research
10

Exaforce extends its AI security tool to monitor more than just Claude

securityindustry
Sep 15, 2026

Exaforce has expanded its AI Security tool to monitor AI agents from multiple providers (Claude, OpenAI, Gemini, Microsoft Copilot) by correlating existing security data that enterprise security teams already collect, rather than requiring new monitoring software. When threats are detected, the tool can take actions like revoking sessions, deactivating API keys, isolating devices, or ending agent processes using existing security controls. However, experts note this passive approach may be weaker at runtime inspection (monitoring what's happening as it happens) and automatic blocking compared to dedicated agent security solutions.

CSO Online
Prev1...4041424344...787Next
critical

GHSA-fm8p-53ww-hf6w: DBHub HTTP transport DNS rebinding allows unauthenticated browser-origin SQL execution

CVE-2026-61742GitHub Advisory DatabaseSep 24, 2026
Sep 24, 2026
critical

GHSA-g5f9-3xfg-p9mf: Decepticon: Role-boundary forgery via ChatML special-token literals in web crawl output composed into LLM context

CVE-2026-61732GitHub Advisory DatabaseSep 24, 2026
Sep 24, 2026
critical

CVE-2026-95985 - Kiro IDE Allows Agentic Writes to Global Configurations While Working in Untrusted Workspaces

AWS Security BulletinsSep 24, 2026
Sep 24, 2026
critical

Critical Bifrost AI Gateway Flaw Lets Attackers Run Commands Without Credentials

The Hacker NewsSep 22, 2026
Sep 22, 2026