---
id: CVE-2025-67510
title: Neuron is a PHP framework for creating and orchestrating AI Agents
summary: >-
  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 co…
severity: critical
cvss: 9.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H'
cwe:
  - CWE-250
  - CWE-284
vendor: neuron-ai
product: neuron
affected:
  - neuron < 2.8.12
patched:
  - neuron 2.8.12
published: '2025-12-10'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T23:10:00.463'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2025-67510'
references:
  - url: >-
      https://github.com/neuron-core/neuron-ai/commit/44bab85d92bf162898ee48d0bcef6ba0d29b59c9
    label: security-advisories@github.com
  - url: 'https://github.com/neuron-core/neuron-ai/releases/tag/2.8.12'
    label: security-advisories@github.com
  - url: >-
      https://github.com/neuron-core/neuron-ai/security/advisories/GHSA-898v-775g-777c
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00408
epssPercentile: 0.32374
ingestedAt: '2026-09-25T23:21:16.944Z'
---

## Overview

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.

## Affected

- `neuron < 2.8.12`

## Remediation

Upgrade past the affected range:

- `neuron 2.8.12`
