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 128/643
VIEW ALL
01

Apple Patches 30+ iOS, macOS, Safari Flaws, Including AI-Discovered WebKit Bugs

security
Jun 30, 2026

Apple released security updates for iOS, macOS, and Safari to fix over 30 vulnerabilities, including four WebKit bugs (the web browser engine that Safari uses) that were discovered using AI tools like Claude and OpenAI Codex. The flaws included memory corruption issues and out-of-bounds writes (errors where a program tries to access memory it shouldn't), which could crash the browser or allow malicious websites to bypass security protections. Apple accelerated the release of these patches because it's concerned that AI tools could speed up the creation of exploits (code that takes advantage of vulnerabilities).

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: Updates are available for iOS 26.5.2, iPadOS 26.5.2, macOS Tahoe 26.5.2, and Safari 26.5.2. The specific fixes include: improved memory handling for CVE-2026-43707 and CVE-2026-43716, improved input validation (checking that data entering the system is safe) for CVE-2026-43745, and improved memory management for CVE-2026-43715.

The Hacker News
02

Core dump epidemiology: fixing an 18-year-old bug

security
Jun 29, 2026

OpenAI discovered crashes in Rockset, a C++ service that helps ChatGPT search for relevant data, where programs would mysteriously stop after functions returned to invalid memory addresses. After investigating like epidemiologists and analyzing crash data patterns, the team discovered two unrelated bugs: silent hardware corruption on an Azure server where the CPU made math errors, and an 18-year-old race condition (a bug where two processes interfere with each other) in GNU libunwind, a widely-used open source library for tracking function calls.

OpenAI Blog
03

Meta Contractors Posed as Teens to Prompt Rival Chatbots About Suicide, Sex, and Drugs

safetysecurity
Jun 29, 2026

Meta contractors posed as minors online and sent thousands of harmful prompts (requests designed to trigger unsafe responses) to competitor chatbots like ChatGPT, Gemini, and Character.AI to test how they handled questions about suicide, self-harm, sex, and drugs. The project, called Cannes and managed by contractor Covalen, involved over 45,000 prompts sent through dummy accounts, but the competing companies were not informed of this testing. Meta defended the effort as routine safety testing, though the documents reviewed do not explain how the collected data was actually used.

Wired (Security)
04

OpenAI is teasing new hardware… for Codex

industry
Jun 29, 2026

OpenAI is releasing a hardware device on July 15th designed to work with Codex, its AI-powered coding tool. The device, created in partnership with Work Louder (a company that makes mechanical keyboards and customizable macro pads), appears to be a square pad with buttons that will provide shortcuts for Codex features.

The Verge (AI)
05

AI agents are not your “coworkers”

safetypolicy
Jun 29, 2026

Research by Boston University professor Emma Wiles shows that calling AI agents (software tools programmed to work in loops toward specific goals) "coworkers" or "employees" actually makes humans worse at their jobs: people caught 18% fewer errors and were 44% more likely to pass questionable work to managers instead of correcting it themselves when AI was framed as an employee rather than a tool. This framing inverts responsibility, making humans feel less accountable for AI outputs and creating unrealistic expectations, especially as AI agents get embedded in critical fields like healthcare and government.

MIT Technology Review
06

Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding

industry
Jun 29, 2026

Ornith-1.0 is a new open-source AI model designed for coding tasks, built on top of existing models (Gemma 4 and Qwen 3.5) and available in multiple sizes ranging from 9 billion to 397 billion parameters. The model is MIT licensed and achieves top performance on coding benchmarks among similarly-sized open-source models, with users reporting it works well for tasks like analyzing code and handling multiple tool calls in agent systems (where the AI can use external tools to complete tasks).

Simon Willison's Weblog
07

CVE-2026-13437: Insertion of sensitive information into sent data in the AI Agent job API in Devolutions PowerShell Universal 2026.2.0 a

security
Jun 29, 2026

A vulnerability in Devolutions PowerShell Universal 2026.2.0 allows authenticated users with AI Agent read access to obtain sensitive authentication tokens (reusable credentials that grant access to systems) because these tokens are sent in plaintext (unencrypted, readable text) in job API (an interface for running automated tasks) responses. This could allow attackers to gain higher-level access than they should have.

NVD/CVE Database
08

Lawmakers want to ban AI companies from selling your health data

policy
Jun 29, 2026

Lawmakers are proposing a new version of the Health and Location Data Protection Act that would ban companies, including AI chatbots like ChatGPT and Claude, from selling Americans' health and location data to data brokers (third parties who buy and sell personal information). The updated bill expands on an earlier 2022 version to specifically address the AI era by preventing not just data brokers but other companies from selling this sensitive information.

The Verge (AI)
09

CVE-2026-55607: Claude Code is an agentic coding tool. From 2.1.38 until 2.1.163, Claude Code's worktree handling allowed creation of w

security
Jun 29, 2026

Claude Code, a tool that uses AI to help write software, had a security flaw in versions 2.1.38 through 2.1.163 where it could be tricked into creating special folders named '.git' and accessing files outside its restricted sandbox (a controlled environment that limits what software can access). An attacker could exploit this by creating a malicious code repository and convincing a user to run Claude Code on it, potentially allowing the attacker to run commands on the user's computer outside the sandbox's protections.

Fix: This vulnerability is fixed in version 2.1.163.

NVD/CVE Database
10

Agent confidence on the technical frontier

researchindustry
Jun 29, 2026

Enterprise organizations are increasingly investing in agentic AI (AI systems that can autonomously plan and execute multi-step tasks) to automate workflows and improve business outcomes, with technology teams showing high confidence in agents for structured tasks like data monitoring and report generation. However, agent effectiveness drops when complex tasks require business context (the specific goals, rules, and data relevant to an organization), which remains difficult to supply at the speed and quality needed. Human oversight is emphasized as essential to deploying agentic AI safely and reliably.

MIT Technology Review
Prev1...126127128129130...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