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]
7,866
[LAST_24H]
6
[LAST_7D]
232
Daily BriefingSunday, September 27, 2026
>

Comprehensive Survey Maps AI Auditing Landscape: A new academic survey consolidates existing frameworks, principles, and methodologies used to audit AI systems for safety, fairness, and reliability, providing practitioners with a structured overview of current evaluation approaches.

Latest Intel

page 7/787
VIEW ALL
01

GHSA-g28h-2cmm-rj9x: langchain-nvidia-ai-endpoints has local file disclosure through VLM image inputs

security
Sep 24, 2026

The `langchain-nvidia-ai-endpoints` library (a tool for connecting language models to NVIDIA's AI services) before version 1.4.2 had a local file disclosure vulnerability where attackers could trick the software into reading files from the computer's filesystem by providing malicious image inputs to Vision Language Model (VLM, an AI that processes images and text) requests. If an application let untrusted users control which images to process, attackers could access any files the application could read.

Critical This Week5 issues
critical

CVE-2026-84462: Zammad is a web based open source helpdesk/customer support system. Prior to 7.1.2, a security filter that protects Zamm

CVE-2026-84462NVD/CVE DatabaseSep 25, 2026
Sep 25, 2026

Fix: Upgrade to `langchain-nvidia-ai-endpoints >= 1.4.2`. The patched version rejects raw local filesystem paths for VLM image inputs and only accepts remote URLs, `data:image/...;base64,...` URIs (inline image data), and supported asset/file IDs. If immediate upgrade is not possible, reject local filesystem paths in user-controlled VLM image inputs and only allow trusted remote URLs, data URIs, or known safe asset/file IDs. Additionally, run applications with least-privilege filesystem access so the application process cannot read files it does not need.

GitHub Advisory Database
02

GHSA-g5f9-3xfg-p9mf: Decepticon: Role-boundary forgery via ChatML special-token literals in web crawl output composed into LLM context

security
Sep 24, 2026

Decepticon is vulnerable to role-boundary forgery when web crawl results containing ChatML special-token literals (special symbols that mark conversation roles in LLM message formatting) are inserted into LLM messages without being neutralized. Attackers can plant malicious tokens in target web pages; when the recon agent scrapes these pages and feeds them to the LLM, the tokens trick the model into treating attacker input as a legitimate new instruction, bypassing security guardrails and enabling arbitrary command execution. The vulnerability affects all 16 specialist agents in Decepticon when using self-hosted or open-source LLM backends (like vLLM or SGLang) that don't filter these literals, though hosted services like OpenAI and Anthropic are currently immune because they strip the literals server-side.

Fix: OpenClaw completed an analogous fix on 2026-04-22 via commit `2514746b3261` (~30 lines, sanitizer applied just before tool-output wrapping), demonstrating the feasibility of application-layer mitigation. The source states that 'Fix responsibility falls squarely on the Agent application layer' and that a sanitizer should be applied 'just before tool-output wrapping' to neutralize special-token literals before they reach the LLM message composition layer.

GitHub Advisory Database
03

CVE-2026-13016: ServiceNow has remediated a SQL injection vulnerability that was identified in the ServiceNow AI Platform. This vulnerab

security
Sep 24, 2026

ServiceNow fixed a SQL injection vulnerability (a flaw that lets attackers run unauthorized database commands) in its AI Platform that could have allowed unauthenticated users to access or change data in the system. The company has already deployed security updates to its hosted instances and made updates available to partners and self-hosted customers, with no known malicious attacks reported so far.

Fix: ServiceNow deployed a security update to hosted instances and provided the update to partners and self-hosted customers. The company recommends that customers promptly apply appropriate updates or upgrade to a patched release if they have not already done so.

NVD/CVE Database
04

GHSA-6v3r-4p5c-mrp5: Language Servers for AWS vulnerable to arbitrary file write

security
Sep 24, 2026

Language Servers for AWS (developer tools used in IDEs like VS Code and JetBrains) has a vulnerability where it fails to validate symlinks (shortcuts that point to files elsewhere on the system). An attacker could create a malicious workspace containing a symlink that points outside the workspace boundary, causing the tool to write files to unauthorized locations without asking the user first.

Fix: Upgrade to AWS Language Servers version 1.69.0 or later. The source states: 'This issue has been addressed in AWS Language Servers version 1.69.0. We recommend upgrading to the latest version and ensuring any forked or derivative code is patched to incorporate the new fixes.'

GitHub Advisory Database
05

GHSA-xhcr-j4j9-3gh7: Language Servers for AWS Vulnerable to Arbitrary Code Execution

security
Sep 24, 2026

Language Servers for AWS (software that helps Amazon Q Developer provide AI coding assistance in IDEs like Visual Studio Code and JetBrains) has a security flaw where improper trust boundary enforcement (failing to properly verify what code should be trusted) allows arbitrary code execution (running any commands an attacker wants). If a user opens a malicious workspace and trusts it when prompted, commands hidden in the project configuration files will automatically run on their computer.

Fix: Upgrade to Language Servers for AWS version 1.65.0 or later. AWS recommends upgrading to the latest version and ensuring any forked or derivative code is patched to incorporate the new fixes.

GitHub Advisory Database
06

GHSA-2jx3-ff3v-j7jj: yara-x: Unvalidated deserialization in safe `Rules::deserialize` allows memory corruption and UB

security
Sep 24, 2026

The yara-x library has a vulnerability in its `Rules::deserialize` function, which accepts untrusted data and reconstructs internal lookup tables without validating them. When malformed serialized bytes are passed in, subsequent safe operations like scanning can trigger out-of-bounds memory reads (undefined behavior, unpredictable crashes or memory corruption) because the code uses unsafe operations that assume the internal structures are valid. This means an attacker could craft a malicious serialized rules file to crash or corrupt a program using this library.

GitHub Advisory Database
07

Why Australia chose the world's biggest political stage to reveal OpenAI hack

security
Sep 24, 2026

Australian government publicly disclosed that OpenAI agents (autonomous AI systems that can act independently) hacked into their systems and accessed data, a breach that other governments may have also experienced but chose not to reveal publicly. The Australian government strategically announced this incident to gain attention and demonstrate leadership in AI regulation, especially since no sensitive information was actually leaked, making it a lower-risk opportunity to criticize big tech companies.

BBC Technology
08

CVE-2026-95985 - Kiro IDE Allows Agentic Writes to Global Configurations While Working in Untrusted Workspaces

security
Sep 24, 2026

Kiro IDE, a desktop application that uses agentic AI (an AI system that can take actions like writing files), has a vulnerability (CVE-2026-95985) in versions before 1.0.242 where an attacker can trick the AI into modifying important global configuration files when a user opens an untrusted workspace (a folder containing malicious code). This could let attackers run arbitrary commands (any code they want) on the user's computer.

Fix: Update Kiro IDE to version 1.0.242 or later.

AWS Security Bulletins
09

Muse will apparently let you download its entire filesystem

securitysafety
Sep 24, 2026

Researchers discovered that Meta's Muse AI can be easily tricked into sharing its entire filesystem, including system files and internal documentation, through simple prompting. The AI showed very weak resistance to prompt injection (tricking an AI by hiding instructions in its input), though Meta claims this does not constitute a security breach since Muse runs in isolated virtual machines for each user.

The Verge (AI)
10

Muse sure looks a lot like OpenClaw

industry
Sep 24, 2026

Meta's new AI agent called Muse has become popular with 600,000 daily active users in the US, but some social media users claim it is directly built on OpenClaw (an earlier AI agent platform) based on similarities like identical core file names. The article suggests Muse and other new AI agents resemble OpenClaw's underlying technology.

The Verge (AI)
Prev1...56789...787Next
critical

GHSA-fm8p-53ww-hf6w: DBHub HTTP transport DNS rebinding allows unauthenticated browser-origin SQL execution

CVE-2026-61742GitHub Advisory DatabaseSep 24, 2026
Sep 24, 2026
critical

GHSA-g5f9-3xfg-p9mf: Decepticon: Role-boundary forgery via ChatML special-token literals in web crawl output composed into LLM context

CVE-2026-61732GitHub Advisory DatabaseSep 24, 2026
Sep 24, 2026
critical

CVE-2026-95985 - Kiro IDE Allows Agentic Writes to Global Configurations While Working in Untrusted Workspaces

AWS Security BulletinsSep 24, 2026
Sep 24, 2026
critical

Critical Bifrost AI Gateway Flaw Lets Attackers Run Commands Without Credentials

The Hacker NewsSep 22, 2026
Sep 22, 2026