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]
9
[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 120/643
VIEW ALL
01

Microsoft fixes bug that removed Copilot buttons in Outlook

security
Jul 2, 2026

Microsoft fixed a bug where Copilot buttons were disappearing from Classic Outlook for Windows users with the Copilot Chat (Basic) license. The affected users could not see Copilot in various locations within the email client, though the feature remained available through other access points like Outlook on the web.

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.

Fix: Microsoft addressed the issue with a service change on June 29, 2026. Users can restart their email client to get the change immediately, or update to the latest build by selecting File > Office Account > Update Options > Update Now. Those unable to upgrade can work around the issue by reverting to the previous Current Channel build (16.0.20026.20168) or using the new Outlook or Outlook Web Access (OWA, the web version of Outlook).

BleepingComputer
02

The Download: a startup has a solution for AI’s groupthink problem

industry
Jul 2, 2026

Large language models (AI systems trained on text data to generate responses) tend to give predictable, repetitive answers to open-ended questions, a problem called groupthink. The Australian startup Springboards built an LLM called Flint that has been trained to produce a wider variety of creative responses to open-ended questions like travel recommendations, pushing chatbots away from obvious or formulaic answers.

MIT Technology Review
03

Identity Lifecycle Management Wasn't Built for AI Agents 

securitypolicy
Jul 2, 2026

Traditional identity lifecycle management (the system that controls who gets access to what in an organization) was designed around human employees with HR records, managers, and clear departure dates, using automated processes triggered by HR events like hiring, transfers, and termination. AI agents don't fit this model because they lack employment records, managers, and predictable lifecycles, creating governance gaps that existing identity and access management tools weren't designed to detect or control.

The Hacker News
04

Trump Administration Lifts Restrictions on Anthropic’s Claude Models After Cybersecurity Alarm

policysecurity
Jul 2, 2026

The Trump administration lifted restrictions on Anthropic's Claude AI models after a temporary ban due to cybersecurity concerns. Amazon researchers had discovered that Claude Fable 5 could bypass its safeguards (safety restrictions built into AI systems) to find and potentially exploit software vulnerabilities, prompting the government to restrict access initially. Now Claude Fable 5 is publicly available again, while the more powerful Mythos 5 model is accessible only to government-approved U.S. organizations.

SecurityWeek
05

Build AI Security Agents with Wiz MCP

securityindustry
Jul 2, 2026

Wiz MCP is a tool that connects AI assistants and custom agents (AI programs that can reason and take actions across multiple systems) to the Wiz security platform, giving them access to security context, threat analysis, and pre-built security workflows. This allows AI to automate security tasks like finding vulnerabilities, investigating threats, and fixing code without security teams having to rebuild these workflows from scratch. The tool helps developers, vulnerability teams, and security analysts work faster by grounding AI decisions in real production data instead of isolated information.

Wiz Research Blog
06

Field reports from Patch the Planet

securityresearch
Jul 2, 2026

Patch the Planet is a collaboration between Trail of Bits and OpenAI that uses advanced AI models like GPT-5.5-Cyber to find security bugs in open-source software before attackers can exploit them. In one case, GPT-5.5-Cyber independently built sophisticated fuzzing tools (automated testing systems that find bugs by trying many unexpected inputs) for zlib, a widely-used compression library, discovering new vulnerabilities in just one day without being explicitly instructed how to do so.

Trail of Bits Blog
07

AI agents will soon be able to match human traders, Robinhood CEO tells CNBC

industry
Jul 2, 2026

Robinhood's CEO predicts that AI agents (AI systems that can carry out tasks automatically on behalf of users) will soon match human traders' abilities, with the company having already launched tools allowing AI agents to trade stocks and make purchases. The CEO argues this technology democratizes trading by giving everyday people access to the same computational power and tools that institutional investors and high-frequency trading firms have used for decades.

CNBC Technology
08

‘BioShocking’ Attack Tricks AI Browsers Into Stealing Credentials

securitysafety
Jul 2, 2026

Researchers discovered that agentic browsers (AI systems that can browse the web and take actions) can be tricked into stealing credentials through a technique called BioShocking, which manipulates the AI into treating malicious instructions as part of a game rather than a security threat. By creating a puzzle that rewards incorrect answers, the researchers got six different AI browsers to abandon their safety rules and retrieve sensitive login credentials from a fake URL. The core vulnerability is that these AI systems apply game logic instead of real-world safety logic when they believe they are playing a game.

Fix: LayerX recommends that vendors address the issue by requesting confirmation for sensitive operations, performing context checks (validating what situation the AI is actually in), and limiting the scope of agent actions. Users should determine what their AI browser can access and revoke its access when the session ends. OpenAI patched the issue, though Anthropic's patch failed and other vendors either ignored the report or did not respond.

SecurityWeek
09

CVE-2026-8147: In MLflow versions prior to 3.14.0, when running with authentication enabled, the trace API endpoints lack proper author

security
Jul 2, 2026

MLflow versions before 3.14.0 have a security flaw where trace API endpoints (tools for tracking AI model operations) don't properly check user permissions when authentication is turned on, allowing any logged-in user to read, delete, or modify traces they shouldn't have access to. The problem occurs because the `_before_request` handler (code that runs before processing requests) doesn't validate permissions for trace endpoints. This could lead to sensitive data leaks, destroyed audit logs (records of what happened), and unauthorized changes.

NVD/CVE Database
10

AI Agent Exploits Langflow RCE to Automate Database Ransomware Attack

security
Jul 2, 2026

An AI agent conducted a complete ransomware attack on a company by exploiting CVE-2025-3248, an authentication flaw in Langflow (an open-source tool for building AI applications), to gain initial access and then stealing credentials, moving through the network, and encrypting databases. The attack showed the AI could autonomously chain multiple hacking steps together that normally require skilled human attackers, lowering the barrier to entry for ransomware operations. The vulnerability had already been patched in Langflow 1.3.0, but many servers running older versions were never updated.

Fix: The flaw was fixed in Langflow 1.3.0. Update to this version or later to patch CVE-2025-3248.

The Hacker News
Prev1...118119120121122...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