CVE-2025-67510

CRITICAL EPSS 26.7%
Published Dec 10, 20256mo ago · Modified Jun 17, 20262w ago
9.4 CVSS 3.1
Critical
Find Similar
Published Dec 10, 2025 6mo ago
Last Modified Jun 17, 2026 2w ago

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.

CVSS Details

Base Score
9.4
Exploitability
3.9
Impact
5.5
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
26.7% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 2

CWE-250
CWE-284

Affected Products 1

VendorProductVersionRange
neuron-aineuron* <2.8.12

References 3

  • github.com https://github.com/neuron-core/neuron-ai/commit/44bab85d92bf162898ee48d0bcef6ba0d29b59c9
    Patch
  • github.com https://github.com/neuron-core/neuron-ai/releases/tag/2.8.12
    ProductRelease Notes
  • github.com https://github.com/neuron-core/neuron-ai/security/advisories/GHSA-898v-775g-777c
    MitigationVendor Advisory

Remediation

  • github.com https://github.com/neuron-core/neuron-ai/commit/44bab85d92bf162898ee48d0bcef6ba0d29b59c9
    Patch