Skip to main content

Execution with Unnecessary Privileges

CVE-2025-67510

Severity High
Score 9.4/10

Summary

Neuron is a PHP framework for creating and orchestrating AI Agents. In versions through 2.8.11, 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.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • LOW
  • HIGH

CWE-250 - Execution with Unnecessary Privileges

The software performs an operation at a privilege level that is higher than the minimum level required, which creates new weaknesses or amplifies the consequences of other weaknesses.

Advisory Timeline

  • Published