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

Browse All

All tracked items across vulnerabilities, news, research, incidents, and regulatory updates.

to
Export CSV
9351 items

A Byzantine-Robust Secure Federated Learning Scheme in Heterogeneous Data

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

Protecting Your Customized LLM Systems From Backdoored Instructions With Metacognitive Probing

inforesearchPeer-Reviewed
security

Regression-Aware Continual Learning for Android Malware Detection

inforesearchPeer-Reviewed
research

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

inforesearchPeer-Reviewed
security

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

inforesearchPeer-Reviewed
security

SecArchive: Provable Data Possession for Archival Storage Deterring Subcontracting Attacks in Multi-Cloud Multi-Copy

inforesearchPeer-Reviewed
security

TLCFI-PLC: Trampoline-Based Lightweight Control Flow Integrity Scheme for Protecting PLC

inforesearchPeer-Reviewed
security

Toward Channel-Robust RF Fingerprint Identification Using Spectrum Averaging and High-Order Difference

inforesearchPeer-Reviewed
research

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

inforesearchPeer-Reviewed
security

PrivaCI: Privacy as Contextual Integrity

inforesearchPeer-Reviewed
privacy

Toward Trustworthy Dynamic Facial Expression Recognition via Information Bottleneck Modeling

inforesearchPeer-Reviewed
research

Hardware-Based Confidential Computing: Security Objectives and Mechanisms

inforesearchPeer-Reviewed
security

Perspective-Invariant Attack With Enhanced Transferability of Adversarial Examples

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

Cybersecurity Timeline

inforesearchPeer-Reviewed
security

Nvidia-backed Fireworks hits $17.5 billion valuation as companies pursue cheaper AI models

infonews
industry
Jul 16, 2026

Fireworks, an Nvidia-backed startup that hosts AI models on cloud infrastructure (computing servers that developers can access over the internet), has reached a $17.5 billion valuation by helping companies use cheaper and more specialized AI alternatives instead of expensive models from major labs like OpenAI and Anthropic. The company is growing rapidly because finance executives are pushing their teams toward open-source models (freely available code that anyone can use and modify) to reduce costs, and Fireworks makes it easy for developers to customize these models with their own data for specific tasks.

Claude can now use your 1Password credentials for you

infonews
securitysafety

The Download: OpenAI unveils GPT-Red and heat pumps rise in the US

infonews
securitysafety

Google ordered to open Android and Search to rivals in Europe

infonews
policy
Jul 16, 2026

The European Union ordered Google to give rival AI assistants and search engines better access to key parts of Android (Google's mobile operating system) and Google Search, aiming to reduce Google's control over these major platforms. Google must start sharing search data by January 2027 and make Android changes by July 2027. These decisions could reshape how Google's AI tool Gemini operates and create new opportunities for competitors.

Previous121 / 468Next
research
Jul 16, 2026

Customized LLMs (large language models built by third parties and then modified for specific use) are vulnerable to backdoored instructions, which are malicious hidden rules embedded in the system that can make the AI follow attacker commands without being detected. This paper introduces a Black-box Safety Auditing Agent that uses metacognitive probing (making the AI think deeply about its own reasoning to expose hidden triggers) to identify and remove these malicious triggers from user queries, preventing the backdoor from activating.

Fix: The paper proposes using a Black-box Safety Auditing Agent that leverages metacognitive probing to induce LLMs to reveal predefined triggers, and then these triggers are sanitized (removed or cleaned) from user queries to ensure the backdoor remains inactive. The auditing agent uses prompt-based approaches for both task-specific probing and broad-spectrum probing to comprehensively identify triggers, and also requires the model to articulate its reasoning process to enhance defense capabilities.

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

Machine learning-based malware detectors need frequent updates to handle new threats, but retraining from scratch with billions of samples is impractical, so continual learning (machine learning that learns incrementally from new data without forgetting old knowledge) is used instead. However, this research identifies a critical problem called security regression: even though overall detection performance may improve, some malware samples that were previously caught stop being detected after an update, silently reintroducing old threats. The researchers propose Positive Congruent Training (PCT), a regression-aware framework that integrates with existing continual learning strategies and reduces security regression by about 50% while maintaining strong overall detection performance.

Fix: The source proposes Positive Congruent Training (PCT), described as a regression-aware framework instantiated to address this issue in the continual learning setting. According to the experiments, 'our method effectively halves regression across different CL scenarios while maintaining strong detection performance over time.' The framework shows 'seamless integration with any prior CL strategy.'

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)
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)
Jul 16, 2026

SecArchive is a system that verifies data hasn't been lost or corrupted in multi-cloud storage (where copies of data are kept across multiple cloud providers) while preventing subcontracting attacks, where cloud servers illegally hand storage tasks to third parties. The system uses Provable Data Possession (PDP, a method to verify data integrity without downloading everything), and it's designed to be more efficient than older approaches by reducing computational work when managing multiple copies of archived data.

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

PLCs (programmable logic controllers, specialized computers that control industrial systems) are at risk from RunStage Attacks, where attackers corrupt memory to hijack the program's control flow (the order in which instructions execute) and manipulate critical operations. TLCFI-PLC is a proposed defense system that uses trampoline-based instrumentation (a lightweight code insertion technique) to monitor and restrict control flow execution, splitting protection into an offline analysis phase that maps legitimate execution paths and an online monitoring phase that detects hijacking attempts. Testing on real PLCs showed the system adds minimal overhead (less than 1% file size increase) while staying within acceptable performance limits.

Fix: TLCFI-PLC is implemented as a two-phase scheme: (1) offline analysis phase that parses PLC binary control logic and employs trampoline-based instrumentation to constrain control flow execution while extracting legitimate target addresses and execution paths to construct a control flow integrity baseline, and (2) online detection phase where the instrumented PLC records runtime control flow information to shared memory and an asynchronous checker monitors execution paths to detect hijacking attempts. The prototype was implemented on a WAGO PLC running the CodeSys runtime environment.

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

This paper presents a new system for identifying Wi-Fi devices based on their radio frequency fingerprints (unique hardware characteristics that devices emit when transmitting wireless signals), using techniques that remove channel effects (distortions caused by the physical environment and distance between devices). The system uses spectrum averaging (combining signal measurements from multiple antennas to reduce environmental interference) and high-order difference algorithms (mathematical operations that isolate hardware-specific features) to achieve 90.28% accuracy in identifying devices, outperforming previous methods.

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)
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 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)
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

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)
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)
CNBC Technology
Jul 16, 2026

1Password has created a new integration that lets Claude (an AI chatbot made by Anthropic) access your stored login credentials to complete tasks like booking travel without you having to type them in manually. The system uses a 'zero-exposure security framework' that shares credentials with Claude only when needed, without revealing them to Anthropic's servers.

The Verge (AI)
Jul 16, 2026

OpenAI has unveiled GPT-Red, an AI system that automates red-teaming (a type of security testing where evaluators try to find ways to break or hijack a system), traditionally done by human testers. The goal is to identify as many vulnerabilities as possible before attackers can exploit them, potentially helping OpenAI stay ahead of malicious actors.

MIT Technology Review
The Verge (AI)