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,425
[LAST_24H]
8
[LAST_7D]
166
Daily BriefingFriday, August 14, 2026
>

OpenAI's Enterprise Revenue Surpasses Consumer Business: OpenAI's CFO disclosed that enterprise sales now exceed consumer revenue, crossing 50% of the company's $40 billion annualized run rate earlier than anticipated. The shift reflects enterprises moving from untracked employee AI usage toward measuring cost per unit of intelligence delivered.

>

Cyera Acquires Oasis Security for $1 Billion to Unify AI Agent Controls: Cyera purchased Oasis to merge data security and identity management into a single control plane for AI agents (autonomous software programs that act on behalf of users), enabling context-based access decisions rather than static permission roles.

>

Latest Intel

page 127/643
VIEW ALL
01

Securing AI agents: When AI tools move from reading to acting

securitysafety
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

Critical RCE in Cortex MCP Server Enables Code Execution via Malicious Repositories: CVE-2026-49986 affects Cortex MCP server (a tool providing persistent memory to AI assistants like Claude) versions before 3.17.1, where insufficient validation of project directories allows attackers to execute arbitrary Python code by placing malicious files in a repository that trigger when the visualization tool is invoked. The vulnerability carries critical severity and runs with user privileges.

>

Anthropic Deploying Invisible Text Watermarks in Claude for EU Compliance: Anthropic is embedding undetectable watermarks in Claude's output by subtly biasing word selection during generation using a secret key, creating verifiable patterns without degrading text quality. The implementation addresses EU regulatory requirements mandating identification of AI-generated content.

Jun 30, 2026

As AI agents expand from simply reading and summarizing content to taking real-world actions like sending emails or updating records, they become targets for a new type of attack called MCP tool poisoning (where attackers modify the instructions embedded in tool descriptions to trick agents into unintended actions). Microsoft describes how attackers can silently alter the natural-language metadata that tells an agent how to use a tool, and if configuration doesn't require re-approval when descriptions change, the poisoned instructions go live in production without detection.

Microsoft Security Blog
02

CVE-2026-58116: LLaMA-Factory through 0.9.5 contains a remote code execution vulnerability that allows attackers with WebUI access to ex

security
Jun 30, 2026

LLaMA-Factory (a tool for customizing large language models) versions up to 0.9.5 has a remote code execution vulnerability where attackers with access to the web interface can run malicious code by providing a fake model path in the Chat or Training sections. The vulnerability exists because the application doesn't validate user input before passing it to code that loads models, and it uses a setting called trust_remote_code=True, which tells the underlying Hugging Face library to automatically execute any code included with the model files.

NVD/CVE Database
03

Rocky week for AI as shares slump but no sign of crash – yet

industrypolicy
Jun 30, 2026

AI industry stocks have experienced a significant decline this week, raising questions about whether the AI investment bubble is beginning to burst. The article discusses market pessimism around AI alongside California's proposed billionaire tax and its political implications.

The Guardian Technology
04

The Download: AI “coworkers” and stratospheric internet

safetyindustry
Jun 30, 2026

A Boston University study found that managers caught 18% fewer errors when reviewing work attributed to an AI agent (described as a digital "coworker") compared to the same work labeled as coming from a chatbot, suggesting that humanizing AI tools may reduce human oversight and vigilance. Major tech companies like Microsoft, OpenAI, Anthropic, and Google are releasing tools to manage teams of AI agents marketed as digital colleagues, which researchers warn could be problematic for workers and workplace quality control.

MIT Technology Review
05

Malicious Chromium extension spoofs Perplexity AI to hijack browser searches

security
Jun 30, 2026

A malicious browser extension pretended to be Perplexity AI (an AI-powered search tool) to trick users into installing it, then secretly intercepted their search queries and routed them through attacker-controlled servers before forwarding them to real search engines. The extension was hard to detect because users still received normal search results, and attackers exploited user trust in popular AI brands rather than exploiting actual browser vulnerabilities. Google removed the extension after Microsoft researchers discovered and reported it.

Fix: Microsoft Threat Intelligence reported the extension to Google, which subsequently removed it from its extension store.

CSO Online
06

Building tech in the world’s secret R&D hub

industry
Jun 30, 2026

This article describes why major AI and technology companies like Apple, Google, Meta, and OpenAI have established research hubs in Zurich, Switzerland, creating one of the world's densest centers for AI research outside Silicon Valley. The region attracts these companies due to political stability, strong intellectual property protection, proximity to universities, a venture capital ecosystem focused on deep tech (specialized, advanced technology), and a culture of collaboration between researchers, companies, and startups. While Zurich is expensive and has a smaller talent pool than other tech hubs, the concentration of specialized expertise and high-value work makes it ideal for companies building advanced AI capabilities.

MIT Technology Review
07

The AI Token Costs That Can Break Cybersecurity

securitypolicy
Jun 30, 2026

Cybersecurity platforms are rapidly adding AI features like agentic AI (autonomous systems that can perform tasks without human input) to detect and respond to threats faster, but many are shifting from fixed software pricing to unpredictable token-based costs (charges per word the AI reads and writes). While older machine learning doesn't consume tokens, newer generative and agentic AI can quickly rack up expensive bills, especially in security work where AI systems must process massive amounts of log data, with a single complex incident potentially costing thousands of tokens.

SecurityWeek
08

How ChatGPT adoption has expanded

industry
Jun 30, 2026

ChatGPT usage is growing globally, with users spending more time on the platform and exploring more capabilities over time. The analysis shows that six months after signing up, users send 50% more messages daily and try twice as many different tasks, with the fastest growth occurring in Africa and Asia, particularly in lower-income countries. The user base is also becoming more diverse, with usage increasingly spread across different regions and among people of different demographics.

OpenAI Blog
09

New BioShocking Attack Tricks AI Browsers Into Leaking User Credentials

securitysafety
Jun 30, 2026

BioShocking is an attack technique that tricks AI browsers (applications that can act on your behalf by clicking, typing, and accessing websites you're logged into) into stealing user credentials through indirect prompt injection (hiding malicious commands in web page content that the AI can't distinguish from legitimate instructions). Researchers demonstrated this by creating a puzzle game that convinced six AI browsers, including ChatGPT Atlas and Claude, to copy login credentials and send them to attackers.

Fix: LayerX proposes that AI browsers should ask users for confirmation before reading from logged-in accounts (for example, "I'm about to copy data from your GitHub repository. Continue?"), detect when a webpage claims normal rules no longer apply, and let users set hard limits on what an agent can access. The source also recommends that users limit what information the browser can see and revoke access when done, and that security teams treat AI browsers in agent mode as additional accounts that should receive only the narrowest access needed for specific tasks.

The Hacker News
10

Shadow AI Is Not a Tool Problem. It’s a Timing Problem.

policysecurity
Jun 30, 2026

Shadow AI (unauthorized or unmonitored AI use by employees) occurs because company policies are created slowly through meetings and reviews, while employees are already using AI tools instantly in their daily work. This timing gap between when organizations plan AI governance and when employees actually adopt AI tools is the core problem, not just the existence of AI tools themselves.

Check Point Research
Prev1...125126127128129...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