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

Research

Academic papers, new techniques, benchmarks, and theoretical findings in AI/LLM security.

to
Export CSV
1217 items

Trigger Without Trace: Toward Stealthy Backdoor Attack on Text-to-Image Diffusion Models

inforesearchPeer-Reviewed
securityresearch
May 20, 2026

Researchers have developed a new backdoor attack method called Trigger without Trace (TwT) that can secretly compromise text-to-image diffusion models (AI systems that generate images from text descriptions) while avoiding detection. The method works by using syntactic structures (grammar patterns) as hidden triggers and employing a mathematical technique called Kernel Maximum Mean Discrepancy (KMMD, a way to match statistical distributions) to make malicious samples look identical to legitimate ones, achieving a 97.5% success rate while bypassing three existing defense detection systems.

IEEE Xplore (Security & AI Journals)

An OpenAI model has disproved a central conjecture in discrete geometry

inforesearchBlog Research
research

Lattice-Based Blind Ring Signature With Applications to Anonymous Voting Systems

inforesearchPeer-Reviewed
security

Hard-Label Black-Box Attacks on 3D Point Clouds

inforesearchPeer-Reviewed
research

SilentNoise: Non-Interactive Noise Generation for Differential Privacy With Malicious Security

inforesearchPeer-Reviewed
research

VOLE-PDRAA: An Efficient Privacy-Preserving Data Retrieval Protocol With Anonymous Authorization Based on Vector-OLE

inforesearchPeer-Reviewed
research

Lightweight Privacy-Preserving and Fault-Tolerant Truth Discovery for Mobile Crowdsensing Systems

inforesearchPeer-Reviewed
security

Palladium: Guarding Neural Network Training With Confidential Computing

inforesearchPeer-Reviewed
security

PersGuard: Preventing Malicious Personalization in Text-to-Image Diffusion Models via Model Backdoors

inforesearchPeer-Reviewed
security

Garland: Graph Neural Network-Based Federated Recommendation With Malicious Security via Secret-Shared Shuffle

inforesearchPeer-Reviewed
research

Cyber Incident Prevention and Response for Small and Medium Sized Enterprises: A Scoping Review

inforesearchPeer-Reviewed
security

GCP: Guarded Collaborative Perception With Spatial-Temporal Aware Malicious Agent Detection

inforesearchPeer-Reviewed
security

Intelligent Penetration Testing Through Integrated Knowledge Graph and Historical Decision Enhancement

inforesearchPeer-Reviewed
research

ROSE: Extended Evaluation of RObust and SEcure Black-Box DNN Watermarking

inforesearchPeer-Reviewed
security

Enhancing Cloud Network Resilience via a Robust LLM-Empowered Multi-Agent Reinforcement Learning Framework

inforesearchPeer-Reviewed
research

Principled Uncertainty Decomposition With Bayesian Ensemble Transformers for Trustworthy Intrusion Detection

inforesearchPeer-Reviewed
research

DiffHash: Text-Guided Targeted Attack via Diffusion Models Against Deep Hashing Image Retrieval

inforesearchPeer-Reviewed
security

ParaVul: A Parallel Large Language Model and Retrieval-Augmented Framework for Smart Contract Vulnerability Detection

inforesearchPeer-Reviewed
research

FaceReclaim: Deep Traceability of Face-Swapped Images Through Feature Decoupling

inforesearchPeer-Reviewed
research

Decoupled Neural Audio Steganography for Adaptive Sender-Side Model Updates

inforesearchPeer-Reviewed
research
Previous24 / 61Next
May 19, 2026

An OpenAI language model has solved a famous 80-year-old math problem in discrete geometry (the study of geometric shapes made from separate points) by disproving a long-held belief about how many pairs of points can be exactly one unit apart. The AI found an infinite family of point arrangements that beat the previous best solution, and external mathematicians have verified the proof, marking the first time an AI has autonomously solved a prominent open problem central to a mathematical field.

OpenAI Blog
May 19, 2026

This research presents LBRS, a new cryptographic method for secure anonymous voting that uses lattice-based mathematics (a post-quantum approach resistant to attacks from powerful quantum computers). The method combines blind ring signatures (a technique that hides both the voter's identity and the vote itself while allowing verification) with voting systems, solving problems with previous approaches that either were vulnerable to quantum computers or produced very large signatures that would be impractical for widespread use.

IEEE Xplore (Security & AI Journals)
security
May 19, 2026

Researchers developed a new method to attack 3D point cloud models (AI systems that process 3D sensor data) using only the final prediction label, without needing access to the model's internal details or calculations. Their technique uses a spectrum-aware decision boundary algorithm to create adversarial examples (slightly modified inputs that fool the AI) that are harder to detect and more practical to deploy in real-world scenarios than existing attack methods.

IEEE Xplore (Security & AI Journals)
security
May 19, 2026

SilentNoise addresses a problem in differential privacy (DP, a method for analyzing data while protecting individual privacy), which traditionally relies on one trusted party holding all sensitive data, creating a security risk. The researchers propose a decentralized system using secure multiparty computation (MPC, where multiple parties jointly compute results without fully revealing their individual data) that allows noise (random data added for privacy) to be generated securely even when some parties act maliciously, improving both efficiency and accuracy compared to previous approaches.

IEEE Xplore (Security & AI Journals)
May 19, 2026

VOLE-PDRAA is a privacy-preserving data retrieval protocol designed to help organizations follow GDPR (General Data Protection Regulation, European privacy law) requirements while protecting personal data. The protocol uses advanced cryptographic techniques, including Vector-OLE (a method for secure computation), non-interactive zero-knowledge proofs (NIZK, a way to prove something is true without revealing details), and labeled private set intersection (labeled-PSI, a technique to find matching data without exposing the data itself) to allow data controllers to verify user requests without learning identifying information, while maintaining security even against future quantum computers.

IEEE Xplore (Security & AI Journals)
May 19, 2026

Mobile crowdsensing (MCS, a system where mobile users contribute data to solve problems) needs ways to verify that the collected data is truthful while protecting people's privacy. This paper proposes two new truth discovery schemes: RsAnonTD for systems with a stable group of users, and McFeKDeTD for systems where workers join and leave dynamically. Both schemes use cryptographic techniques (ring signature, perturbation, and functional encryption with zero-knowledge proofs, which are mathematical ways to verify information without revealing details) to keep data private and defend against attacks like data forgery and tampering, while also reducing computational overhead by up to 98% compared to existing approaches.

Fix: The paper proposes two fault-tolerant and privacy-preserving truth discovery solutions: (1) RsAnonTD, which integrates ring signature with the perturbation technique for stable user groups, and (2) McFeKDeTD, a multi-client inner product functional encryption scheme with a lightweight zero-knowledge proof protocol, designed for systems with dynamically changing workers. Both schemes are designed to preserve privacy of sensory data, weights, and estimated truths while resisting active attacks.

IEEE Xplore (Security & AI Journals)
research
May 19, 2026

Palladium is a system that protects private training data and model parameters when training deep neural networks (DNNs, AI systems with many layers that learn patterns from data) on remote cloud servers with GPUs. The system uses TEEs (trusted execution environments, secure areas of a processor that are isolated from the rest of the system) combined with a "Cloak" strategy to hide sensitive information while still allowing most computations to run on untrusted accelerators, achieving both privacy protection and reasonable performance.

IEEE Xplore (Security & AI Journals)
research
May 19, 2026

Diffusion models (AI systems that generate images from text descriptions) can be misused to create unauthorized portraits or copies of artistic styles through personalization, which threatens privacy and copyright. PersGuard is a new defense framework that embeds protective backdoors (hidden mechanisms) into these models before release, so that if someone tries to personalize the model with protected images, it generates predetermined protective outputs instead, while still working normally for unprotected images.

Fix: PersGuard embeds protective backdoors into pre-trained diffusion models before release. The framework uses three optimization objectives: a backdoor behavior loss to activate protection, a prior preservation loss to maintain normal generation capabilities, and a novel backdoor retention loss designed to ensure the backdoor remains robust when users fine-tune (customize) the model on protected images.

IEEE Xplore (Security & AI Journals)
security
May 19, 2026

Garland is a system for recommendation engines that use graph neural networks (GNNs, which are AI models that learn patterns from interconnected user-item relationships) in federated settings, where data stays on users' devices instead of being sent to one central server. The system addresses a key problem: untrusted servers that help expand users' local data can spy on both item information and user relationships, so Garland uses secret-shared shuffle (a cryptographic technique that mixes data while keeping it encrypted) to protect privacy while still catching if a malicious server tries to cheat.

IEEE Xplore (Security & AI Journals)
May 18, 2026

This is a scoping review (a broad survey of existing research) that examines how small and medium-sized enterprises can prevent and respond to cyber incidents (security breaches and attacks). The paper synthesizes research findings to help SMEs understand best practices for protecting their systems and recovering when attacks occur.

Elsevier Security Journals
research
May 18, 2026

Connected autonomous vehicles share sensor data to improve driving safety, but this collaboration is vulnerable to adversarial message attacks (malicious input designed to fool AI systems) from bad actors that can degrade performance. The paper describes a new blind area confusion attack that bypasses existing defenses, then proposes GCP, a framework that detects malicious agents by checking both spatial consistency (whether sensor readings from different vehicles agree) and temporal anomalies (unusual patterns over time) using statistical testing methods.

Fix: The paper proposes GCP (Guarded Collaborative Perception), which maintains spatial consistency through a confidence-scaled spatial concordance loss while examining temporal anomalies by reconstructing historical bird's eye view motion flows in low-confidence regions, and employs a joint spatial-temporal Benjamini-Hochberg test (a statistical method for detecting anomalies across multiple data streams) to synthesize results for malicious agent detection.

IEEE Xplore (Security & AI Journals)
May 18, 2026

Penetration testing (PT, a security technique where experts simulate attacks to find weaknesses in networks) is traditionally slow and expensive because it relies heavily on manual expert work. This research proposes an automated and intelligent PT method using a knowledge graph (a structured database of relationships between network components) and historical decision data to create realistic test environments and make smarter attack decisions, achieving a 69% reduction in repeated testing attempts.

IEEE Xplore (Security & AI Journals)
research
May 18, 2026

ROSE is a black-box watermarking method (a technique to prove ownership of AI models by embedding hidden triggers that only the owner can activate) for protecting deep neural networks (DNNs, large AI models that learn patterns from data) in machine learning services. The method uses secret trigger-label pairs connected through a hash function to verify ownership while resisting attacks like fine-tuning, pruning, and other model modifications, while maintaining the model's performance on its original task.

IEEE Xplore (Security & AI Journals)
security
May 18, 2026

This paper presents CyberOps-Bots, a system that combines Large Language Models (LLMs, which are AI models trained on text) with reinforcement learning (RL, a type of AI that learns by trial and error) to defend cloud networks against attacks. The system uses a two-layer approach where an upper LLM agent handles planning and human input, while lower RL agents execute specific defense actions, and testing shows it maintains network availability much better than existing methods without needing to retrain when network conditions change.

IEEE Xplore (Security & AI Journals)
security
May 18, 2026

This research presents a new AI framework for network intrusion detection systems (IDS, which are tools that identify unauthorized access attempts on computer networks) that provides both accurate threat detection and reliable confidence levels in its predictions. The framework combines transformer models (a type of neural network architecture) with ensemble methods (combining multiple AI models for better results) to break down prediction uncertainty into two types: epistemic uncertainty (uncertainty from the model itself) and aleatoric uncertainty (uncertainty from noisy or incomplete data). Testing on four benchmark datasets shows the system achieves strong detection rates (77.55% to 97.00% F1-scores, a measure of accuracy) while maintaining good calibration (accurate confidence estimates) and remaining resilient to adversarial attacks (attempts to fool the AI with specially crafted malicious inputs).

IEEE Xplore (Security & AI Journals)
research
May 18, 2026

DiffHash is a new attack method that can fool deep hashing models (AI systems used to quickly search through large collections of images) by generating adversarial examples (slightly modified images that trick AI systems). Unlike older attacks that simply change individual pixels, DiffHash uses text descriptions from a Large Language Model to guide the creation of fake images that appear normal to humans but cause the hashing model to return wrong search results for a target image.

IEEE Xplore (Security & AI Journals)
May 18, 2026

ParaVul is a framework that uses LLMs (large language models, AI systems trained on huge amounts of text) combined with RAG (retrieval-augmented generation, where an AI pulls in external documents to answer questions) to detect vulnerabilities in smart contracts (self-executing programs on blockchain networks). The framework improves detection accuracy and reduces computational costs by using a new fine-tuning technique called SLoRA (Sparse Low-Rank Adaptation) and combining multiple detection methods through a verification module.

IEEE Xplore (Security & AI Journals)
security
May 18, 2026

Face-swapping deepfakes (AI-generated videos or images where one person's face is replaced with another) are widely misused for fraud and misinformation, and while detection tools exist, there has been little work on tracing and recovering the original face that was replaced. This paper presents FaceReclaim, a new AI method that uses diffusion models (neural networks trained to gradually refine noisy images into clear ones) to restore the original face from a deepfaked image by separating facial attributes like expressions from identity information.

IEEE Xplore (Security & AI Journals)
security
May 18, 2026

This research addresses a security weakness in neural steganography (hiding secret messages inside audio files using AI networks), where sender and receiver models must stay perfectly synchronized, creating risks of information leakage. The researchers propose a decoupled framework based on the destruction-restoration principle, where embedding works through a destructive operation and recovery uses a separate neural network, allowing the sender to change their embedding network without breaking the receiver's ability to extract the hidden message.

IEEE Xplore (Security & AI Journals)