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
690 items

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

inforesearchPeer-Reviewed
policy
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)

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

Scam detection between individuals with and without prior victimization

inforesearchPeer-Reviewed
security

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

Security Knowledge in Books

inforesearchPeer-Reviewed
security

Reducing Noise: Hybrid Static Application Security Testing–Large Language Model Pipeline for Code Security

inforesearchPeer-Reviewed
security

The General Data Protection Regulation Goes to School: Proportional Versus Top-Down Regulation in Primary and Secondary Institutions

inforesearchPeer-Reviewed
policy

Beyond Stop Signs: Why Evasion Attacks Matter Even More

inforesearchPeer-Reviewed
security

Deep Privacy Funnel Model: From a Discriminative to a Generative Approach With an Application to Face Recognition

inforesearchPeer-Reviewed
privacy

A Secure and Efficient Image Sharing Method Based on Bilateral Compressive Sensing With Multilevel Privacy Preserving Function

inforesearchPeer-Reviewed
research

A dual-branch image tampering detection model based on noise and anomalous features

inforesearchPeer-Reviewed
research

Adaptive active-defense hardening of ML-based NIDS against RL-driven adversaries: A comparative analysis with static defenses

inforesearchPeer-Reviewed
security

SBOMs into Agentic AIBOMs: Schema Extensions, Agentic Orchestration and Reproducibility Evaluation

inforesearchPeer-Reviewed
research

Blockchain-PUF based two-factor authentication and key agreement scheme in IoV

inforesearchPeer-Reviewed
security

DV2PDA: Decentralized and verifiable privacy-preserving data aggregation scheme for IIoT

inforesearchPeer-Reviewed
security
Previous7 / 35Next
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 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
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

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)
research
May 13, 2026

Researchers created a hybrid system that combines SAST (static application security testing, which automatically scans code for vulnerabilities) with LLMs (large language models) to better filter and prioritize security alerts. The system reduced false positives (incorrect security warnings) by 91% in real deployments by using AI to intelligently triage findings and generate automated exploit examples.

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

The General Data Protection Regulation (GDPR, a European law that controls how organizations collect and use personal data) was created to control large tech companies but also applies to smaller organizations like schools. A research study in Italian schools found tension between following strict top-down rules and making practical decisions based on actual risks to protect data.

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

Evasion attacks (methods where attackers trick AI systems into ignoring safety rules by manipulating input data) have been researched for more than ten years, but most real-world examples remain theoretical and academic. Because these demonstrations seem more like intellectual exercises than practical threats, people have largely dismissed evasion attacks as unimportant in actual security situations.

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

This research develops a privacy-preserving method for face recognition systems using the Privacy Funnel model, which balances the usefulness of facial data against protecting sensitive information like identity or demographic attributes. The authors introduce new versions of this model, including the Generative Privacy Funnel (GenPF) and deep variational Privacy Funnel (DVPF), and demonstrate that their approach works with modern face recognition systems while reducing information leakage about sensitive attributes.

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

This paper proposes a new image sharing method that uses compressive sensing (a technique that compresses and encrypts data simultaneously) with multiple privacy levels, so different users can access only the information they need without seeing sensitive details. The method uses an algorithm called T-â„“1-B2DLDA to compress images in a way that allows some users to classify or analyze images without reconstructing the original, while others with higher access levels can fully reconstruct them.

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

Researchers have developed a dual-branch image tampering detection model that uses two parallel processing paths to identify when images have been altered or forged. The model analyzes both noise patterns (statistical irregularities in pixel data) and anomalous features (unexpected or out-of-place patterns) to detect tampering, offering a more comprehensive approach than methods that examine only one type of indicator.

Elsevier Security Journals
research
May 10, 2026

This research paper examines how machine learning-based network intrusion detection systems (NIDS, software that identifies unauthorized access attempts) can use adaptive active-defense hardening to protect themselves against reinforcement learning (RL, a type of AI that learns by trial-and-error) driven attacks. The study compares this dynamic defense approach with traditional static defenses (fixed security measures that don't change).

Elsevier Security Journals
May 9, 2026

This academic paper discusses extending SBOMs (Software Bill of Materials, a detailed list of all software components in a program) to create AIBOMs for agentic AI systems (AI systems that can take independent actions). The research focuses on adding new schema extensions (structured data formats) to track AI agent components, improving how these systems can be orchestrated (coordinated and controlled), and developing methods to evaluate whether AI systems produce consistent, reproducible results.

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

This research paper proposes a security method for IoV (Internet of Vehicles, where cars connect to networks) that combines blockchain (a distributed ledger technology that creates permanent, tamper-resistant records) with PUF (physical unclonable functions, unique fingerprints derived from hardware that are hard to fake) to create a two-factor authentication and key agreement scheme. The approach aims to improve security for vehicle communication and data exchange in connected car systems.

Elsevier Security Journals
May 9, 2026

Researchers proposed DV2PDA, a new method for collecting data from Industrial Internet of Things devices (IIoT, networks of sensors and machines in factories) while protecting privacy and ensuring the data hasn't been tampered with. The scheme uses decentralization (spreading control across multiple computers instead of one central server) and verification (checking that data is authentic) to let organizations aggregate information from many devices without exposing individual sensitive details.

Elsevier Security Journals