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]
6
[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 20/787
VIEW ALL
01

Meta's Muse AI agent downloads are surging. Here's how it compares to ChatGPT, Grok and Claude

industry
Sep 21, 2026

Meta's Muse AI agent app, which helps users manage digital assistants to perform tasks like filling out forms and organizing emails, has surged to over 2.5 million downloads in its first two weeks, outpacing rival AI apps like Claude and Grok on iOS app stores. The app represents Meta's major push into the AI agent market, though concerns about its data collection practices and broader AI safety risks remain.

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
CNBC Technology
02

CVE-2026-94627: vLLM Mooncake connector through 0.29.0 fails to properly manage GPU KV cache block ownership when concurrent child reque

security
Sep 21, 2026

A vulnerability in vLLM Mooncake connector (a component that helps distribute AI model processing across systems) through version 0.29.0 fails to properly track ownership of GPU KV cache blocks (temporary storage on graphics processors for speeding up AI responses) when multiple child requests share the same transfer ID. Attackers can exploit this by sending completion requests with multiple prompts, causing orphaned cache blocks to build up until the system restarts, eventually blocking legitimate user requests from running.

NVD/CVE Database
03

CVE-2026-94626: vLLM through 0.29.0 fails to validate the tp_size parameter in kv_transfer_params on OpenAI-compatible completion endpoi

security
Sep 21, 2026

vLLM (a popular open-source LLM serving framework) versions up to 0.29.0 don't properly check the tp_size parameter (a setting that controls how a model is split across multiple processors) when handling requests through its OpenAI-compatible API endpoints. This allows attackers to submit extremely large tp_size values that cause the system to use unlimited memory, crashing the decode worker (the part that generates responses) through an out-of-memory error.

NVD/CVE Database
04

CVE-2026-94625: vLLM through 0.29.0 contains a resource exhaustion vulnerability in MooncakeConnector where rejected prefill requests cr

security
Sep 21, 2026

vLLM (a language model serving framework) versions up to 0.29.0 have a resource exhaustion vulnerability in MooncakeConnector where rejected prefill requests (requests to prepare the AI model before full processing) leave behind unused data placeholders that never get cleaned up. An attacker can exploit this by sending many rejected requests to clog the system's worker pools, making legitimate requests wait up to 480 seconds while the system falsely reports it's healthy.

NVD/CVE Database
05

CVE-2026-94624: vLLM through 0.29.0 contains a denial of service vulnerability in P2P KV offloading when OffloadingConnector is configur

security
Sep 21, 2026

vLLM (a system for running large language models) versions up to 0.29.0 have a denial of service vulnerability (a bug that lets attackers crash the system) in its P2P KV offloading feature (a method where the system transfers memory data between computers in a peer-to-peer network). Attackers can provide fake network addresses that cause the system to create broken connections that waste memory resources until the system crashes and stops responding to user requests.

NVD/CVE Database
06

CVE-2026-94623: vLLM through 0.29.0 contains a denial of service vulnerability in the NIXL connector's prefix caching implementation tha

security
Sep 21, 2026

vLLM versions up to 0.29.0 have a denial of service vulnerability in its NIXL connector's prefix caching (a feature that reuses parts of previously processed text to speed up responses) that doesn't properly check block counts when handling multiple prompts of different lengths in certain deployment setups. An attacker can crash the decode worker (the part that generates responses) by sending specially crafted requests, forcing a restart to restore service.

NVD/CVE Database
07

CVE-2026-94622: vLLM versions through 0.29.0 contain a denial of service vulnerability in the NIXL connector's metadata handling for pre

security
Sep 21, 2026

vLLM (a system for running large language models) versions up to 0.29.0 have a denial of service vulnerability (a flaw that lets attackers crash a service) in how the NIXL connector handles metadata for split deployments. An attacker can send specially crafted requests that cause an uncaught KeyError (a programming error where the code tries to access a dictionary key that doesn't exist) in the scheduling system, crashing the decode engine and forcing a manual restart to recover.

NVD/CVE Database
08

How AI Agents Can Trigger Runaway Costs for Enterprises

securitysafety
Sep 21, 2026

Unbounded consumption, where AI agents use resources without limits, is a major security risk that OWASP (Open Web Application Security Project, an organization that ranks software vulnerabilities) ranks as the sixth most dangerous problem for AI applications. This issue can cost enterprises a lot of money if not controlled.

Dark Reading
09

CVE-2026-77516: MaxKB is an open-source AI assistant for enterprise. From version 2.0.0 through 2.9.2, a lowest-role workspace member de

security
Sep 21, 2026

MaxKB, an open-source AI assistant for businesses, has a security flaw in versions 2.0.0 through 2.9.2 where users with low permissions can bypass access controls and execute tools they shouldn't have access to by using special identifiers, then receive sensitive credentials that the tool stored on the server.

NVD/CVE Database
10

OpenAI proposes development of global AI standards to guide alignment, RSI

policysafety
Sep 21, 2026

OpenAI has proposed global standards for safe development of advanced AI systems, with focus on alignment research (ensuring AI systems follow human values) and recursive self-improvement, or RSI (a technique where AI models can upgrade themselves without human help). The company warns that RSI pursued without proper safeguards could cause humans to lose control over AI development, and calls for international cooperation and existing AI safety institutes to help create technical standards for frontier AI models.

Fix: OpenAI stated: 'Fully autonomous RSI is not happening today, and we should not pursue it unless and until it can be done safely.' The source also mentions that Anthropic CEO Dario Amodei proposed 'embedding third-party evaluators into their companies as a way to audit and mitigate any potential risks,' and that a coalition of AI evaluators is urging foundation model makers to consider 'minimum conditions' including 'deeper access and the prevention of retribution for publishing unflattering reports' to enable more thorough technology audits.

CNBC Technology
Prev1...1819202122...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