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,423
[LAST_24H]
10
[LAST_7D]
166
Daily BriefingFriday, August 14, 2026
>

Critical RCE in Cortex MCP Server: CVE-2026-49986 affects the Cortex MCP server (a tool enabling AI assistants like Claude to access persistent memory across projects) before version 3.17.1, allowing arbitrary Python code execution when an attacker plants malicious files in a repository and the `open_visualization` tool is invoked. The vulnerability stems from inadequate validation of project directories set by Claude Code, enabling attackers to run commands with user privileges.

>

Cyera Acquires Oasis Security for $1 Billion to Unify AI Agent Controls: Cyera's acquisition of Oasis Security combines data security and identity management into a unified control system for AI agents (autonomous software programs), shifting from fixed permission roles to context-aware access based on business needs.

Latest Intel

page 110/643
VIEW ALL
01

GHSA-7w99-5wm4-3g79: @better-auth/oauth-provider's OAuth authorization-code grant allows concurrent redemption when two token requests race the find-then-delete primitive

security
Jul 7, 2026
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
>

OpenAI Faces Executive Exodus Ahead of IPO: OpenAI is experiencing significant departures of senior leadership, including Chief Revenue Officer Denise Dresser and Operating Chief Brad Lightcap, as the company prepares for its initial public offering. Industry observers view the exits as a potential warning sign that could undermine investor confidence amid intensifying competition from Google and Anthropic.

>

Google Enables Watermark Removal for Gemini-Generated Media: Google now allows users to disable visible watermarks on AI-generated images, videos, and music in Gemini and Flow, though invisible SynthID watermarks and C2PA metadata (hidden markers tracking AI-generated content) remain embedded in all outputs.

A security flaw in @better-auth/oauth-provider allows two token requests sent at the same time to both redeem a single authorization code (a temporary token that should only work once), bypassing OAuth security rules. The vulnerability affects versions 1.6.0 through 1.6.10, and similar issues exist in the legacy plugins from better-auth versions 1.4.8-beta.7 through 1.6.0.

Fix: Upgrade to @better-auth/oauth-provider@1.6.11 or later, or upgrade better-auth to 1.6.11 or later if using the legacy plugin paths. The fix replaces the unsafe find-then-delete sequence with an atomic claim-and-return primitive (consumeVerificationValue) that ensures only the first request successfully claims the authorization code, causing concurrent requests to receive an invalid_grant error instead.

GitHub Advisory Database
02

Meta’s new Muse Image model can pull other Instagram users into AI photos

industry
Jul 7, 2026

Meta has launched Muse Image, a new AI image generation model from its Superintelligence Labs that creates images across Meta AI, Instagram, and WhatsApp (with Facebook and Messenger coming soon). The model is described as "agentic," meaning it works together with another AI model to understand your request, search the web, and plan before generating an image. The article notes the model can pull other Instagram users into AI photos, but does not provide details about how this works or its implications.

The Verge (AI)
03

CVE-2026-59800: 9Router before 0.4.44 contains an OS command injection vulnerability in the unauthenticated POST /api/tunnel/tailscale-i

security
Jul 7, 2026

9Router versions before 0.4.44 have a critical vulnerability where an unauthenticated attacker can execute arbitrary OS commands through the /api/tunnel/tailscale-install endpoint. The vulnerability exists because the sudoPassword field from user input is passed directly to a shell command without proper validation, and the endpoint lacks authorization checks (middleware matcher protection). An attacker can exploit this when sudo doesn't prompt for a password, such as when the process runs as root or NOPASSWD is configured.

Fix: Update 9Router to version 0.4.44 or later.

NVD/CVE Database
04

Enforce zero data retention on Amazon Bedrock with Bedrock Projects and service control policies

securitypolicy
Jul 7, 2026

Amazon Bedrock allows organizations to control whether prompts and model outputs are retained after processing through different data retention modes (none, some, inherit, or provider_data_share). To enforce consistent data retention policies across multiple accounts, especially when using models that require data sharing with third parties like Claude Fable 5, organizations can use Amazon Bedrock Projects and service control policies (SCPs, which are rules that limit what actions users in an organization can perform). The key principle is that your configured retention mode sets a ceiling (upper limit) on retention, not a guarantee, so models that support zero retention will still use zero retention even if your account allows higher retention.

Fix: The source mentions tools for enforcing data retention policies: use Amazon Bedrock Projects to isolate workloads with different retention needs on compatible models, and write and deploy an SCP that prevents anyone in your organization from enabling data sharing. The source also states you should consult the model's terms for specific retention details and verify your configuration is working correctly, but does not provide explicit code or step-by-step implementation instructions beyond describing these tools.

AWS Security Blog
05

Meta enters AI image model race in bid to court advertisers and subscribers

industry
Jul 7, 2026

Meta released Muse Image, a new AI model for generating images, making it available free to regular users through Meta AI, WhatsApp, and Instagram Stories, while requiring a paid subscription for creators and power users who want to generate many images. The company is also integrating Muse Image into its advertising tools to help brands create and customize ad designs more easily, reducing Meta's dependence on third-party image-generation services from other companies.

CNBC Technology
06

Anthropic is launching Claude Cowork on mobile and web

industry
Jul 7, 2026

Anthropic is expanding access to Claude Cowork, an AI collaboration platform (a tool where users can work together with AI), beyond its desktop-only availability to iOS, Android, and web versions starting this week. The mobile and web versions will have reduced features compared to the desktop app, though cloud-based sessions will allow users to continue their work across different devices.

The Verge (AI)
07

'GitLost' Flaw Leaks Private Data From GitHub's Agentic Workflows

security
Jul 7, 2026

A flaw called 'GitLost' in GitHub's agentic workflows (AI systems that automatically perform tasks) allows an attacker to create a fake issue in a public repository and use it to secretly access data from private repositories without needing to log in. This means private data can be leaked even though the attacker never had official access to those repositories.

Dark Reading
08

Public GitHub Issue Could Trick GitHub Agentic Workflows Into Leaking Private Repo Data

securitysafety
Jul 7, 2026

Researchers discovered that attackers can trick GitHub Agentic Workflows (AI agents that automate tasks based on plain English instructions) into leaking private repository data by opening a public issue with hidden malicious instructions. This attack, called GitLost, exploits indirect prompt injection (when an AI cannot distinguish between legitimate instructions and hidden commands embedded in content it reads), and only requires the attacker to create a normal-looking public issue if the organization has given the agent read access to private repositories.

The Hacker News
09

CISA Reportedly Using Anthropic’s Mythos to Scan Government Software for Flaws

securitypolicy
Jul 7, 2026

The US Cybersecurity and Infrastructure Security Agency (CISA, the federal agency responsible for protecting government computer systems) is using Anthropic's Mythos AI model to scan government software code for security vulnerabilities (flaws that attackers could exploit). The AI-driven audits have already uncovered a large number of vulnerabilities, though specific details about their severity and which agencies were affected have not been publicly disclosed.

SecurityWeek
10

GHSA-hwpq-hmq9-wj77: ONNX has Null Pointer Dereference in Upsample Version Converter Adapter (Zero Inputs)

security
Jul 7, 2026

ONNX has a null pointer dereference (a crash caused by accessing invalid memory) in its version converter when processing Upsample nodes that have zero inputs. The converter checks that required attributes exist but fails to verify that the node actually has inputs before trying to access them, causing a crash (SIGSEGV) when converting models from opset version 6 to 7.

Fix: All affected adapters, including the Upsample_6_7 adapter, have been fixed in PR #7813. A full audit of all ~45 adapters identified eight adapters with the same unguarded indexed access vulnerability (cast_9_8, softmax_12_13, softmax_13_12, upsample_6_7, upsample_9_10, group_normalization_20_21, broadcast_forward_compatibility, upsample_9_8), and all have been corrected.

GitHub Advisory Database
Prev1...108109110111112...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