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,428
[LAST_24H]
1
[LAST_7D]
157
Daily BriefingSaturday, August 15, 2026
>

Anthropic Revenue Surges Ahead of Planned IPO: The company behind Claude reported quarterly revenue exceeding $11.5 billion, a 14-fold year-over-year increase, as it prepares to go public and compete directly with OpenAI for enterprise AI adoption.

>

AI Firms Suspected of Covert Data Acquisition Through Book Purchases: Secondhand booksellers across the UK and Ireland report unusual bulk orders believed to be AI companies acquiring physical texts for training data, with Anthropic previously confirmed to have spent millions on such acquisitions.

Latest Intel

page 208/643
VIEW ALL
01

The Pope isn’t AGI-pilled

policy
May 27, 2026

Pope Leo XIV released an encyclical letter called Magnifica Humanitas warning that AI is not just a technical tool but a system that affects people's rights, opportunities, and freedom when used in processes impacting human lives. The letter was created in partnership with Anthropic, a major AI company, and sparked various reactions from the tech industry.

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
The Verge (AI)
02

RevEng.AI Raises $15 Million to Hunt for Flaws and Backdoors in Software Binaries

industrysecurity
May 27, 2026

RevEng.AI, a cybersecurity startup, raised $15 million to develop an AI tool called BinNet that analyzes compiled software binaries (the machine-readable code that actually runs on computers) to find vulnerabilities and backdoors without needing the original source code. The technology aims to secure the software supply chain by verifying what software actually does before it's deployed, which is increasingly important as AI systems are used to write code automatically.

SecurityWeek
03

5 Steps to Managing Shadow AI Tools Without Slowing Down Employees

securitypolicy
May 27, 2026

Shadow AI refers to unapproved AI tools that employees use without IT oversight, often gaining access to company data through OAuth (a login system that grants third-party apps permission to access accounts) or browser sessions. Most organizations lack visibility into these tools and don't have governance policies in place, creating a security risk. The article describes a five-step program to manage shadow AI by discovering which tools are in use, creating practical policies, and establishing approved alternatives.

Fix: The source explicitly recommends five steps: (1) Discover shadow AI tools through auditing OAuth connections, scanning browser extensions, identifying AI features in already-approved tools, and conducting employee surveys. (2) Write an AI governance policy that lists approved tools, defines clear data classification rules (specifying which data like customer records and source code should never enter AI tools), confirms data training opt-out status for each tool, and establishes a defined process for requesting new tools. (3-5) The text cuts off before fully detailing steps 3-5, so no additional mitigations are explicitly stated in the provided content.

The Hacker News
04

Cisco and OpenAI redefine enterprise engineering with Codex

industry
May 27, 2026

Cisco partnered with OpenAI to integrate Codex (an AI code generation tool) directly into their enterprise software engineering workflows, treating it as an AI teammate rather than just a developer productivity tool. By using Codex in production environments, Cisco accelerated development on products like AI Defense (a security solution protecting against AI-related risks), compressing work that normally takes quarters into just weeks, while also automating large-scale defect repairs and build optimization across interconnected code repositories.

OpenAI Blog
05

‘SymJack’ Attack Turns AI Coding Agents Into Supply Chain Attack Delivery Systems

security
May 27, 2026

SymJack is an attack that exploits AI coding agents by tricking them into inserting malicious code into software projects through disguised symlinks (shortcuts that point to files). The attacker controls a code repository and hides malicious instructions in an innocent-looking file request, which the AI agent approves and executes without the developer realizing what's happening, potentially stealing credentials or compromising production systems.

Fix: Anthropic hardened Claude Code to resolve symlinks (determine where shortcuts actually point) before asking for approval and display the real destination path in the prompt to the user. The source notes that persuading users to consider before acting on automation requests could help stop SymJack attacks and would be simple for other coding agents to implement.

SecurityWeek
06

The NSA, ‘Mythos’ and the quiet emergence of AI cyber doctrine

securitypolicy
May 27, 2026

Advanced AI models like Claude Mythos are becoming autonomous cyber-attack tools that can identify vulnerabilities, chain multiple exploits together, and conduct multi-stage attacks with minimal human input, fundamentally changing how cyber offense and defense operate. Major tech companies have formed a defensive coalition (Project Glasswing) to respond to this emerging threat, signaling that AI-powered cyber operations have moved beyond experimentation into real operational capability. This represents a shift in cyber doctrine where speed, scale, and autonomy (the ability of AI to act without human direction) have become the defining factors in cyber conflict.

CSO Online
07

DSPM buyer’s guide: Top 10 data security posture management tools

securitypolicy
May 27, 2026

Data security posture management (DSPM, tools that help find sensitive data scattered across systems) helps security teams locate hidden data across cloud and on-premises environments to reduce data loss risk. Shadow data (data stored outside official IT oversight) can come from forgotten repositories, cloud containers, or unauthorized AI usage, making it difficult to track and protect. DSPM tools work alongside broader cloud security tools to discover both known and unknown data and manage exposure risks, with the market consolidating through major acquisitions by companies like Palo Alto Networks, IBM, and Varonis.

CSO Online
08

Building self-improving tax agents with Codex

researchindustry
May 27, 2026

Tax AI is a system built by OpenAI and Thrive Holdings that uses Codex (a code-generating AI model) to automate tax return preparation for accounting firms, and it improves itself automatically rather than waiting for engineers to manually fix problems. The system learns from real-world use by collecting practitioner feedback, tracking how returns are processed (production traces, or a structured record of inputs and outputs), and using tailored evaluations to continuously refine itself. Within six weeks of launch, the system improved from only 25% of returns being correct enough to need minimal fixes to 86% reaching that standard.

Fix: The source describes the infrastructure that enables self-improvement but does not prescribe a specific fix or mitigation for any problem. No version update, patch, or explicit remediation step is mentioned. N/A -- no mitigation discussed in source.

OpenAI Blog
09

Anthropic Releases New Claude Sandbox, Security Guidance Plugin

securitysafety
May 27, 2026

Anthropic released two new security features for Claude: a self-hosted sandbox that lets Claude Managed Agents (AI systems that can perform tasks autonomously) run code in user-controlled environments like their own servers or managed providers, and a security guidance plugin for Claude Code that scans for vulnerabilities (weaknesses that attackers could exploit) as developers write code. The plugin has reduced security issues by 30-40% in internal testing by catching problems before formal code review.

Fix: Anthropic provides two explicit mitigations: (1) Deploy the Claude sandbox by configuring Claude Managed Agents to execute tools in a user-controlled environment, applying your own network policies, audit logging, and security tooling while keeping files and repositories within your perimeter; (2) Use the security guidance plugin for Claude Code, available through the official Anthropic marketplace, which scans for vulnerabilities during file edits, after AI-generated changes, and at commit time to catch issues before full code review.

SecurityWeek
10

Microsoft previews automatic device isolation in Defender for Endpoint

securitysafety
May 26, 2026

Microsoft is previewing automatic device isolation in Defender for Endpoint, a feature that uses AI to quickly disconnect compromised devices from the network while keeping them connected to security services, helping contain attacks that move at machine speed. However, a SANS Institute research paper warns that attackers could potentially exploit this feature to disable user accounts if it is not properly configured and tuned. Security experts emphasize that autonomous AI action tools like this must be carefully configured and tested, similar to any other automation capability.

CSO Online
Prev1...206207208209210...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