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,426
[LAST_24H]
5
[LAST_7D]
160
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 151/643
VIEW ALL
01

TabHGIF: A Unified Hypergraph Influence Framework for Efficient Unlearning in Tabular Data

researchprivacy
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 18, 2026

TabHGIF is a framework for machine unlearning (removing a model's memory of specific training data) on tabular data, which is faster than retraining from scratch but traditionally struggles to preserve both privacy and model accuracy. The method represents tabular data as a hypergraph (a graph structure that captures relationships between multiple features at once) and uses a Hypergraph Influence Function to predict how deleting data will affect the model without needing to access the original data again. In experiments, TabHGIF achieved speedups of 2.18–7.67 times compared to full retraining while maintaining accuracy close to a fully retrained model.

IEEE Xplore (Security & AI Journals)
02

Double-Blind Cleanser: Blindly Unlearning Backdoors Without Clean Data

securityresearch
Jun 18, 2026

Backdoor attacks compromise AI models by injecting hidden triggers into training data that cause the model to misclassify inputs containing those triggers. This paper introduces Double-Blind Cleanser (DBC), a method that removes backdoors without needing access to clean data or knowing what the triggers look like, using two techniques: catastrophic forgetting (making the model forget the backdoor behavior) and Sharpness-Aware Minimization (SAM, which smooths the model's decision boundaries to restore normal functionality).

Fix: The paper describes DBC's approach: "It first leverages catastrophic forgetting to eliminate the backdoor behavior. It then applies Sharpness-Aware Minimization (SAM) to flatten the loss landscape, improving generalization and restoring legitimate functionality without requiring prior knowledge of triggers or poisoned samples. To further enhance the flatness of the loss landscape, DBC employs an importance sampling strategy that prioritizes samples most sensitive to weight perturbations, effectively reducing the impact of poisoned instances."

IEEE Xplore (Security & AI Journals)
03

MicroPatch: Directed Backdoor Erasing via Victim Parameter Decoupling

securityresearch
Jun 18, 2026

Deep neural networks (large AI models inspired by how brains work) can be attacked through data poisoning, where attackers secretly add harmful examples to training data to make the model behave badly. Existing fixes reduce the attack's success but often make the model worse at normal tasks. Researchers propose MicroPatch, which identifies which parts of the model were corrupted by poisoned data and repairs just those parts by using reverse engineering (reconstructing the hidden attack pattern) and influence functions (mathematical tools that show how each piece of training data affected the final model).

Fix: The source describes MicroPatch as the approach: (1) use reverse engineering to reconstruct backdoor trigger patterns, (2) apply influence functions to quantify the impact of individual data points on model parameters, (3) decouple victim components of model parameters by comparing parameter influences of clean and poisoned data, and (4) patch these victim components to purify the model.

IEEE Xplore (Security & AI Journals)
04

A Unified Framework of Private Set Operations With Stronger Security

securityresearch
Jun 18, 2026

This paper addresses security weaknesses in unified frameworks for private set operations (PSO, which are techniques that let multiple parties perform computations on their private data sets without revealing the data itself). Previous frameworks had vulnerabilities to inference attacks because they leaked information about the size of set intersections during operations like union and intersection-sum. The authors propose an improved unified framework that eliminates these leakages by introducing a new building block called permuted batched private membership test sharing, achieving stronger security with acceptable performance trade-offs.

Fix: The source proposes a new unified framework with stronger security that: (1) supports PSI-Sum/SS without cardinality leakage (removing information leaks about set sizes), (2) includes an enhanced PSU without during-execution leakage (preventing attackers from gaining information while the operation runs), and (3) uses a new central building block called permuted batched private membership test sharing with instantiation alternatives for both balanced and unbalanced scenarios. The paper provides experimental results showing PSI-Sum/SS achieves 0% leakages with performance costs of approximately 3.3x higher communication for balanced sets and less than 2x overhead for unbalanced sets, while the enhanced PSU achieves up to 1.6x to 60.5x lower communication and 1.4x to 15.6x faster execution compared to prior work.

IEEE Xplore (Security & AI Journals)
05

Post-Quantum Secure Semantic Communication With Discrete Latent Representations

securityresearch
Jun 18, 2026

This research paper proposes a post-quantum secure semantic communication (PQSC) framework that protects data transmission against both eavesdropping and future quantum computing threats. The framework combines learning with errors (LWE, a type of encryption believed to resist quantum attacks) with VQ-VAE (a neural network compression technique) to send information efficiently while keeping it secure. Experiments show this approach works better than existing methods across different network conditions and data types.

IEEE Xplore (Security & AI Journals)
06

Graph-Based Contrastive Learning and Clustering for Open-World Encrypted Traffic Classification

research
Jun 18, 2026

This research proposes GCLC (Graph-based Contrastive Learning and Clustering), a framework for classifying encrypted network traffic (data sent over networks in coded form) in open-world scenarios where unknown traffic types may appear. The system uses Graph Neural Networks (machine learning models that work with interconnected data) and special learning techniques to identify traffic patterns even when data is imbalanced or new, achieving 95% accuracy at recognizing previously unseen traffic classes.

IEEE Xplore (Security & AI Journals)
07

Securing AI Agent Behavior with Amazon Bedrock AgentCore and CheckPoint AI Security

security
Jun 18, 2026

AI agents are software systems that go beyond simple chatbots by retrieving information, using tools, and taking actions on behalf of users within enterprise systems. As organizations deploy these agents in production environments, they need ways to connect them to business applications while maintaining visibility and control over their behavior. Amazon Bedrock AgentCore and CheckPoint AI Security are collaborating to help organizations deploy these agents securely at enterprise scale.

Check Point Research
08

Photoshop and Premiere now have AI assistants

industry
Jun 18, 2026

Adobe is rolling out AI assistants (chatbots that use natural language conversation to help users) to its Creative Cloud apps, including Photoshop, Premiere, Illustrator, InDesign, and Frame.io. Each assistant is customized for its specific app to help organize work and automate tasks like editing and design. All assistants are powered by Adobe's conversational creative agent, a shared underlying AI system.

The Verge (AI)
09

Adobe’s redesigned AI studio remembers what your creations look like

industry
Jun 18, 2026

Adobe is launching a redesigned AI studio for its Firefly AI assistant (a tool that helps generate and edit creative designs) that allows users to name and reuse their custom characters, objects, and backgrounds across projects. The new interface, currently in private beta, aims to streamline workflow by keeping persistent context (remembering your previous creative choices) and reusable assets in one place, so designers can work more efficiently without switching between different applications.

The Verge (AI)
10

Attackers abuse Google Ads, GitLab, and Claude to deliver malware

securitysafety
Jun 18, 2026

Attackers are exploiting trusted platforms like Google Ads, GitLab, and Claude to deliver malware by impersonating popular AI developer tools and using ClickFix social engineering attacks (tricking users into manually running malicious commands). Over a seven-week campaign, threat actors created fake pages on legitimate services and used Google Ads to direct more than 2,000 victims to malicious sites where they were convinced to copy and paste harmful PowerShell or terminal commands (code that executes instructions). The campaign succeeded because victims trusted these platforms and assumed instructions from AI tools were reliable, making the attacks harder to detect than traditional malware campaigns.

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