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]
32
[LAST_7D]
149
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 499/649
VIEW ALL
01

CVE-2026-21452: MessagePack for Java is a serializer implementation for Java. A denial-of-service vulnerability exists in versions prior

security
Jan 2, 2026

MessagePack for Java has a denial-of-service vulnerability in versions before 0.9.11 where specially crafted .msgpack files can trick the library into allocating massive amounts of memory. When the library deserializes (reads and converts) these files, it blindly trusts the size information in EXT32 objects (an extension data type) and tries to allocate a byte array matching that size, which can be impossibly large, causing the Java program to run out of memory and crash.

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.

Fix: Update to version 0.9.11 or later, which fixes the vulnerability.

NVD/CVE Database
02

UQLM: A Python Package for Uncertainty Quantification in Large Language Models

researchsafety
Dec 31, 2025

Hallucinations (instances where Large Language Models generate false or misleading content) are a safety problem for AI applications. The paper introduces UQLM, a Python package that uses uncertainty quantification (UQ, a statistical technique for measuring how confident a model is in its answer) to detect when an LLM is likely hallucinating by assigning confidence scores between 0 and 1 to responses.

Fix: The source describes UQLM as 'an off-the-shelf solution for UQ-based hallucination detection that can be easily integrated to enhance the reliability of LLM outputs.' No specific implementation steps, code examples, or version details are provided in the source text.

JMLR (Journal of Machine Learning Research)
03

Nonparametric Estimation of a Factorizable Density using Diffusion Models

research
Dec 31, 2025

This research paper studies diffusion models, a type of AI used to generate images and audio, as a statistical method for density estimation (learning the probability distribution of data). The authors show that when data has a factorizable structure (meaning it can be broken into independent low-dimensional components, like in Bayesian networks), diffusion models can efficiently learn this structure and achieve optimal performance using a specially designed sparse neural network architecture (one where most connections between neurons are inactive).

JMLR (Journal of Machine Learning Research)
04

Error Analyses of Auto-Regressive Video Diffusion Models

research
Dec 31, 2025

Auto-regressive video diffusion models (AR-VDMs, systems that generate videos by predicting one frame at a time) struggle with two problems: history forgetting, where they lose track of earlier frames they created, and temporal degradation, where video quality gets worse over time. Researchers created Meta-ARVDM, a theoretical framework that analyzes both problems and shows that using more past frames reduces history forgetting, while also introducing a new way to evaluate these models using a "needle-in-a-haystack" test (finding specific content buried in larger data).

JMLR (Journal of Machine Learning Research)
05

Enhancing Accuracy in Generative Models via Knowledge Transfer

research
Dec 31, 2025

This paper studies how to improve the accuracy of generative models (AI systems that create new data, like images or text) by using knowledge transfer, where a model trained on one task helps train a model on a different task. The researchers introduce a framework based on 'Shared Embedding,' a technique that finds common patterns between different tasks even when their data looks different, and show that this approach improves performance in two types of generative models: diffusion models (which gradually refine random noise into structured outputs) and normalizing flows (mathematical transformations that learn data distributions).

JMLR (Journal of Machine Learning Research)
06

A Unified Approach to Analysis and Design of Denoising Markov Models

research
Dec 31, 2025

This paper presents a mathematical framework for understanding denoising Markov models (generative models that learn to reverse a noising process to create new data). The authors use concepts from statistical mechanics to establish rigorous rules for how these models work, unifying existing approaches like diffusion models and proposing new variations using different types of mathematical processes.

JMLR (Journal of Machine Learning Research)
07

The Sample Complexity of Parameter-Free Stochastic Convex Optimization

research
Dec 31, 2025

This research addresses how stochastic convex optimization (a machine learning technique for finding the best solution by processing data in random batches) can work when key problem parameters are unknown. The authors propose two methods: a model selection technique that prevents overfitting (when an AI learns noise in the validation data instead of real patterns), and a regularization-based approach that estimates unknown parameters to achieve optimal efficiency. Experiments on image classification and shape-counting tasks show these methods help reduce overfitting on small validation sets.

JMLR (Journal of Machine Learning Research)
08

Abstract Gradient Training: A Unified Certification Framework for Data Poisoning, Unlearning, and Differential Privacy

researchsecurity
Dec 31, 2025

This research introduces Abstract Gradient Training (AGT), a framework for verifying that machine learning models remain reliable when their training data is changed or corrupted. The framework addresses three scenarios: adversarial data poisoning (when attackers intentionally alter training samples), machine unlearning (when specific training data must be removed), and differential privacy (when individual data points are substituted). AGT works by establishing mathematical bounds on how model parameters (the internal settings that AI uses to make predictions) can change, allowing researchers to formally prove a model will behave safely despite training data perturbations.

JMLR (Journal of Machine Learning Research)
09

Robust training of implicit generative models for multivariate and heavy-tailed distributions with an invariant statistical loss

research
Dec 31, 2025

This research addresses problems with training implicit generative models (AI systems that learn to create new data similar to real data) by proposing the invariant statistical loss (ISL), which avoids unstable adversarial training by comparing the statistical ranks of real and generated samples. The authors improve ISL for two practical scenarios: using a Pareto distribution instead of Gaussian noise to better model extreme values in data, and introducing ISL-slicing to handle large multivariate datasets (data with many variables) by projecting onto random lower-dimensional subspaces.

JMLR (Journal of Machine Learning Research)
10

Statistical guarantees for denoising reflected diffusion models

research
Dec 31, 2025

This research paper analyzes denoising reflected diffusion models, which are a type of generative AI (systems that create new data like images or text). The study shows that reflected diffusion processes (a mathematical technique using boundaries to keep the model's state space bounded) can match theoretical predictions better than standard diffusion models, and provides mathematical proof of how quickly these models converge to accurate results.

JMLR (Journal of Machine Learning Research)
Prev1...497498499500501...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