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

Android Automotive OS under the hood: Architecture and security threat classification

inforesearchPeer-Reviewed
security
Sep 26, 2026

This academic paper analyzes the architecture and security vulnerabilities of Android Automotive OS, the operating system used in connected vehicles. The authors classify and examine potential security threats specific to this automotive platform, which is important because cars increasingly rely on software systems that could be targeted by attackers.

Elsevier Security Journals

VEXGen: Automating Vulnerability Exploitability eXchange Generation for software projects

inforesearchPeer-Reviewed
research

Towards an integrated security decision-making framework

inforesearchPeer-Reviewed
security

Incentive Design in Gamified Cyber Security Training: The Roles of Loss Aversion and Fixed Rewards

inforesearchPeer-Reviewed
security

A data-driven analysis of infostealer malware victims

inforesearchPeer-Reviewed
security

Trident: Dual-stream APT attribution over heterogeneous threat knowledge graphs

inforesearchPeer-Reviewed
research

A reverse-engineering toolchain for Microsemi flash-based FPGAs

inforesearchPeer-Reviewed
security

Dynamic defense model based on bionic mechanism

inforesearchPeer-Reviewed
security

Operationalizing cybersecurity controls in defence procurement contracts: An empirical study and governance integration model

inforesearchPeer-Reviewed
security

What You See Is Not What You Execute: Memory-Based Runtime SBOM Generation for Supply Chain Security

inforesearchPeer-Reviewed
security

Data privacy management in the SME context: A tailored NIST privacy framework approach

inforesearchPeer-Reviewed
policy

An automated exploitability analysis method based on state machines

inforesearchPeer-Reviewed
security

MS-Workset: A novel worker misbehavior dataset for workers’ behavior tracking in mobile crowdsensing environment

inforesearchPeer-Reviewed
research

Detecting and mitigating IMSI catcher attacks: A formalized framework for secure mobile networks

inforesearchPeer-Reviewed
security

IDORacle: Template-guided data-access mediation for object-level authorization in database-backed applications

inforesearchPeer-Reviewed
security

An adaptive defense generation method for mimic honeypots based on Minimax-Q game theory

inforesearchPeer-Reviewed
security

A structuration approach to theorizing cybersecurity practice: The STARC model

inforesearchPeer-Reviewed
security

CROP: Surfacing attack-relevant vulnerabilities across products via CPE-rooted ontology and node pruning

inforesearchPeer-Reviewed
security

Patronus: Statistical decision-making for detecting volumetric application-layer DoS attacks

inforesearchPeer-Reviewed
security

Multi-source trust model with uncertainty and context-temporal in cloud–edge–end systems

inforesearchPeer-Reviewed
security
Previous2 / 61Next
Sep 26, 2026

VEXGen is a tool that automates the creation of VEX documents (vulnerability exploitability exchange files, which communicate whether known vulnerabilities can actually be exploited in a specific software project). The tool helps software development teams systematically document which vulnerabilities pose real risks to their projects, rather than treating all reported vulnerabilities as equally dangerous.

Elsevier Security Journals
Sep 26, 2026

This academic paper discusses creating a unified framework for making security decisions, particularly in the context of AI and LLM systems. The work, published in Computers & Security in September 2026, appears to address how organizations can systematically approach security choices rather than making isolated decisions.

Elsevier Security Journals
Sep 26, 2026

This research paper examines how to design effective gamified cyber security training (using game elements like points and levels to teach security skills) by studying loss aversion (people's tendency to fear losing what they have more than gaining something new) and fixed rewards. The study explores which incentive structures motivate people to engage with and learn from security training games most effectively.

Elsevier Security Journals
Sep 26, 2026

This is a research publication analyzing infostealer malware (malicious software that steals personal information like passwords and credentials) using data-driven methods to understand who gets infected and why. The study examines patterns in victim data to learn more about how this type of attack works in the real world.

Elsevier Security Journals
security
Sep 26, 2026

This academic paper presents Trident, a system for identifying which threat actors (APTs, or advanced persistent threats, which are sophisticated hacking groups) are responsible for cyberattacks by analyzing data from multiple sources using knowledge graphs (databases that store relationships between pieces of information). The research addresses the challenge of attribution when threat intelligence comes from different types of sources and formats.

Elsevier Security Journals
Sep 26, 2026

Researchers have developed tools to reverse-engineer Microsemi flash-based FPGAs (field-programmable gate arrays, which are hardware chips that can be reprogrammed after manufacturing). This work demonstrates that the security protections on these devices can be bypassed, potentially allowing attackers to extract proprietary designs or modify hardware behavior. The research highlights vulnerabilities in how Microsemi protects its FPGA configurations.

Elsevier Security Journals
Sep 26, 2026

N/A -- The provided content is a publication title and metadata only, with no substantive technical details, security issue description, or AI/LLM problem discussed.

Elsevier Security Journals
Sep 26, 2026

This academic paper examines how cybersecurity controls (security measures designed to protect systems from attacks) are actually implemented in contracts used by defense organizations when they buy goods and services. The authors present an empirical study (research based on real-world data collection) and propose a governance integration model (a framework for organizing how security rules are managed and enforced) to improve how these security requirements are handled in procurement.

Elsevier Security Journals
research
Sep 26, 2026

This research paper proposes a method for creating an accurate software inventory by analyzing what a program actually does in memory at runtime, rather than relying on static files. This approach helps detect supply chain attacks (where malicious code enters software through its dependencies) by catching discrepancies between what the software claims to contain and what it really executes.

Elsevier Security Journals
Sep 26, 2026

This academic article discusses how small and medium-sized enterprises (SMEs, or smaller companies) can manage data privacy using a customized version of the NIST privacy framework (a set of guidelines developed by the U.S. National Institute of Standards and Technology for protecting personal information). The research provides a tailored approach that helps SMEs, which often have fewer resources than large corporations, implement privacy protections that fit their specific needs and capabilities.

Elsevier Security Journals
Sep 26, 2026

Researchers have developed an automated method that uses state machines (mathematical models that track different conditions and transitions between them) to analyze whether software vulnerabilities can actually be exploited in practice. This approach aims to improve how security experts understand and prioritize which bugs pose real threats to systems.

Elsevier Security Journals
Sep 26, 2026

This academic paper introduces MS-Workset, a new dataset designed to identify and track worker misbehavior in mobile crowdsensing (a system where many people use their mobile devices to collect data for research or applications). The dataset helps researchers develop better methods to detect when workers submit low-quality or dishonest data in crowdsourcing projects.

Elsevier Security Journals
Sep 26, 2026

This research paper presents a formal framework for identifying and preventing IMSI catcher attacks, which are devices that impersonate legitimate cell towers to intercept mobile phone communications. The paper, published in January 2027, proposes methods to detect these attacks and protect mobile networks from unauthorized surveillance and data interception.

Elsevier Security Journals
Sep 26, 2026

IDORacle is a research system designed to prevent IDOR (insecure direct object references, where a user can access data belonging to another user by manipulating request parameters) vulnerabilities in database-backed applications by using templates to guide how data access should be controlled at the object level. The system helps ensure that applications properly check whether a user has permission to access a specific piece of data before returning it. This research addresses a common security problem in web applications where developers forget to implement proper authorization checks.

Elsevier Security Journals
research
Sep 26, 2026

Researchers developed a new method for improving mimic honeypots (fake systems designed to attract and study attackers) by using Minimax-Q game theory (a mathematical approach where two players try to optimize their strategies against each other). The method helps honeypots automatically adapt their defenses to better detect and respond to different attack patterns.

Elsevier Security Journals
Sep 26, 2026

This academic paper introduces the STARC model, a framework for understanding how cybersecurity practices are structured and organized in real-world settings. The paper, published in Computers & Security journal, presents a theoretical approach to studying cybersecurity rather than addressing a specific technical vulnerability or problem.

Elsevier Security Journals
Sep 26, 2026

Researchers developed CROP, a method that uses CPE (Common Platform Enumeration, a standardized way to name software products and versions) and node pruning (removing unnecessary data points) to identify which vulnerabilities are most relevant for attack across different software products. The approach helps security teams prioritize which security risks pose the greatest threat by understanding how vulnerabilities connect across the software ecosystem.

Elsevier Security Journals
Sep 26, 2026

Patronus is a research system that uses statistical decision-making to detect volumetric application-layer DoS attacks (large-scale attempts to overwhelm a web service by flooding it with many requests targeting the application itself rather than the network). The system aims to identify these attacks by analyzing patterns in data rather than relying on traditional rule-based methods.

Elsevier Security Journals
Sep 26, 2026

This research paper proposes a trust model for cloud-edge-end systems (distributed computing environments spanning data centers, edge servers, and end devices) that accounts for uncertainty and time-based context changes. The work addresses how to reliably assess whether different parts of a distributed system can be trusted when information is incomplete or changes over time.

Elsevier Security Journals