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]
17
[LAST_7D]
166
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 106/643
VIEW ALL
01

ChatGPT is now a partner for your most ambitious work

industry
Jul 9, 2026

OpenAI has introduced ChatGPT Work, an agent (a specialized AI assistant designed to perform specific tasks) powered by GPT-5.6 that can handle complex, multi-step projects by breaking them into smaller tasks and working across apps like spreadsheets, slides, and documents. The system can continue working on projects independently, even when users are away, and uses Codex technology (built-in code generation capabilities) to create finished materials and automate workflows.

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.

OpenAI Blog
02

GPT-5.5 Bio Bug Bounty

securitysafety
Jul 9, 2026

OpenAI is running a bug bounty program (a competition where security researchers find vulnerabilities and report them for rewards) to test GPT-5.5 and GPT-5.6 for universal jailbreaks (methods that can trick the AI into ignoring its safety rules for biology-related requests). The company increased rewards from $25,000 to $50,000 for researchers who successfully find these vulnerabilities, aiming to strengthen safeguards before releasing advanced AI models.

OpenAI Blog
03

Why fixing your data architecture matters more than upgrading your detection models

securityresearch
Jul 9, 2026

Organizations spend billions upgrading AI detection models in cybersecurity, but the real problem is often poor data quality upstream in the data pipelines. Issues like fragmented telemetry (data collected from multiple tools in different formats), schema drift (gradual changes to data format structures), and stale behavioral baselines cause AI models to produce unreliable results, leading to false alarms and missed threats.

CSO Online
04

Top AI Agents Built to Catch Malicious Code Can Be Tricked Into Running It

securitysafety
Jul 9, 2026

AI coding agents like Claude Code and OpenAI's Codex can be tricked into running malicious code when they are supposed to be scanning code for security problems. Researchers at the AI Now Institute demonstrated an attack called "Friendly Fire" that hides a malicious script in a README file (a standard text file in code projects), and the agent runs it without warning because it looks like a legitimate security check. The researchers say this is a design problem, not a bug that can be patched, because the AI models cannot reliably tell the difference between the code they are reading and the instructions they should follow.

The Hacker News
05

Why AI Governance Without Guardrails Is Theater

policysecurity
Jul 9, 2026

Many organizations have AI governance policies on paper, but in reality, employees widely use unapproved AI tools outside company oversight, a problem called shadow AI (unauthorized use of AI applications). This creates security and data risks, such as employees accidentally pasting sensitive information into chatbots or connecting company systems to AI tools without approval, and traditional security controls weren't designed to monitor these new AI interactions.

Fix: The source identifies needed guardrails but does not describe specific implemented solutions. It states that organizations need 'strong identity controls, continuous authorization, logging, segmentation, safe tool use, and secure-by-default patterns in apps that call models,' and that CIOs must 'turn to technology guardrails capable of transporting AI governance intent from the realm of policy principles to the world of production environments, with scalable visibility and enforcement.' However, no concrete fix, patch, version update, or deployed mitigation is explicitly mentioned in the text.

CrowdStrike Blog
06

GhostApproval Symlink Flaws Could Let Malicious Repos Run Code in AI Coding Agents

security
Jul 9, 2026

Researchers discovered GhostApproval, a flaw in six AI coding assistants that exploits symlinks (shortcuts that point to different files on a computer) to trick developers into approving edits that secretly modify sensitive files like SSH login keys. The assistants show approval dialogs that name harmless files while actually writing to dangerous system files, bypassing informed consent even though developers think they are approving safe changes.

Fix: Three tools have shipped fixes: Amazon Q Developer (update to Language Server 1.69.0, which installs automatically for most users), Cursor (update to v3.0 via the extension manager), and Google Antigravity (update to the current version). For Augment and Windsurf, which have not yet released fixes, the source recommends: do not point them at repositories you do not trust. For Claude Code, the source states: update, and read the symlink warning before accepting any edits.

The Hacker News
07

Introducing GPT‑Live

industry
Jul 8, 2026

OpenAI released GPT-Live, a new voice mode for ChatGPT that uses an updated model and can delegate complex tasks like web searches or deep reasoning to GPT-5.5 (a more powerful model) in the background while maintaining conversation flow. The previous voice mode used an older GPT-4o era model with a knowledge cutoff from 2024, which the author found too limited to be useful.

Fix: The source mentions an obscure bug where the model would interrupt conversations to laugh at non-jokes. The author reports: 'I reported it to OpenAI and as far as I can tell they made some tweaks and it's now less likely to happen.' No specific technical fix, patch version, or detailed mitigation is described.

Simon Willison's Weblog
08

CVE-2026-54499: Stanza is a Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human language

security
Jul 8, 2026

Stanza, a Stanford library for processing human language in Python, had a vulnerability where loading malicious model files could allow attackers to run arbitrary code on a user's computer. The problem occurred because the library would try a secure loading method first, but if that failed, it would fall back to an unsafe method that could execute malicious instructions hidden in pickle (a Python format for storing data).

Fix: This issue is fixed in version 1.12.2. Users should update Stanza to version 1.12.2 or later.

NVD/CVE Database
09

GitHub’s public APIs are becoming an enterprise reconnaissance tool

security
Jul 8, 2026

Attackers are systematically abusing GitHub's public APIs to map organizations, steal source code, and find secrets like API keys and cloud credentials, using a mix of fake dormant accounts and leaked credentials that blend into normal usage patterns. GitHub's public APIs don't require authentication for many operations and don't log geolocation data for external access, making it difficult to detect and stop this reconnaissance activity. The attacks involve automated scanner tools and coordinated networks of fake accounts that operate in short bursts across many organizations.

CSO Online
10

GHSA-37h2-6p4f-mp3q: Serena: Unauthenticated Flask dashboard on fixed port enables DNS rebinding → memory poisoning → RCE

security
Jul 8, 2026

Serena, an AI agent framework, runs an unauthenticated Flask web dashboard on a fixed port (24282) with no login protection or security checks. An attacker can use DNS rebinding (a technique where an attacker controls a domain and redirects it to a victim's local machine) to write malicious commands into Serena's memory from a malicious webpage, which the agent then executes using `shell=True` (a mode that allows shell code injection). This creates a complete remote code execution vulnerability that requires only visiting a malicious website while Serena is running.

GitHub Advisory Database
Prev1...104105106107108...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