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]
9
[LAST_7D]
166
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 119/643
VIEW ALL
01

CVE-2026-59093: Weaviate before 1.38.0 does not verify that a principal performing an RBAC role assignment holds the permissions granted

security
Jul 2, 2026

Weaviate versions before 1.38.0 have a security flaw in RBAC (role-based access control, a system that restricts what users can do based on assigned roles) where the system doesn't check if someone assigning a role to themselves or others actually has permission to grant those permissions. This means a user with limited permissions can assign themselves or others powerful admin roles, gaining full control of the database.

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: Update to Weaviate version 1.38.0 or later.

NVD/CVE Database
02

GHSA-f9ff-5x35-7gfw: Grackle: Fail-open authorization in the MCP tool layer lets scoped agents perform cross-task and cross-session mutations (IDOR)

security
Jul 2, 2026

Grackle's MCP (Model Context Protocol) tool layer has inconsistent authorization checks that let scoped agents (restricted AI assistants) perform operations they shouldn't be allowed to, like deleting or modifying other agents' tasks or reading data across workspaces (an IDOR vulnerability, where attackers access resources by guessing IDs). The root cause is that the server uses its full API key for all backend requests without passing caller information, making the MCP tool layer the only place where permissions are checked, and some tools skip these checks entirely.

Fix: Upgrade `@grackle-ai/mcp` to a version later than 0.132.1. The advisory explicitly states that versions "0.132.1 and earlier" are affected, indicating a fix is available in a subsequent release.

GitHub Advisory Database
03

llm-coding-agent 0.1a0

industry
Jul 2, 2026

The llm-coding-agent is a new Python library that creates a coding agent (an AI system that can perform tasks by using tools) built on top of an LLM (large language model) framework, capable of reading files, editing files, executing shell commands, and searching code to help automate coding tasks. The agent was developed using test-driven development (TDD, a method where you write tests before writing code) and includes features like file operations, command execution with timeouts, and pattern-based file searching. Users can interact with it through command-line options like "llm code --yolo" or a Python API that lets them request specific coding tasks.

Simon Willison's Weblog
04

GHSA-pmch-g965-grmr: Langroid: SQLChatAgent _validate_query blocklist misses pg_read_file family enabling arbitrary file read

security
Jul 2, 2026

Langroid's SQLChatAgent contains a security flaw where its `_validate_query` blocklist (a list of dangerous SQL patterns to reject) fails to block several PostgreSQL file-reading functions like `pg_read_file()` and `pg_ls_logdir()`. An attacker who can influence the SQL queries the AI generates (through direct input or by injecting instructions into data the AI reads) can exploit this to read arbitrary files from the database server, even when the agent is configured to only allow SELECT statements and forbid dangerous operations.

Fix: The source text does not explicitly describe a fix, patch, or version where this vulnerability was resolved. N/A -- no mitigation discussed in source.

GitHub Advisory Database
05

GHSA-fg23-3346-88f5: Langroid: Path traversal in the file tools allows read/write outside configured current directory

security
Jul 2, 2026

Langroid's ReadFileTool and WriteFileTool have a path traversal vulnerability (a security flaw where attackers use sequences like ../ to access files outside intended boundaries) because they only change the working directory but don't validate that file paths stay within the configured curr_dir (current directory) boundary. An attacker can use paths like ../secret.txt to read or write files outside the intended sandbox directory, potentially compromising applications that rely on curr_dir to restrict file access.

GitHub Advisory Database
06

GHSA-84hp-mqvj-3p8h: mcp-memory-service: Missing Authentication on Document API Endpoints Allows Unauthenticated Memory Read/Write/Delete

security
Jul 2, 2026

mcp-memory-service has a critical authentication bypass vulnerability where all endpoints under `/api/documents/*` lack authentication checks, allowing unauthenticated attackers to read, write, and delete memories even when the server has API key or OAuth protection enabled. This is particularly dangerous because the `/api/memories` endpoints correctly enforce authentication, creating an inconsistent security boundary that attackers can exploit.

Hugging Face Security Advisories
07

Google’s Gemini Image Generation: AI Bias and the Rewriting of History

safetypolicy
Jul 2, 2026

In early 2024, Google's Gemini AI model generated historically inaccurate and racially offensive images, such as depicting non-White figures in Nazi-era settings, exposing failures in AI training and ethical oversight. The root cause was a flawed "diversity injection" mechanism (a technique meant to reduce bias in training data) that lacked safeguards to understand historical context, resulting in distorted outputs. The incident caused significant financial and reputational damage to Google and raised broader questions about how to build fairness and accuracy into generative AI systems.

AIS eLibrary (Journal of AIS, CAIS, etc.)
08

Algorithmic Fragility: How Organizations Stabilize Unstable Machines

researchsafety
Jul 2, 2026

AI systems used by organizations often appear reliable but actually suffer from algorithmic fragility, a persistent instability caused by how machine learning interacts with complex real-world environments, leading to biased outputs and performance drift (a decline in accuracy over time). Organizations manage this instability through stabilization work, which involves three practices: buffering (absorbing problems), reframing (reinterpreting failures), and patching (fixing issues), that become routine organizational processes to maintain the appearance of reliability. The paper argues that algorithmic fragility is a structural condition of AI systems rather than a temporary bug, and that effective AI governance requires continuous practice-based management rather than one-time technical fixes.

AIS eLibrary (Journal of AIS, CAIS, etc.)
09

Anthropic's AI Finds Bugs. IBM Bets $5B It Can Fix Them.

industrysecurity
Jul 2, 2026

IBM and Red Hat are investing significant resources (20,000 engineers) into Project Lightwell, a new service aimed at fixing bugs in open-source software (publicly available code that anyone can use and modify). This initiative was sparked by findings from Anthropic's Mythos research, which demonstrated that AI can discover security vulnerabilities (weaknesses that attackers could exploit) in open-source code, raising concerns about how to better protect the supply chain (all the software components and processes used to build applications).

Dark Reading
10

CVE-2025-69134: Unauthenticated Arbitrary Content Deletion in OpenAI Chatbot for WordPress – Helper <= 1.1.4 versions.

security
Jul 2, 2026

CVE-2025-69134 is a vulnerability in the OpenAI Chatbot for WordPress Helper plugin (version 1.1.4 and earlier) that allows attackers without authentication to delete arbitrary content from WordPress sites. The flaw stems from missing authorization checks (CWE-862, a weakness where code doesn't properly verify if a user should be allowed to perform an action).

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