CVE 9.4 CRITICAL

MySQLWriteTool allows arbitrary/destructive SQL when exposed to untrusted prompts (agent “footgun”)_CVE-2025-67510

9.4 / 10
CRITICAL
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H

Description

Neuron is a PHP framework for creating and orchestrating AI Agents. In versions 2.8.11 and below, the MySQLWriteTool executes arbitrary SQL provided by the caller using PDO::prepare() + execute() without semantic restrictions. This is consistent with the name (“write tool”), but in an LLM/agent context it becomes a high-risk capability: prompt injection or indirect prompt manipulation can cause execution of destructive queries such as DROP TABLE, TRUNCATE, DELETE, ALTER, or privilege-related statements (subject to DB permissions). Deployments that expose an agent with MySQLWriteTool enabled to untrusted input and/or run the tool with a DB user that has broad privileges are impacted. This issue is fixed in version 2.8.12.

AI Analysis

Arbitrary SQL execution vulnerability in MySQLWriteTool due to lack of semantic restrictions, allowing for destructive queries such as DROP TABLE, TRUNCATE, DELETE, ALTER, or privilege-related statements.

Basic Information

ID CVE-2025-67510
Source GitHub_M
Published Dec 10, 2025 at 22:55

Affected Product

Vendor neuron-core
Product neuron-ai
Version < 2.8.12
Affected Versions neuron-core neuron-ai < 2.8.12

CWE Classification

AI Assessment

AI Score 9.4 / 10
AI Severity Critical
Vendor neuron-core
Product neuron-ai
Version 2.8.11 and below

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.