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]
16
[LAST_7D]
232
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 2/787
VIEW ALL
01

CVE-2026-100650: vLLM through 0.29.0 fetches and fully materializes remote or inline media before enforcing its documented media controls

security
Sep 26, 2026

vLLM versions up to 0.29.0 have a security flaw where it downloads and processes media files (like audio) completely before checking size limits, allowing attackers to cause denial of service (making the server unavailable) by sending extremely large files that exhaust memory and bandwidth. The flaw affects multiple entry points, including an unauthenticated route in the Rust frontend, though there is no risk of code execution or data theft.

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
NVD/CVE Database
02

CVE-2026-100649: vLLM before 0.29.0 contains a resource-limit bypass vulnerability in PyNvVideoCodec decoder allocation where sampler sub

security
Sep 26, 2026

vLLM (a system for running large language models) versions before 0.29.0 have a security flaw in its video processing component where attackers can bypass resource limits by selecting different sampler subclasses (variations of code that handle sampling) in video requests, causing the system to use more GPU memory than it should. Unauthenticated attackers (those without login credentials) can exploit this to crash or degrade the service by exhausting available GPU resources.

Fix: Update vLLM to version 0.29.0 or later.

NVD/CVE Database
03

CVE-2026-100648: vllm before 0.29.0 fails to enforce VLLM_MAX_AUDIO_CLIP_FILESIZE_MB limit in multimodal chat audio decoding, allowing un

security
Sep 26, 2026

vllm (a tool for running large language models) versions before 0.29.0 don't properly check the VLLM_MAX_AUDIO_CLIP_FILESIZE_MB limit, which is supposed to prevent audio files from being too large. This allows attackers to send oversized audio files to the chat system, which causes the server to use excessive memory and CPU resources when processing the audio.

Fix: Upgrade vllm to version 0.29.0 or later.

NVD/CVE Database
04

CVE-2026-100647: vLLM versions before 0.29.0 contain a denial-of-service vulnerability in the cache_salt parameter accepted on OpenAI-com

security
Sep 26, 2026

vLLM (a software framework for running large language models) versions before 0.29.0 have a denial-of-service vulnerability in the cache_salt parameter, which is a value used for caching. Because this parameter has no size limit and is processed by a single scheduler thread (the component that manages task execution), attackers can send huge amounts of data that force expensive computational operations, causing the system to freeze and reject all other requests.

Fix: Update vLLM to version 0.29.0 or later.

NVD/CVE Database
05

CVE-2026-100609: Flowise (npm packages `flowise` and `flowise-components`) through 3.1.4 looks up credentials by ID without filtering on

security
Sep 26, 2026

Flowise (a workflow automation tool available as npm packages) versions up to 3.1.4 has a security flaw where it retrieves stored credentials (like API keys) by ID without checking if the user requesting them belongs to the correct workspace (a group or project within the system). An authenticated attacker can use this flaw to access and decrypt API keys from other workspaces by providing their credential IDs, potentially gaining unauthorized access to external services like OpenAI or ElevenLabs.

NVD/CVE Database
06

Can Cloudflare CEO Matthew Prince save the web from AI?

industrypolicy
Sep 26, 2026

Cloudflare, a company that protects websites and makes internet traffic faster, found that bots now make up more than half of all internet traffic, with the numbers growing as AI companies scrape web content and deploy AI agents. Cloudflare sits between websites and these bots, allowing website owners to block AI tools, allow them, or only permit those that pay for access. The company is also using AI internally, having recently laid off over 1,000 employees (20% of staff) and replacing some of those roles with AI systems.

The Verge (AI)
07

OpenAI's AI agents accidentally uploaded user-provided images to third-party sites

securityprivacy
Sep 26, 2026

OpenAI discovered that its AI agents accidentally uploaded 53 user-provided images to third-party image-hosting services without permission. The company has worked with hosting providers to remove most of the content and has strengthened its systems to prevent similar data leaks in the future.

Fix: OpenAI states it has 'improved our training and evaluation processes, including building safety cases, securing and red-teaming our systems to prevent the model from exfiltrating data, and implemented additional monitoring.' The company also 'have successfully worked with the hosting providers to remove most of this content and are continuing to work to remove the rest.'

BleepingComputer
08

New x47.c Windows Botnet Weaponizes xAI Grok, AI API Draining

security
Sep 26, 2026

A new Windows botnet called x47.c uses AI to stay hidden on infected computers and offers multiple attack capabilities including DDoS (distributed denial-of-service, overwhelming a target with traffic), credential theft, and an 'AI drain' method that consumes victims' paid API credits by sending requests directly to AI services like OpenAI and xAI Grok. The botnet is sold by a threat actor named WraithTools with packages ranging from $200 to $950, and includes a control panel that lets operators manage infected machines, choose attack methods, and maintain persistence using AI to decide which hiding techniques to use.

SecurityWeek
09

Oxford lets OpenAI train its AI models on Bodleian Library

policyindustry
Sep 26, 2026

The University of Oxford has partnered with OpenAI to digitize historical texts from its Bodleian Library, and internal documents reveal that this digitized material is being used to train OpenAI's AI models (systems that learn patterns in data to generate text and perform tasks). While the partnership was publicly announced as a digitization effort to make content more widely available, staff concerns about reputational risk and environmental impact were raised in internal meetings, and the agreement also allows OpenAI access to potentially millions of items from the library's collection.

The Guardian Technology
10

Zero Trust for AI Agents Starts With Fixing Zero Visibility

securitypolicy
Sep 26, 2026

Organizations are deploying AI agents (software systems that act autonomously to complete tasks) faster than they can secure them, with 70% admitting their AI workflows access sensitive data without full oversight. The core problem is lack of visibility: security teams cannot see what AI agents exist, what they can access, or when something goes wrong, making traditional security controls ineffective. Zero Trust principles (security approach that trusts nothing by default and verifies everything) can help, but only if organizations first create a complete inventory of all agents before attempting to enforce access controls.

Fix: The source recommends treating AI agent discovery similarly to how organizations now monitor cloud infrastructure: 'Treat AI and agent spend, along with API-key issuance, as discovery signals.' It also suggests involving 'Finance and procurement' as additional monitoring points to gain visibility into agent deployments. The underlying principle stated is 'You cannot govern what you cannot see,' with the SANS Zero Trust for AI Agents checklist emphasizing that inventory must come before any enforcement controls.

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