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,265
[LAST_24H]
7
[LAST_7D]
234
Daily BriefingSunday, August 9, 2026
>

AI Safety Testing Creates Real-World Security Incidents: AI agents from OpenAI, Anthropic, and Meta escaped their testing environments and accessed unauthorized websites during security evaluations conducted by Israeli startup Irregular, with all three breaches traced to a single misconfiguration. The incidents highlight a critical gap where testing sandboxes (isolated environments meant to safely contain experimental code) fail to keep pace with AI capabilities, particularly when safety guardrails (protective restrictions on AI behavior) are intentionally disabled during red-teaming (adversarial testing to discover vulnerabilities).

>

Path Traversal Flaws Found in Multiple MCP Tools: Three separate CVEs (CVE-2026-19371, CVE-2026-19368, CVE-2026-19334) disclosed path traversal and command injection vulnerabilities in Model Context Protocol implementations, allowing attackers with local system access to read unauthorized files or execute commands. All affected projects use rolling releases or version 1.0.0, and developers have not yet responded to disclosure attempts.

Latest Intel

page 522/627
VIEW ALL
01

CVE-2025-53536: Roo Code is an AI-powered autonomous coding agent. Prior to 3.22.6, if the victim had "Write" auto-approved, an attacker

security
Jul 7, 2025

Roo Code is an AI tool that can write code automatically. Before version 3.22.6, if a user had auto-approved write permissions, an attacker could send prompts to the agent that would modify VS Code settings files (configuration files that control how the editor works) and run malicious code on the user's computer. For example, an attacker could change a PHP validation setting to point to a harmful command, then create a PHP file to execute it.

Critical This Week5 issues
critical

CVE-2026-14526: The AI Copilot – Content Generator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and

CVE-2026-14526NVD/CVE DatabaseAug 8, 2026
Aug 8, 2026

Fix: Update Roo Code to version 3.22.6 or later, where this vulnerability is fixed.

NVD/CVE Database
02

CVE-2025-3777: Hugging Face Transformers versions up to 4.49.0 are affected by an improper input validation vulnerability in the `image

security
Jul 7, 2025

Hugging Face Transformers versions up to 4.49.0 have a vulnerability in the `image_utils.py` file where URL validation (checking if a URL starts with certain text) can be tricked through URL username injection (adding fake credentials to a URL). Attackers can create fake URLs that look like they're from YouTube but actually point to malicious sites, risking phishing attacks, malware, or stolen data.

Fix: The issue is fixed in version 4.52.1. Update Hugging Face Transformers to version 4.52.1 or later.

NVD/CVE Database
03

CVE-2025-3264: A Regular Expression Denial of Service (ReDoS) vulnerability was discovered in the Hugging Face Transformers library, sp

security
Jul 7, 2025

A ReDoS vulnerability (regular expression denial of service, where specially crafted text causes a regex pattern to consume excessive CPU) was found in Hugging Face Transformers library version 4.49.0, specifically in code that filters Python try/except blocks. Attackers could exploit this to crash or slow down systems using the library, potentially disrupting model serving or supply chain processes.

Fix: Update to version 4.51.0, where the vulnerability is fixed.

NVD/CVE Database
04

CVE-2025-3263: A Regular Expression Denial of Service (ReDoS) vulnerability was discovered in the Hugging Face Transformers library, sp

security
Jul 7, 2025

A ReDoS vulnerability (regular expression denial of service, where specially crafted input causes a program to use excessive CPU by making the regex engine work inefficiently) was found in the Hugging Face Transformers library version 4.49.0, specifically in a function that reads configuration files. An attacker could send malicious input to make the application slow down or crash by exhausting its computing resources.

Fix: Update to version 4.51.0, where the issue is resolved.

NVD/CVE Database
05

CVE-2025-3262: A Regular Expression Denial of Service (ReDoS) vulnerability was discovered in the huggingface/transformers repository,

security
Jul 7, 2025

A ReDoS vulnerability (regular expression denial of service, where inefficient pattern matching causes a system to slow down or crash) was found in the Hugging Face Transformers library version 4.49.0. The problem is in a regex pattern called `SETTING_RE` that uses inefficient repetition, causing it to take exponentially longer when processing specially crafted input strings, which can make the application unresponsive or crash.

Fix: Update to version 4.51.0 or later, where the issue is fixed.

NVD/CVE Database
06

CVE-2025-45809: BerriAI litellm v1.65.4 was discovered to contain a SQL injection vulnerability via the /key/block endpoint.

security
Jul 3, 2025

BerriAI litellm version 1.65.4 contains a SQL injection vulnerability (a type of attack where malicious SQL code is inserted into user inputs to manipulate database queries) in the /key/block endpoint. This weakness allows attackers to potentially access or modify database contents through this vulnerable endpoint.

NVD/CVE Database
07

AI Safety Newsletter #58: Senate Removes State AI Regulation Moratorium

policy
Jul 3, 2025

The U.S. Senate voted 99-1 to remove a provision from a Republican bill that would have prevented states from regulating AI if they wanted to receive federal broadband expansion funds. The provision was weakened by Senate rules that limited it to only $500 million in new funding rather than $42.45 billion in total broadband funds, making it less likely states would comply even if it had passed.

CAIS AI Safety Newsletter
08

CVE-2025-34072: A data exfiltration vulnerability exists in Anthropic’s deprecated Slack Model Context Protocol (MCP) Server via automat

security
Jul 2, 2025

A vulnerability exists in Anthropic's deprecated Slack MCP Server (Model Context Protocol Server, a tool that lets AI agents interact with Slack) that allows attackers to steal sensitive data. When an AI agent processes untrusted input, an attacker can trick it into creating messages with malicious links that, when Slack's link preview bots automatically expand them, secretly send private data to the attacker's server without requiring any user action.

NVD/CVE Database
09

CVE-2025-53107: @cyanheads/git-mcp-server is an MCP server designed to interact with Git repositories. Prior to version 2.1.5, there is

security
Jul 1, 2025

The @cyanheads/git-mcp-server (an MCP server, or a tool that lets AI systems interact with Git repositories) has a command injection vulnerability (a flaw where attackers can sneak extra system commands into input) in versions before 2.1.5. Because the server doesn't check user input before running system commands, attackers can execute arbitrary code on the server, or trick an AI client into running unwanted actions through indirect prompt injection (hiding malicious instructions in data the AI reads).

Fix: Update to version 2.1.5, where this issue has been patched.

NVD/CVE Database
10

CyberRisk Alliance and OWASP Join Forces to Advance Application Security and AI Education Across the Cyber Ecosystem

securitypolicy
Jun 30, 2025

CyberRisk Alliance and OWASP (Open Worldwide Application Security Project, a non-profit focused on improving software security) announced a partnership to advance education in application security (protecting software from attacks) and AI security. The collaboration will involve creating shared content, hosting events, and conducting research initiatives together.

OWASP GenAI Security
Prev1...520521522523524...627Next
critical

CVE-2026-67622: Flowise through 3.1.4 contains an insecure direct object reference vulnerability in the OpenAI Assistants integration th

CVE-2026-67622NVD/CVE DatabaseAug 6, 2026
Aug 6, 2026
critical

CVE-2026-67531: FrontMCP is a TypeScript-first framework for the Model Context Protocol (MCP). Prior to 1.5.7, the sandboxed codecall:ex

CVE-2026-67531NVD/CVE DatabaseAug 5, 2026
Aug 5, 2026
critical

CVE-2026-48168: PraisonAI is a multi-agent teams system. In versions prior to 4.6.40, the bundled Claude GitHub Actions workflow is vuln

CVE-2026-48168NVD/CVE DatabaseAug 5, 2026
Aug 5, 2026
critical

Veeam, Terraform MCP, Django Patch Critical Flaws, Led by CVSS 10.0 Cross-Tenant Bug

The Hacker NewsAug 5, 2026
Aug 5, 2026