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 498/649
VIEW ALL
01

CVE-2025-69220: LibreChat is a ChatGPT clone with additional features. Version 0.8.1-rc2 does not enforce proper access control for file

security
Jan 7, 2026

LibreChat version 0.8.1-rc2 has a missing authorization (a failure to check if a user has permission to do something) vulnerability that allows an authenticated attacker to upload files to any agent's file storage if they know the agent's ID, even without proper permissions. This could let attackers change how agents behave by adding malicious files.

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: This issue is fixed in version 0.8.2-rc2. Users should update to this version or later.

NVD/CVE Database
02

Boosting Adversarial Training With Mitigating Hard Sample Interference

researchsafety
Jan 6, 2026

This research addresses a problem in adversarial training (a technique that teaches AI models to resist adversarial examples, which are inputs carefully designed to fool the model). When adversarial training tries to improve both normal accuracy and robustness at the same time, it struggles with hard samples (data points near the decision boundary where the model finds it difficult to classify correctly), often forcing a sacrifice of one goal for the other. The authors propose MHSI (mitigating hard sample interference), which uses two techniques: a weighted adaptive mechanism that helps the model focus more on learning clean samples, and a dynamic calibration strategy guided by gradient analysis that adjusts how the model handles hard samples, resulting in improved robustness without losing accuracy.

IEEE Xplore (Security & AI Journals)
03

CVE-2025-14371: The Tag, Category, and Taxonomy Manager – AI Autotagger with OpenAI plugin for WordPress is vulnerable to unauthorized m

security
Jan 6, 2026

A WordPress plugin called 'Tag, Category, and Taxonomy Manager – AI Autotagger with OpenAI' has a security flaw (CWE-862, missing authorization) in versions up to 3.41.0 that allows contributors and higher-level users to add or remove taxonomy terms (tags and categories) on any post, even ones they don't own, due to missing permission checks. This vulnerability affects authenticated users who have contributor-level access or above.

NVD/CVE Database
04

CVE-2026-0621: Anthropic's MCP TypeScript SDK versions up to and including 1.25.1 contain a regular expression denial of service (ReDoS

security
Jan 5, 2026

Anthropic's MCP TypeScript SDK (a toolkit for building AI applications) versions up to 1.25.1 has a ReDoS vulnerability (regular expression denial of service, where a maliciously designed input causes the regex parser to work extremely hard and freeze the system) in its UriTemplate class. An attacker can send a specially crafted URI (web address) that makes the Node.js process (the JavaScript runtime environment) consume excessive CPU and stop responding, causing the application to crash or become unavailable.

NVD/CVE Database
05

$\ell_{0}$-Norm Penalty Embedded Feature Selection in Universum Learning

research
Jan 5, 2026

This research paper describes a new machine learning method that combines Universum learning (using unlabeled data from the same domain as labeled training data to improve model training) with feature selection (choosing the most important input variables). The authors add an L0-norm penalty (a mathematical constraint that forces the model to use fewer features) to a support vector machine classifier, and develop an algorithm to solve this optimization problem efficiently.

IEEE Xplore (Security & AI Journals)
06

DeepFilter: A Transformer-Style Framework for Accurate and Efficient Process Monitoring

research
Jan 5, 2026

DeepFilter is a modified AI framework based on Transformers (a type of neural network architecture) designed to monitor industrial processes more accurately and efficiently. Standard Transformers use self-attention (a mechanism where the model weighs the importance of different parts of input data), but this approach struggles with process monitoring because it doesn't capture meaningful patterns in logs and requires a lot of computation. DeepFilter replaces the self-attention layer with an efficient filtering layer that better identifies long-term patterns while using less computing power.

IEEE Xplore (Security & AI Journals)
07

Accurate and Robust Neural Architecture Search via a Flexible Supernet

researchsafety
Jan 5, 2026

Neural architecture search (NAS, the automated process of designing AI model structures) can produce models that are vulnerable to adversarial attacks (manipulated inputs designed to fool AI systems). This paper presents ARNAS++, a method that searches for neural architectures that are both accurate and robust against adversarial attacks by using a flexible supernet (a large parent network from which smaller networks are derived) with adjustable parameter budgets and width.

IEEE Xplore (Security & AI Journals)
08

Revisiting Out-of-Distribution Detection in Real-Time Object Detection: From Benchmark Pitfalls to a New Mitigation Paradigm

researchsafety
Jan 5, 2026

Out-of-distribution (OoD, inputs that don't match what an AI was trained on) detection in object detection systems causes AI models to make overconfident wrong predictions on objects they shouldn't recognize. This paper reveals that popular benchmark datasets used to test OoD detection have quality problems, where up to 13% of test objects are mislabeled, making current methods appear better than they really are. The authors propose a new training-time approach where object detectors are fine-tuned using carefully created OoD training data that looks similar to normal objects, which reduces false detections by 91% in YOLO models.

Fix: The paper introduces a training-time mitigation paradigm where 'we fine-tune the detector using a carefully synthesized OoD dataset that semantically resembles in-distribution objects.' This approach 'shapes a defensive decision boundary by suppressing objectness on OoD objects' and achieves 'a 91% reduction in hallucination error of a YOLO model on BDD-100 K.' The methodology is shown to work across multiple detection architectures including YOLO, Faster R-CNN, and RT-DETR.

IEEE Xplore (Security & AI Journals)
09

CVE-2025-15453: A security vulnerability has been detected in milvus up to 2.6.7. This vulnerability affects the function expr.Exec of t

security
Jan 5, 2026

A security vulnerability (CVE-2025-15453) exists in Milvus versions up to 2.6.7 in the expr.Exec function, where an attacker can manipulate the code argument to trigger deserialization (converting untrusted data back into executable code), allowing remote exploitation with user credentials. The vulnerability has been publicly disclosed and is rated as medium severity (CVSS 5.3).

Fix: A fix is planned for the next release 2.6.8.

NVD/CVE Database
10

CVE-2026-21445: Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.7.0.dev45, multiple cr

security
Jan 2, 2026

Langflow, a tool for building AI-powered agents and workflows, has a security flaw in versions before 1.7.0.dev45 where some API endpoints (the interfaces that software uses to communicate and request data) are missing authentication controls (checks to verify who is using them). This allows anyone without a login to access private user conversations, transaction histories, and delete messages. The vulnerability affects endpoints that handle sensitive personal data and system operations.

Fix: Update to version 1.7.0.dev45 or later, which contains a patch for this vulnerability.

NVD/CVE Database
Prev1...496497498499500...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