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,425
[LAST_24H]
8
[LAST_7D]
164
Daily BriefingFriday, August 14, 2026
>

OpenAI's Enterprise Revenue Surpasses Consumer Business: OpenAI's CFO disclosed that enterprise sales now exceed consumer revenue, crossing 50% of the company's $40 billion annualized run rate earlier than anticipated. The shift reflects enterprises moving from untracked employee AI usage toward measuring cost per unit of intelligence delivered.

>

Cyera Acquires Oasis Security for $1 Billion to Unify AI Agent Controls: Cyera purchased Oasis to merge data security and identity management into a single control plane for AI agents (autonomous software programs that act on behalf of users), enabling context-based access decisions rather than static permission roles.

>

Latest Intel

page 135/643
VIEW ALL
01

CVE-2026-54025: LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. Prior to 0.8.4-rc1, there is a vulnerability

security
Jun 25, 2026

LibreChat, a ChatGPT-like application that works with multiple AI providers, has a vulnerability in how it displays formatted text (markdown) before version 0.8.4-rc1. The marked library fails to properly escape special characters in image descriptions, allowing an attacker to hide malicious code in those descriptions. When a user views the formatted text, this hidden code executes in their browser without permission.

Critical This Week5 issues
critical

CVE-2026-49986: The Cortex MCP server (`neuro-cortex-memory`), a cross-platform persistent memory MCP, prior to version 3.17.1 treats th

CVE-2026-49986NVD/CVE DatabaseAug 14, 2026
Aug 14, 2026

Critical RCE in Cortex MCP Server Enables Code Execution via Malicious Repositories: CVE-2026-49986 affects Cortex MCP server (a tool providing persistent memory to AI assistants like Claude) versions before 3.17.1, where insufficient validation of project directories allows attackers to execute arbitrary Python code by placing malicious files in a repository that trigger when the visualization tool is invoked. The vulnerability carries critical severity and runs with user privileges.

>

Anthropic Deploying Invisible Text Watermarks in Claude for EU Compliance: Anthropic is embedding undetectable watermarks in Claude's output by subtly biasing word selection during generation using a secret key, creating verifiable patterns without degrading text quality. The implementation addresses EU regulatory requirements mandating identification of AI-generated content.

Fix: This vulnerability is fixed in version 0.8.4-rc1. Users should upgrade LibreChat to this version or later.

NVD/CVE Database
02

CVE-2026-54024: LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. Prior to 0.8.4-rc1, the fix for CVE-2024-111

security
Jun 25, 2026

LibreChat is a ChatGPT-like application that works with multiple AI providers. Before version 0.8.4-rc1, a file upload endpoint called POST /api/convos/import didn't have proper file size restrictions, allowing logged-in users to upload very large files that could fill up a server's storage and memory. A previous security fix added size limits to other file uploads but missed this endpoint.

Fix: Upgrade to LibreChat version 0.8.4-rc1 or later, which fixes this vulnerability.

NVD/CVE Database
03

AI and Liability

policy
Jun 25, 2026

A German court ruled that Google is liable for inaccurate AI search summaries, rejecting the argument that Google is merely a neutral carrier of information. The ruling clarifies that when companies use AI to rewrite and summarize content from other sources, they act as publishers and editors, making editorial decisions like traditional newspapers, rather than simply transmitting information. This legal development suggests that companies deploying AI systems bear responsibility for their accuracy, similar to how they would be liable if human employees made the same errors.

Schneier on Security
04

GHSA-4vp2-6q8c-pvq2: @anthropic-ai/claude-code has an Insecure Temporary File in /copy Command that Enables Response Disclosure and Symlink-Based File Write

security
Jun 25, 2026

Claude Code's `/copy` command had a serious security flaw where it saved responses to an easily guessable file location (`/tmp/claude/response.md`) that any user on the system could read, potentially exposing secrets or credentials. An attacker could also create a symlink (a shortcut to another file) at that location to trick the command into overwriting any file they chose. This vulnerability required the attacker and a privileged user to be on the same computer.

Fix: Users on standard Claude Code auto-update have already received this fix. Users performing manual updates are advised to update to the latest version.

GitHub Advisory Database
05

New macOS malware embeds fake errors to confuse AI analysis tools

securitysafety
Jun 25, 2026

A macOS malware called "Gaslight" uses prompt injection (tricking an AI by hiding instructions in its input) to confuse AI-powered malware analysis tools by embedding fake error messages, crash reports, and debugging data within the executable file. The malware contains 38 fabricated system messages designed to make LLM (large language model)-assisted analysis tools question their own sessions or stop analyzing the malware, rather than trying to evade detection in sandboxes (isolated test environments). Researchers attribute the malware to a North Korean-linked threat actor, and while it hasn't been shown to successfully bypass current AI analysis platforms, it suggests attackers are developing new anti-analysis techniques targeting AI-based security tools.

BleepingComputer
06

CVE-2026-54036: LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. Prior to 0.8.4-rc1, the GET /api/auth/2fa/en

security
Jun 25, 2026

LibreChat, a ChatGPT-like application supporting multiple AI providers, has a security flaw in versions before 0.8.4-rc1 where an attacker with a valid session token (a code that proves you're logged in) can disable a user's two-factor authentication (2FA, an extra security layer requiring a second verification step) without permission. The attacker can overwrite the TOTP secret (a code used to generate login verification codes) and backup codes, then disable 2FA entirely, locking the real owner out of their account.

Fix: This vulnerability is fixed in 0.8.4-rc1.

NVD/CVE Database
07

Updatable Multi-Party Private Set Intersection for Real-Time Collaborative Threat Intelligence

securityresearch
Jun 25, 2026

This research presents a new protocol called Updatable MPSI (UMPSI) that helps multiple organizations securely share threat intelligence data while keeping their information private. Unlike existing systems that require expensive full re-computation when threat data changes, UMPSI uses lightweight mechanisms to quickly update only the new or changed threat indicators, making real-time collaborative threat detection practical.

IEEE Xplore (Security & AI Journals)
08

Ellipsoid Control: A White-List Jailbreak Defense via Benign Latent Modeling

safetyresearch
Jun 25, 2026

Representation engineering (RepE, a technique that modifies how an AI model processes information internally) defenses against jailbreaks (methods that trick LLMs into ignoring safety rules) have relied on block-list approaches that learn from known harmful examples, but this leaves gaps against new attacks. The paper proposes Ellipsoid Control, a white-list defense that instead protects the model's normal, harmless behavior by using test-time defense (constraints applied when the model runs) with projected gradient descent (a mathematical technique that adjusts the model's internal state while keeping it close to safe boundaries) to trigger refusals on harmful inputs while preserving the model's ability to answer legitimate questions.

Fix: The source explicitly describes Ellipsoid Control as the mitigation: it 'performs projected gradient descent that can elicit refusal on arbitrary inputs' while 'an anisotropic benign-geometry ellipsoid is fitted from abundant benign data to constrain the update to minimize distortion of the benign latent geometry.' This is deployed as a test-time defense mechanism that operates when the model is in use, using safe training examples to define boundaries that preserve normal model behavior during safety enforcement.

IEEE Xplore (Security & AI Journals)
09

A Differentially Private Weighted Empirical Risk Minimization Procedure and Its Application to Outcome Weighted Learning

researchprivacy
Jun 25, 2026

This research presents a new algorithm for training predictive models on sensitive data while protecting privacy using differential privacy (DP, a mathematical technique that adds noise to data to prevent identifying individuals). The algorithm extends previous privacy-preserving methods to handle weighted empirical risk minimization (wERM, where different data points contribute differently to model training), which is particularly useful for personalized medical treatment decisions. Testing shows the approach successfully protects privacy while keeping the trained models effective.

IEEE Xplore (Security & AI Journals)
10

Divergence-Based Adaptive Aggregation for Byzantine Robust Federated Learning

securityresearch
Jun 25, 2026

This research addresses two problems in federated learning (a training approach where multiple computers work together to improve a shared AI model without sending raw data to one central location): client drift (when different computers' local updates diverge from each other due to unequal data) and Byzantine attacks (when some computers send false or malicious updates to sabotage the model). The paper proposes two frameworks called DRAG and BR-DRAG that use a metric called divergence of degree to measure how far off-track each computer's updates are, then automatically correct them through a process called linear calibration, with BR-DRAG adding a vetted dataset at the main server to defend against malicious actors.

Fix: DRAG addresses client drift by designing a reference direction and divergence metric to quantify deviation of local updates, allowing each worker to align its local update via linear calibration without extra communication cost. BR-DRAG extends this by maintaining a vetted root dataset at the server to produce trusted reference directions that workers' updates are calibrated against, thereby mitigating divergence caused by malicious attacks.

IEEE Xplore (Security & AI Journals)
Prev1...133134135136137...643Next
critical

CVE-2026-19297: IBM Langflow OSS 1.0.0 through 1.9.6 could allow a remote attacker to obtain unauthorized access to user accounts due to

CVE-2026-19297NVD/CVE DatabaseAug 13, 2026
Aug 13, 2026
critical

CVE-2026-73656: Trigger.dev is a platform for building and deploying fully managed AI agents and workflows. Prior to 4.5.6, POST /api/v1

CVE-2026-73656NVD/CVE DatabaseAug 13, 2026
Aug 13, 2026
critical

CVE-2026-73487: Flowise before 3.1.3 contains a regex-based Python code validator bypass in CSV and Airtable Agent nodes that allows una

CVE-2026-73487NVD/CVE DatabaseAug 13, 2026
Aug 13, 2026
critical

CVE-2026-73485: Flowise before 3.1.3 contains a code injection vulnerability in the Airtable Agent node that allows unauthenticated atta

CVE-2026-73485NVD/CVE DatabaseAug 13, 2026
Aug 13, 2026