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

AI Sec Watch

The security intelligence platform for AI teams

AI security threats move fast and get buried under hype and noise. Built by an Information Systems Security researcher to help security teams and developers stay ahead of vulnerabilities, privacy incidents, safety research, and policy developments.

Independent research. No sponsors, no paywalls, no conflicts of interest.

[TOTAL_TRACKED]
6,483
[LAST_24H]
31
[LAST_7D]
148
Daily BriefingTuesday, August 18, 2026
>

OpenAI Launches ChatGPT for Teens with Enhanced Safety Controls: OpenAI introduced a dedicated version of ChatGPT for users aged 13-17 with features including Study Mode (which prompts students to work through problems rather than providing direct answers), human-reviewed parental alerts for harmful requests like eating disorder content, and options to disable human-like voice responses. The rollout comes amid growing pressure on AI platforms to implement age verification and youth-specific protections.

>

LLMs Leak Sensitive Data When Using Persistent Memory: Research found that frontier LLMs (the most advanced current systems) inappropriately share private details from past conversations at rates up to 69% attribute-level violations, even when explicitly instructed to protect privacy. The findings reveal that models struggle to make context-appropriate decisions about what information to share, tending to either overshare or withhold everything rather than apply nuanced judgment.

Latest Intel

page 502/649
VIEW ALL
01

CVE-2025-14920: Hugging Face Transformers Perceiver Model Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vu

security
Dec 23, 2025

A vulnerability in Hugging Face Transformers' Perceiver model allows attackers to run malicious code on a user's computer by tricking them into opening a malicious file or visiting a harmful webpage. The flaw happens because the software doesn't properly check data when loading model files, allowing untrusted code to be executed (deserialization of untrusted data, where a program reconstructs objects from stored data without verifying they're safe).

Critical This Week5 issues
critical

GHSA-7gwp-5pfp-969j: MLflow: Unauthenticated full-read SSRF in webhook delivery: _validate_webhook_url bypassed via unvalidated HTTP redirects (and DNS rebinding)

CVE-2026-64849GitHub Advisory DatabaseAug 17, 2026
Aug 17, 2026
>

AI Excels at Finding Zero-Days but Doubles Security Flaw Rates in Generated Code: While LLMs demonstrate growing capability in discovering zero-day vulnerabilities (previously unknown security flaws) and building exploits, AI-generated code contains security weaknesses at roughly twice the rate of human-written code, with 44% containing at least one OWASP Top 10 vulnerability (the most critical categories of code weaknesses). Despite 99% syntax correctness, the asymmetry between AI's offensive and defensive security capabilities remains unexplained.

NVD/CVE Database
02

CVE-2025-13707: Tencent HunyuanDiT model_resume Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerabilit

security
Dec 23, 2025

Tencent HunyuanDiT (an AI image generation model) has a remote code execution vulnerability in its model_resume function that allows attackers to run arbitrary code if a user opens a malicious file or visits a malicious page. The flaw stems from improper validation of user input during deserialization (converting data from storage format back into usable objects), allowing attackers to execute code with root-level privileges.

NVD/CVE Database
03

Neural Machine Unranking

researchprivacy
Dec 23, 2025

This research addresses machine unlearning in neural IR (information retrieval, the technology that ranks search results), a process called neural machine unranking (NuMuR) that selectively removes data from AI systems for privacy compliance. The authors propose CoCoL (contrastive and consistent loss, a method with two complementary training objectives), which uses a contrastive loss to reduce relevance scores on forgotten data while preserving performance on shared data, plus a consistent loss to maintain accuracy on retained data, demonstrating effective data removal across multiple neural ranking models.

Fix: The proposed solution is CoCoL, a dual-objective framework comprising: 1) a contrastive loss that reduces relevance scores on forget sets while maintaining performance on entangled samples, and 2) a consistent loss that preserves accuracy on the retain set. According to the paper, CoCoL achieves substantial forgetting with minimal retention and generalization performance loss.

IEEE Xplore (Security & AI Journals)
04

CVE-2025-63664: Incorrect access control in the /api/v1/conversations/*/messages API of GT Edge AI Platform before v2.0.10-dev allows un

security
Dec 22, 2025

CVE-2025-63664 is a flaw in the GT Edge AI Platform (before version 2.0.10-dev) where incorrect access control in the /api/v1/conversations/*/messages API allows attackers without permission to view other users' message histories with AI agents. This is classified as improper access control (CWE-284, a category of security flaws where systems fail to properly restrict what users can access).

Fix: Update GT Edge AI Platform to version 2.0.10-dev or later.

NVD/CVE Database
05

The Impact of Artificial Intelligence in Protecting the Online Social Community From Cyberbullying

researchsafety
Dec 22, 2025

Cyberbullying on social media is a growing problem that harms people's mental health, and traditional methods to stop it are no longer effective. This study examines how artificial intelligence can help protect online communities from cyberbullying by exploring different AI technologies, their uses, and the challenges involved. The goal is to understand how AI might create safer online environments.

IEEE Xplore (Security & AI Journals)
06

Generative Artificial Intelligence: Ethical Challenges and Trust Mechanisms

researchsafety
Dec 22, 2025

Generative AI (systems that create new text, images, or other content) is transforming many industries but raises ethical concerns like data privacy (protecting personal information), bias (unfair treatment of certain groups), transparency (being open about how the AI works), and accountability (responsibility for the AI's actions). Researchers propose a trust framework based on transparency, fairness, accountability, and privacy to help ensure generative AI is developed and used responsibly.

IEEE Xplore (Security & AI Journals)
07

Large Language Models in Human Subject Research, and the Presence of Idiosyncratic Human Behaviors

researchsafety
Dec 22, 2025

Large language models (LLMs, AI systems trained on huge amounts of text to generate human-like responses) can now mimic not just general human language but also unusual, individual-specific human behaviors. This ability could lead to LLMs being used more widely in research studies and potentially reduce the role of actual humans, which raises concerns about AI alignment (ensuring AI systems behave in ways humans intend and approve of) and how this technology affects society.

IEEE Xplore (Security & AI Journals)
08

Enhanced Masking-Differential Prompting (MDP): Defending Backdoor Attacks for Pre-trained Language Models Under Few-Shot Learning

securityresearch
Dec 22, 2025

Pre-trained language models (PLMs, large AI systems trained on text data) can be vulnerable to backdoor attacks, where hidden triggers in input cause the model to produce manipulated output. This paper proposes an enhanced defense method called masking-differential prompting (MDP) that works with few-shot learning (training on very small datasets), using Jensen-Shannon divergence (a mathematical measure to compare probability distributions) instead of traditional methods and an automatic threshold-selection approach to better detect and block these attacks.

Fix: The paper proposes two enhancements to the masking-differential prompting (MDP) defense method: (1) adopting Jensen–Shannon (JS) divergence instead of Kullback–Leibler (KL) divergence to handle cases where anchor set information has insufficient density, keeping the divergence finite and better exploiting available data; and (2) proposing an adaptive threshold method that automatically searches for the threshold based on false rejection rate (FRR) allowance, replacing the computationally expensive manual threshold selection method using ROC curve (AUC).

IEEE Xplore (Security & AI Journals)
09

Insider Threat Detection Using GCN and Bi-LSTM With Explicit and Implicit Graph Representations

researchsecurity
Dec 22, 2025

This article presents a new method for detecting insider threats (malicious activities by trusted employees within an organization) by combining two types of graph structures (explicit graphs based on predefined rules and implicit graphs derived from data patterns) with neural network models (GCNs and Bi-LSTM, which are deep learning architectures that process network relationships and temporal sequences). The framework was tested on two datasets and achieved very high accuracy rates, correctly identifying 100% of threats on one dataset while maintaining a low false positive rate (incorrectly flagging normal activity as suspicious).

IEEE Xplore (Security & AI Journals)
10

Slack Federated Adversarial Training

researchsecurity
Dec 22, 2025

This research addresses a problem in federated learning (a method where multiple computers train an AI model together without sharing raw data) combined with adversarial training (a technique that makes AI models resistant to intentionally tricky inputs). The authors found that simply combining these two approaches causes the model's accuracy to drop because adversarial training increases differences in the data across different computers, making the federated learning less effective. They propose SFAT (Slack Federated Adversarial Training), which uses a relaxation mechanism to adjust how the computers combine their learning results, reducing the harmful effects of data differences and improving overall performance.

IEEE Xplore (Security & AI Journals)
Prev1...500501502503504...649Next
critical

CVE-2026-75110: MemOS is a memory operating system for LLMs and AI agents. In deployments where authentication is enabled (AUTH_ENABLED=

CVE-2026-75110NVD/CVE DatabaseAug 17, 2026
Aug 17, 2026
critical

CVE-2026-64859: New API is a large language mode (LLM) gateway and artificial intelligence (AI) asset management system. Prior to 1.0.0-

CVE-2026-64859NVD/CVE DatabaseAug 17, 2026
Aug 17, 2026
critical

CVE-2025-27772: UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the `

CVE-2025-27772NVD/CVE DatabaseAug 17, 2026
Aug 17, 2026
critical

CVE-2025-27771: UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the `

CVE-2025-27771NVD/CVE DatabaseAug 17, 2026
Aug 17, 2026