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,423
[LAST_24H]
18
[LAST_7D]
168
Daily BriefingFriday, August 14, 2026
>

Critical RCE in Cortex MCP Server: CVE-2026-49986 affects the Cortex MCP server (a tool enabling AI assistants like Claude to access persistent memory across projects) before version 3.17.1, allowing arbitrary Python code execution when an attacker plants malicious files in a repository and the `open_visualization` tool is invoked. The vulnerability stems from inadequate validation of project directories set by Claude Code, enabling attackers to run commands with user privileges.

>

Cyera Acquires Oasis Security for $1 Billion to Unify AI Agent Controls: Cyera's acquisition of Oasis Security combines data security and identity management into a unified control system for AI agents (autonomous software programs), shifting from fixed permission roles to context-aware access based on business needs.

Latest Intel

page 104/643
VIEW ALL
01

CVE-2026-59207: n8n is an open source workflow automation platform. Prior to 2.27.4 and 2.28.1, the AI Agents feature did not enforce th

security
Jul 9, 2026

n8n is an open source workflow automation platform (software that helps connect different apps and services together). In versions before 2.27.4 and 2.28.1, the AI Agents feature had a security flaw where it didn't properly check domain restrictions on credentials (login information), allowing a member-level user with limited access to send secret credentials to an external server they control.

Critical This Week5 issues
critical

CVE-2026-49986: The Cortex MCP server (`neuro-cortex-memory`), a cross-platform persistent memory MCP, prior to version 3.17.1 treats th

CVE-2026-49986NVD/CVE DatabaseAug 14, 2026
Aug 14, 2026
>

OpenAI Faces Executive Exodus Ahead of IPO: OpenAI is experiencing significant departures of senior leadership, including Chief Revenue Officer Denise Dresser and Operating Chief Brad Lightcap, as the company prepares for its initial public offering. Industry observers view the exits as a potential warning sign that could undermine investor confidence amid intensifying competition from Google and Anthropic.

>

Google Enables Watermark Removal for Gemini-Generated Media: Google now allows users to disable visible watermarks on AI-generated images, videos, and music in Gemini and Flow, though invisible SynthID watermarks and C2PA metadata (hidden markers tracking AI-generated content) remain embedded in all outputs.

Fix: Update to n8n version 2.27.4 or 2.28.1, where this issue is fixed.

NVD/CVE Database
02

UK Government Rolls Out Agentic AI Defense Plan Alongside Industry Pledge

policysecurity
Jul 9, 2026

The UK government announced Cyber Shield, a national initiative to deploy agentic AI (autonomous AI systems that can take independent actions) for cybersecurity defense, working across government and private organizations. The plan aims to use AI red teams (attackers) and blue teams (defenders) to automatically find and fix vulnerabilities faster than human attackers can exploit them, since current vulnerability discovery has accelerated from weeks to minutes. However, cybersecurity experts quoted in the article argue that most organizations today are compromised by basic configuration failures and legacy infrastructure problems, not sophisticated AI-driven attacks, so focusing on these fundamentals may be more urgent.

SecurityWeek
03

Meta jumps into AI coding market in effort to chase Anthropic and OpenAI

industry
Jul 9, 2026

Meta released Muse Spark 1.1, an updated AI model designed for coding and agentic work (AI that can autonomously perform multiple tasks), as it competes with OpenAI and Anthropic. The model is now available through a public preview via a developer portal with aggressive pricing ($1.25 per million input tokens, $4.25 per million output tokens), though Meta is initially limiting API access to its own properties rather than third-party platforms.

CNBC Technology
04

Meta says its new AI model is ready to compete on coding

industry
Jul 9, 2026

Meta has released Muse Spark 1.1, an updated AI coding model that can be integrated into AI coding software through a new API (a set of tools that lets software talk to other software). The model claims improvements in detecting and fixing bugs, supporting multi-agent systems (where multiple AI agents work together), and processing multiple types of data like images and videos.

The Verge (AI)
05

GHSA-382c-vx95-w3p5: Gittensory: Missing contributor-scoped access control on profile endpoint and MCP tool leaks miner financial data

security
Jul 9, 2026

Two endpoints in Gittensory are missing access control checks that should restrict who can view contributor profiles. This means any user with a valid authentication token (a login credential) can view any miner's financial data, including their daily earnings in TAO (a cryptocurrency), alpha points, and USD value, plus their hotkey (a unique identifier). This is a type of IDOR vulnerability (insecure direct object reference, where attackers bypass permission checks to access resources they shouldn't see).

GitHub Advisory Database
06

GHSA-836r-79rf-4m37: Soup Sieve: Regular Expression Denial of Service (ReDoS) via Selector Parser

security
Jul 9, 2026

The soupsieve library (a CSS selector engine used by Beautiful Soup 4) contains a ReDoS vulnerability (regular expression denial of service, where a maliciously crafted input causes the regex engine to hang by repeatedly backtracking). When the CSS parser encounters an unterminated quoted attribute selector like `[a="xxxx...`, the regex pattern enters catastrophic backtracking, and just 300 bytes of input can cause the parser to hang for over 3 seconds, freezing any application that uses soupsieve.compile() or Beautiful Soup's .select() methods with untrusted input.

GitHub Advisory Database
07

GHSA-2wc2-fm75-p42x: Soup Sieve has Memory Exhaustion via Large Comma-Separated Selector Lists

security
Jul 9, 2026

Soupsieve (the CSS selector engine for Beautiful Soup 4) has a memory exhaustion vulnerability where the CSS parser allocates unbounded memory when compiling large comma-separated selector lists. An attacker can supply a crafted CSS selector string to `soupsieve.compile()` or Beautiful Soup's `.select()` method to cause the application to allocate hundreds of megabytes of memory from a small input, leading to denial of service (making the application unavailable by consuming all available memory).

GitHub Advisory Database
08

GHSA-52vm-mxx8-f227: Phantom: Arbitrary file write and decode-bomb DoS via unconfined MCP tool paths

security
Jul 9, 2026

Phantom version 1.3.0 and earlier had two security flaws: AI agents could write files anywhere on a developer's computer (including files that run code when the system starts), and the audio processing tools could be crashed by tricking them into expanding tiny compressed files into huge amounts of data. Both issues are caused by missing safety checks on file paths and audio input sizes.

Fix: Update to Phantom 1.3.1, which confines all file writes to PHANTOM_OUTPUT_DIR (with a default of ~/.phantom/output), adds size and duration limits to audio decoding on all paths, and uses atomic file creation with symlink protection. As a temporary workaround before updating, set PHANTOM_OUTPUT_DIR and optionally PHANTOM_AUDIO_DIR to dedicated directories before starting the server.

GitHub Advisory Database
09

Say hello to Claude Wrapped

industry
Jul 9, 2026

Anthropic has launched a "reflect" feature for Claude, its AI chatbot, that shows users a year-in-review analysis of their usage patterns similar to Spotify Wrapped. The dashboard displays information like the topics users discuss most, the types of tasks they ask Claude to handle, and when they use the service most frequently.

The Verge (AI)
10

Learning-Based Adaptive Thresholding and Data Encryption–Decryption for Event-Triggered Cyber–Physical Systems Under Strategic DoS Attacks

researchsecurity
Jul 9, 2026

This research addresses vulnerabilities in cyber-physical systems (CPSs, which are physical machines controlled and monitored by computers) that use event-triggered mechanisms (ETMs, systems that send data only when something important happens rather than continuously). The paper proposes a defense method combining machine learning-based adaptive thresholding (automatically adjusting sensitivity levels using AI) and encryption to protect against strategic DoS attacks (targeted jamming where attackers selectively block critical data packets based on what they learn about the system).

Fix: The paper proposes three technical defenses: (1) a multi-objective Q-Learning strategy (a machine learning approach that dynamically adjusts when the system sends data to balance performance, communication efficiency, and security), (2) a data encryption-decryption scheme combining Logistic map with differential encoding to distort the statistical features of data so attackers cannot identify which packets are important, and (3) an online parameter optimization algorithm designed to work within strict energy constraints.

IEEE Xplore (Security & AI Journals)
Prev1...102103104105106...643Next
critical

CVE-2026-19297: IBM Langflow OSS 1.0.0 through 1.9.6 could allow a remote attacker to obtain unauthorized access to user accounts due to

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

CVE-2026-73656: Trigger.dev is a platform for building and deploying fully managed AI agents and workflows. Prior to 4.5.6, POST /api/v1

CVE-2026-73656NVD/CVE DatabaseAug 13, 2026
Aug 13, 2026
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
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