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]
19
[LAST_7D]
169
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 102/643
VIEW ALL
01

The Download: Claude’s inner workings and OpenAI’s “super app”

researchindustry
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.

Jul 10, 2026

Researchers at Anthropic created a tool called the Jacobian lens to discover a hidden area in Claude (an LLM, or large language model) called J-space, which contains words related to responses the model is considering but may not ultimately generate. The article also covers various AI developments including OpenAI's new ChatGPT Work application and reports that OpenAI and Google sold AI models to blacklisted Chinese companies.

MIT Technology Review
02

AI Surveillance and Social Progress

safetypolicy
Jul 10, 2026

AI-powered surveillance systems combining facial recognition (technology that identifies people by analyzing their faces), real-time tracking, and mass databases are being deployed globally to monitor and immediately enforce rules, with China operating over 600 million AI cameras and the US Department of Homeland Security rapidly expanding its use for monitoring immigrants, protesters, and journalists. These systems create 'chilling effects' (where people self-censor and conform out of fear of being watched), raising concerns about discrimination, lack of transparency, and threats to democracy, as the automation of surveillance and enforcement removes human judgment and accountability.

Schneier on Security
03

‘HalluSquatting’ Turns AI Hallucinations Into Botnet Delivery Mechanism

securityresearch
Jul 10, 2026

Researchers have discovered 'HalluSquatting,' an attack that exploits AI hallucinations (when AI systems generate false information or invent things that don't exist) to deliver malware at scale. Attackers pre-register fake repository and package names that AI coding assistants commonly hallucinate, then plant malicious code in those fake repositories so that when users ask their AI tools to clone or install resources, the AI may pull down the attacker's code and execute it.

SecurityWeek
04

How Deutsche Telekom is rewiring telecommunications with AI

industry
Jul 10, 2026

Deutsche Telekom, a major telecommunications company, is transforming itself into an AI-native organization by embedding AI (artificial intelligence) throughout its operations rather than simply adding it to existing processes. The company is using generative AI (AI that creates text, code, or other content) in customer service, network operations, and voice communications, with over 50,000 employees actively using ChatGPT Enterprise and seeing a 546% increase in AI tool usage since early 2026.

OpenAI Blog
05

Check Point CTO Jonathan Zanger sees AI elevating the value of cyber

securityindustry
Jul 10, 2026

According to Check Point's CTO, AI is transforming cybersecurity in two opposing ways: security companies can now scale their threat detection and defense operations dramatically (for example, using AI agents to make red teams, which test product security, about 20 times more efficient), but attackers are also using AI to launch phishing and malware campaigns faster and with less expertise. The main challenge organizations face is that AI agents behave unpredictably and require many system connections to function, which creates a larger attack surface (the total points where a system can be attacked) that is harder to protect than traditional deterministic systems (systems that produce the same output for the same input).

CSO Online
06

Quoting OpenAI

industry
Jul 9, 2026

OpenAI attempted to explain how ChatGPT Work handles data across different platforms: cloud-based work syncs between web and mobile, while desktop work can access local files with permission, but conversations don't automatically appear across platforms. The company acknowledged this explanation was unsuccessful, suggesting the feature's data handling and synchronization behavior was confusing to users.

Simon Willison's Weblog
07

Introducing OAuth Support for AWS MCP Server

security
Jul 9, 2026

AWS has added OAuth support to its MCP Server (Model Context Protocol, a standard for connecting AI agents to external tools), allowing AI agents like Claude to access AWS services using the same login methods you'd use for the AWS console or command line. The service includes new security features like token revocation, dynamic client registration, and new audit logging in AWS CloudTrail (AWS's service that records all actions taken in your AWS account).

Fix: To set up OAuth for the AWS MCP Server, attach the managed policy 'AWSMCPSignInOAuthAccessPolicy' to your IAM role using the AWS CLI command: aws iam attach-role-policy --role-name <MyRole> --policy-arn arn:aws:iam::aws:policy/AWSMCPSignInOAuthAccessPolicy. Then add the MCP Server endpoint to your agent's configuration using: claude mcp add --transport http aws-mcp https://aws-mcp.us-east-1.api.aws/mcp. When the agent first needs access, it will open a browser for you to authenticate and approve the authorization request.

AWS Security Blog
08

Instagram’s AI image generator alarms privacy experts

privacysafety
Jul 9, 2026

Meta released a new AI image generator called Muse that can create pictures of people by using photos from public Instagram profiles without notifying those users. Privacy advocates are warning Instagram users to check their privacy settings because the tool automatically uses public profiles for this image generation by default.

The Guardian Technology
09

AI coding tool hole illustrates a big problem with human in the loop

security
Jul 9, 2026

GhostApproval is a vulnerability affecting six major AI coding assistants (Amazon Q Developer, Claude Code, Augment, Cursor, Google Antigravity, and Windsurf/Devin Desktop) that allows attackers to escape sandboxes (isolated, restricted environments) by tricking the AI into accessing files outside the workspace while misleading the human reviewing the action. The attack exploits symbolic links (special files that act as shortcuts to other files or directories) combined with UI misrepresentation, where the confirmation prompt shown to the user hides dangerous information so they unknowingly approve harmful file access.

Fix: AWS, Cursor, and Google fixed the issue promptly. Anthropic had already fixed the problem before being contacted by Wiz. Augment and Windsurf/Devin acknowledged receipt but provided no public statement on fixes.

CSO Online
10

The ChatGPT browser is already dead

industry
Jul 9, 2026

OpenAI is shutting down ChatGPT Atlas, a browser tool that could perform tasks automatically on a user's behalf, less than a year after launching it in October, with a shutdown date targeted for August 9th. The discontinuation is part of OpenAI's strategy to focus development efforts on productivity features and consolidate its products into a new desktop application called ChatGPT Work.

The Verge (AI)
Prev1...100101102103104...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