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

Towards Robust and Secure Embodied AI: A Survey on Vulnerabilities and Attacks

inforesearchPeer-Reviewed
securityresearch
May 16, 2026

This is a survey paper that examines vulnerabilities and attack methods targeting embodied AI systems (AI systems that control physical robots or devices in the real world). The paper reviews the landscape of security risks in embodied AI and appears to focus on understanding these threats rather than proposing specific fixes.

ACM Digital Library (TOPS, DTRAP, CSUR)

A Policy-Based Conjunctive Scheme for Digital Forgetting of Co-Owned Data

inforesearchPeer-Reviewed
policy

Laconic attribute-based PSI on authenticated inputs and applications

inforesearchPeer-Reviewed
security

Hardening Memory-Safe Languages: An Empirical Study of Attack Mitigations in Rust and Go Binaries

inforesearchPeer-Reviewed
security

FastBOC: Toward Efficient Covert Communication Merging Blockchain and Onion Networks

inforesearchPeer-Reviewed
security

Toward Secure and Efficient Driver Support for Embedded TEE Systems

inforesearchPeer-Reviewed
security

Scam detection between individuals with and without prior victimization

inforesearchPeer-Reviewed
security

Benchmarking Deepfake Attacks on Deep Face Recognition Systems

inforesearchPeer-Reviewed
security

PVLM: Parsing-Aware Vision-Language Model With Dynamic Contrastive Learning for Zero-Shot Deepfake Attribution

inforesearchPeer-Reviewed
research

MPV: Restricting master key decryption authority via mixed ciphertexts in multi-user Paillier systems

inforesearchPeer-Reviewed
security

Memory Is a Feature. It Is Also an Attack Surface

highresearchIndustry
security

PUF optimization for IoT device authentication

inforesearchPeer-Reviewed
research

Joint Entities and Relations Extraction Method for Complex Scenarios of APT Attack Threat Intelligence Analysis

inforesearchPeer-Reviewed
security

Adaptive honeypot allocation in multi-attacker networks via Bayesian Stackelberg Games

inforesearchPeer-Reviewed
security

Optimizing the Weight Stable Set Attack With Budget Constraint

inforesearchPeer-Reviewed
research

RD-PCN: A Secure Role-Differentiated Payment Channel Network for Heterogeneous Nodes

inforesearchPeer-Reviewed
security

A Study of the Removability of Speaker-Adversarial Perturbations

inforesearchPeer-Reviewed
security

Enhancing Blockchain Proof of Stake With Active Weighted Signatures: The ADAPT Framework

inforesearchPeer-Reviewed
research

Enhancing Stereo Matching Domain Generalization With Adversarial Domain Alignment

inforesearchPeer-Reviewed
research

Security Knowledge in Books

inforesearchPeer-Reviewed
security
Previous26 / 61Next
May 16, 2026

This academic paper proposes a policy-based conjunctive scheme, which is a method for managing how groups of people can collectively decide to delete shared data they all own together. The research addresses the challenge of 'digital forgetting' (the ability to have data permanently removed) when multiple parties have rights to the same information, requiring agreement from all co-owners before deletion occurs.

ACM Digital Library (TOPS, DTRAP, CSUR)
May 15, 2026

This academic paper, published in July 2026, presents research on laconic attribute-based PSI (private set intersection, a technique that lets two parties find common items in their datasets without revealing the full datasets to each other) applied to authenticated inputs. The work appears to focus on theoretical cryptographic methods for secure data comparison while maintaining privacy and verifying that the data being compared is legitimate.

Elsevier Security Journals
May 15, 2026

This research paper examines how well attack mitigations (security protections built into code) actually work in Rust and Go, two programming languages designed to be memory-safe (meaning they prevent common memory-related bugs that attackers often exploit). The study analyzes real compiled programs to see whether these language protections hold up against real-world attacks.

Elsevier Security Journals
May 15, 2026

FastBOC is a covert communication system (a method for secretly transmitting data) that combines blockchain (a distributed ledger technology) and onion networks (systems that route data through multiple layers to hide user identity). The system uses the blockchain only to send small signal messages while using onion networks for the actual secret data, which reduces costs and prevents permanent exposure of sensitive information on the blockchain.

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

This paper addresses the problem that trusted execution environments (TEEs, like TrustZone, which are isolated secure areas in processors that protect sensitive data from untrusted software) typically have poor support for device drivers. The researchers propose a "twin driver" approach where matching drivers run in both the TEE and the untrusted operating system, supported by analysis tools and a sandbox environment that keeps the TEE minimal and secure while allowing efficient driver operation.

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

This research paper examines how people with and without prior victimization differ in their ability to detect scams. The study, published in Computers & Security in May 2026, explores whether past experience being scammed makes individuals better at identifying fraudulent attempts.

Elsevier Security Journals
research
May 14, 2026

Researchers created a testing framework to evaluate how deepfakes (AI-generated fake videos or images of people) can fool face recognition systems (AI that identifies people by their faces). The study found that deepfake attacks succeed over 70% of the time, sometimes exceeding 90%, and discovered that attack success depends more on how well attackers can control the person's identity in the fake content rather than on how realistic the deepfake looks visually.

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

This research paper introduces PVLM, a new method for identifying which AI system created a deepfake (fake video or image of a person's face) by analyzing how well different generators preserve facial features. The approach combines vision-language models (AI systems that understand both images and text) with face parsing (analyzing individual facial components) and dynamic contrastive learning (a training technique that groups similar items together while separating different ones) to better recognize deepfakes from unseen advanced generators like diffusion models (AI systems that create images by gradually removing noise).

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

This research paper presents MPV, a method for restricting access to master keys in multi-user Paillier systems (a cryptographic system that allows certain calculations on encrypted data without decrypting it first) by using mixed ciphertexts (encrypted data created with different encryption methods combined). The approach aims to improve security by preventing unauthorized parties from decrypting sensitive information even if they gain access to the master key.

Elsevier Security Journals
safety
May 13, 2026

AI agents (software systems that can plan and take actions over time) that retain memory between sessions create a security risk called Memory & Context Poisoning, where attackers can inject malicious instructions into persistent storage that the agent continues to trust and follow in future interactions. Researchers found a vulnerability called MemoryTrap in Claude Code where a developer could unknowingly approve a malicious dependency that would persist in the agent's memory and configuration files, poisoning the agent's behavior across multiple projects and sessions. The core problem is that agents treat stored memory, configuration files, and hooks as trustworthy guidance without validating whether they contain attacker-controlled content.

Fix: Anthropic released Claude Code v2.1.50, which removed user memories from the system prompt (the core instructions that guide the AI's behavior) to reduce the specific attack path that MemoryTrap exploited.

OWASP GenAI Security
May 13, 2026

This academic publication discusses PUF (physically unclonable functions, unique fingerprints built into hardware chips that are nearly impossible to copy) optimization methods for authenticating IoT devices (internet-connected devices like smart home sensors). The research focuses on improving how these hardware-based security features can be used to verify that IoT devices are genuine and trustworthy.

Elsevier Security Journals
May 13, 2026

This academic paper presents a method using AI to extract entities (named items like organizations or IP addresses) and relationships between them from threat intelligence data about APT (advanced persistent threat, a type of sophisticated cyberattack) attacks. The researchers developed a system to help security analysts automatically identify and organize complex attack patterns from unstructured text documents.

Elsevier Security Journals
May 13, 2026

This research paper presents a method for optimally placing honeypots (decoy systems designed to attract and monitor attackers) in networks where multiple attackers operate simultaneously, using Bayesian Stackelberg Games (a mathematical framework for strategic decision-making under incomplete information). The approach aims to help defenders allocate honeypots more effectively by predicting attacker behavior and making strategic placement decisions.

Elsevier Security Journals
May 13, 2026

This research paper presents algorithms for solving the weight stable set attack problem, which involves removing nodes from a social network while staying within a budget constraint to minimize the remaining network's influence potential. The authors develop a 2α-approximation algorithm (an algorithm guaranteed to find solutions within twice the optimal answer) for networks without odd cycles and extend it to general networks, comparing it against a genetic algorithm (a problem-solving technique inspired by natural evolution) through experiments on both artificial and real-world networks.

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

This research paper addresses scalability problems in blockchain payment systems by proposing RD-PCN, a payment channel network (PCN, a system that allows cryptocurrency transactions without recording every transaction on the main blockchain) designed for nodes with different capabilities. The solution uses multi-party payment channels (MPCs, channels that connect multiple users together) and privacy-preserving routing (sending payments through the network while hiding transaction details) to improve payment success rates and fund utilization in real-world blockchain networks.

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

This research studies whether adversarial perturbations (small, intentional noise added to audio that tricks speaker recognition systems into misidentifying who is speaking) can be removed from speech. The study tested three scenarios based on how much information a defense system has about the attack: knowing nothing about it, having partial information, and having complete information. The results showed that removing these perturbations is only possible when the defense system has full knowledge of how the attack was generated, while partial or no knowledge makes complete removal difficult or impossible.

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

This paper presents ADAPT, a framework that improves blockchain Proof of Stake (PoS, a method where validators secure the network based on how much cryptocurrency they own) systems by allowing dynamic changes to voting power without requiring trusted intermediaries or system downtime. The solution uses Generalized Lagrange Interpolation (GLI, a mathematical technique that encodes voting weights as polynomial calculations) applied to the FROST threshold signature scheme (a cryptographic method where multiple parties must cooperate to sign transactions), achieving faster weight and threshold adjustments compared to existing approaches.

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

This paper addresses a challenge where stereo-matching networks (AI systems that estimate depth by comparing two images) perform well on synthetic training data but struggle with real-world images due to domain gap (the difference between training and real-world data). The researchers propose ADASM, a method using adversarial domain alignment (exposing the model to worst-case scenarios during training to improve robustness) to make these networks generalize better to unseen real-world data without requiring fine-tuning.

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

Many students prefer free videos and AI tools over reading security books, even though expert-written books often provide clear and deep knowledge about security. The source encourages students to recognize that security books remain valuable learning resources despite newer alternatives.

IEEE Xplore (Security & AI Journals)