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

CVFL-Pro: A Collusion-Resistant Verification Federated Learning Framework With Adaptive Communication Optimization

inforesearchPeer-Reviewed
securityresearch
Jul 16, 2026

CVFL-Pro is a new federated learning framework (a system where AI models are trained across multiple computers without sharing raw data) that prevents malicious servers from cheating during model training while reducing communication costs. The framework uses cryptographic techniques like Shamir's secret sharing (a method to split secrets so no single party can reconstruct them alone) and an adaptive compression algorithm that automatically adjusts how much data is sent based on gradient changes, achieving up to 95.81% reduction in communication overhead compared to existing methods.

Fix: The source describes the CVFL-Pro framework itself as the solution. Key technical components include: using 'a mask and Shamir's secret sharing for privacy protection,' combining 'a lightweight MAC scheme and auxiliary nodes to achieve efficient verifiability,' and designing 'an adaptive communication optimization algorithm (AOTop-k) which dynamically adjusts the compression rate based on the gradient magnitude and the gradient variation between rounds.' The paper demonstrates that this framework 'reduces communication overhead by 95.81% compared to SecAgg' while maintaining accuracy.

IEEE Xplore (Security & AI Journals)

CROSS-TEE: A Distributed Trusted Execution Environment Architecture for Cross-Module Automotive Security

inforesearchPeer-Reviewed
security

A Byzantine-Robust Secure Federated Learning Scheme in Heterogeneous Data

inforesearchPeer-Reviewed
security

Robust Quantum Federated Learning Against Colluding and Non-Colluding Byzantine Attacks

inforesearchPeer-Reviewed
security

On the Attribute Hiding Security of Privacy Preserving Secret-Sharing-Based Outsourced Decision Tree Classification

inforesearchPeer-Reviewed
security

The LLL Lattice Basis Reduction Algorithm

inforesearchPeer-Reviewed
research

From the “Real Me” to the “Statistical Me”: Why Privacy Protection Must Now Govern Data, Representation, and Action

inforesearchPeer-Reviewed
privacy

Perspective-Invariant Attack With Enhanced Transferability of Adversarial Examples

inforesearchPeer-Reviewed
security

Cybersecurity Timeline

inforesearchPeer-Reviewed
security

Toward Trustworthy Dynamic Facial Expression Recognition via Information Bottleneck Modeling

inforesearchPeer-Reviewed
research

Hardware-Based Confidential Computing: Security Objectives and Mechanisms

inforesearchPeer-Reviewed
security

PrivaCI: Privacy as Contextual Integrity

inforesearchPeer-Reviewed
privacy

Decision-Oriented Vulnerability Prioritization via Context-Aware Probabilistic Risk Estimation

inforesearchPeer-Reviewed
research

Privacy and data protection in supply chain management: Challenges, opportunities and emerging trends

inforesearchPeer-Reviewed
security

DPC-Sharding: Adaptive and Byzantine-Resilient Sharding for Dynamic Networks

inforesearchPeer-Reviewed
research

Beyond Single-Pair Attacks: Disrupting Vision-Language Pre-Training Models With Dual-Semantic Frequency Stealth

inforesearchPeer-Reviewed
security

DTSM: Digital Twin-Enabled Secure Multicast Signcryption Protocol for Low-Altitude UAV Networks

inforesearchPeer-Reviewed
security

Dual-Tree Complex Wavelet Driven Hierarchical Spatial-Frequency Fusion Learning for Robust Deepfake Detection

inforesearchPeer-Reviewed
research

PSSA: A Precise Static Analysis Framework for Detecting Vulnerabilities in CMS Plugins

inforesearchPeer-Reviewed
security

A Multi-Stage Adversarial Framework for Compact and Effective Jailbreaking of Large Language Models

inforesearchPeer-Reviewed
security
Previous14 / 61Next
Jul 16, 2026

Connected vehicles face security threats like malicious injection attacks on the CAN bus (the network that lets different car components communicate) and eavesdropping on in-vehicle communications. Researchers propose CROSS-TEE, a distributed trusted execution environment (TEE, a secure area of a system isolated from regular software) architecture that protects vehicle systems by isolating trusted applications, checking CAN bus requests before they run, and encrypting data sent over networks.

IEEE Xplore (Security & AI Journals)
research
Jul 16, 2026

Secure Federated Learning (a system where multiple parties train an AI model together while keeping their data private) protects user privacy by encrypting gradients (the numerical adjustments used to improve AI models), but this encryption also hides malicious changes from detection. The paper proposes SFLBR, a framework that uses gradient median analysis and cosine similarity metrics (mathematical measurements of how similar gradients are) to identify and filter out manipulated gradients while still keeping data encrypted.

Fix: The paper proposes SFLBR framework with several explicit components: (1) adopting 'the gradient median as a robust benchmark' to identify anomalies, (2) introducing 'a layer-wise cosine similarity metric to differentiate malicious gradients', (3) designing 'a proactive defense strategy that constrains the divergence among honest gradients', (4) implementing 'a trust score function to improve robustness against potential misjudgments', and (5) constructing 'secure communication protocols based on a lightweight dual-masking encryption mechanism, which enable efficient robust aggregation directly within the ciphertext space'.

IEEE Xplore (Security & AI Journals)
research
Jul 16, 2026

Quantum federated learning (a machine learning approach where multiple computers train a model together using quantum computing) can be weakened by Byzantine attacks (when some computers send bad or malicious data to sabotage the model). This paper proposes a defense method using adaptive clustering, an algorithm that groups similar data points together, to protect quantum federated learning systems from both types of Byzantine attacks happening at the same time, achieving 98% accuracy on image classification tests.

Fix: The source proposes an adaptive clustering-based defense algorithm extending DBSCAN (a clustering technique) and an adaptive weight allocation algorithm that serves as a server-side robust aggregation mechanism. The paper states the method achieves 98% accuracy on MNIST image classification, representing a 38-percentage-point improvement over the undefended baseline, and reduces attack-induced performance degradation in backdoor attack settings. However, no explicit software patch, version update, or deployment instructions are provided in the source text.

IEEE Xplore (Security & AI Journals)
research
Jul 16, 2026

Decision tree classification (a machine learning method that makes predictions by asking yes/no questions about data features) is often run on cloud servers, creating privacy risks. Researchers found that SecDT, a framework designed to protect these systems using secret-sharing (splitting sensitive information into pieces so no single party can see it), has a vulnerability where the attributes (features) used in decision trees can leak to unauthorized parties. The researchers proposed four improved versions (SecDT+v1, SecDT+v2, SecDT+vH, and SecDT+vDP) that hide these attributes using mathematical techniques.

Fix: The source explicitly describes four secure enhancements: SecDT+v1 and SecDT+v2 use 'the transformation matrix technique to obfuscate node attributes within the secret-shared domain.' For advanced protection against attribute leakage through access patterns, SecDT+vH and SecDT+vDP 'incorporate dot-product operations to achieve the attribute-hiding property.'

IEEE Xplore (Security & AI Journals)
Jul 16, 2026

The LLL algorithm is a mathematical tool used to break down lattices (multi-dimensional grid structures) into simpler forms, and it's important in cryptography for both attacking weak encryption systems and checking whether newer post-quantum cryptographic systems (like Kyber and Dilithium, which are designed to resist attacks from quantum computers) are truly secure.

IEEE Xplore (Security & AI Journals)
policy
Jul 16, 2026

The article argues that privacy protection needs to expand beyond just protecting your actual personal information to also protecting your 'statistical me,' which is the version of you that AI systems create, store, and use to make decisions about you. This shift matters because AI models infer and build detailed profiles about individuals based on data, and these AI-generated representations can be used to take actions that affect your life, even if they don't match who you really are.

IEEE Xplore (Security & AI Journals)
research
Jul 16, 2026

Researchers developed a new attack method called Perspective-Invariant Attack (PIA) that generates adversarial examples (inputs crafted to fool AI models) with improved transferability across different neural networks. By using geometric transformations that simulate different viewpoints (perspective changes), PIA makes adversarial perturbations (small, intentional changes) less dependent on the original model they were designed to attack, allowing them to more successfully fool other models including large language models.

IEEE Xplore (Security & AI Journals)
Jul 16, 2026

This essay traces the history of cybersecurity from its early concepts through modern threats, including state-sponsored attacks and AI-driven threats. It covers major technical advances, significant security incidents, and cultural influences to show how cybersecurity has evolved as an ongoing competition between defenders and attackers.

IEEE Xplore (Security & AI Journals)
Jul 16, 2026

This research addresses challenges in dynamic facial expression recognition (DFER, a task where AI systems identify emotions from video of people's faces) when dealing with similar-looking expressions and imbalanced training data. The authors propose SAFE, a framework inspired by Information Bottleneck (a technique for reducing noise in data while keeping important information) that uses three modules to improve accuracy: one that creates better training examples, another that models facial movements over time, and a third that adjusts decision-making for confusing expression categories.

IEEE Xplore (Security & AI Journals)
Jul 16, 2026

Cloud computing introduces new security risks because it changes who might be able to access your data, but hardware-based confidential computing (using special processor features to encrypt data even while it's being used) is an emerging technology that can help protect against these threats.

IEEE Xplore (Security & AI Journals)
policy
Jul 16, 2026

This article introduces contextual integrity (CI), a privacy framework based on philosophical ideas that offers a different approach to defining privacy than traditional methods. Traditional privacy definitions have been inadequate for addressing new threats from modern digital technologies and have led to ineffective regulations, making CI a potentially better alternative.

IEEE Xplore (Security & AI Journals)
Jul 16, 2026

This academic paper presents a method for prioritizing vulnerabilities (security weaknesses in software) based on context-aware probabilistic risk estimation (calculating the likelihood and impact of threats using situation-specific information). The approach helps organizations decide which security issues to fix first by estimating risks more intelligently rather than treating all vulnerabilities equally.

Elsevier Security Journals
Jul 16, 2026

This academic article examines how organizations can protect sensitive information and comply with privacy regulations when managing supply chains (the networks of companies and processes involved in getting products from makers to customers). The paper discusses the difficulties companies face in securing data across multiple partners, identifies new opportunities to improve privacy practices, and describes emerging technological and organizational approaches to address these challenges.

Elsevier Security Journals
Jul 14, 2026

This research presents DPC-Sharding, a framework that improves blockchain sharding (dividing a blockchain network into smaller processing groups) for unstable networks like IoT and edge computing systems. The framework uses formal safety guarantees and adaptive controls to maintain security and performance even when network conditions change rapidly or nodes frequently join and leave, addressing limitations in existing sharding approaches that switch between modes crudely or adjust thresholds using guesses.

IEEE Xplore (Security & AI Journals)
research
Jul 14, 2026

Researchers have discovered a new attack method called DSFG-Attack that can fool Vision-Language Pre-training models (AI systems trained to understand both images and text together) by creating adversarial examples (slightly altered inputs designed to trick AI). The attack works by injecting conflicting information between images and text, and hiding the changes in high-frequency image details (fine textures), making the attack harder to detect and more effective at transferring between different AI systems, including advanced models like GPT-4o.

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

This paper proposes DTSM, a secure messaging protocol for coordinating large groups of UAVs (unmanned aerial vehicles, or drones) using digital twins (virtual digital copies of physical systems). The protocol uses signcryption (a technique that encrypts messages and proves their authenticity simultaneously) to send commands to many UAVs at once while keeping communication costs low, addressing a problem where sending the same message to many recipients becomes expensive as the group grows larger.

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

This research proposes a method to detect deepfakes (synthetic videos created by AI models) by analyzing both spatial and frequency-domain features (patterns that emerge when you break down images into different frequency components) using a technique called Dual-Tree Complex Wavelet Transform (DTCWT, a mathematical tool that breaks images into directional components). The method combines two modules: one that captures multi-scale forgery traces across different levels of detail, and another that explicitly models directional patterns in six different frequency bands to improve detection accuracy even when deepfakes become more realistic.

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

This research presents PSSA, a tool designed to find security vulnerabilities (weaknesses that attackers can exploit) in plugins for content management systems (CMS, software platforms like WordPress that help people build websites quickly). The tool works better than existing methods because it understands how CMS plugins are structured differently from regular web applications, and the researchers found 178 new vulnerabilities in popular WordPress plugins, including serious ones in plugins used by millions of people.

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

Researchers developed ComJail, a framework that creates shorter jailbreak prompts (carefully crafted inputs designed to trick AI systems into ignoring safety rules) by combining prompt generation with compression in a single optimization process. The method produces concise prompts that remain effective at bypassing safety measures in both commercial models like GPT-4 and open-source LLMs (large language models), while being harder to detect than longer, more obvious attack prompts.

IEEE Xplore (Security & AI Journals)