Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2025-67509

Neuron MySQLSelectTool “read-only” bypass via `SELECT ... INTO OUTFILE` (file write → potential RCE)
Back to all
CVE

CVE-2025-67509

Neuron MySQLSelectTool “read-only” bypass via `SELECT ... INTO OUTFILE` (file write → potential RCE)

Impact

MySQLSelectTool is intended to be a read-only SQL tool (e.g., for LLM agent querying). However, validation based on the first keyword (e.g., SELECT) and a forbidden-keyword list does not block file-writing constructs such as INTO OUTFILE / INTO DUMPFILE.  

As a result, an attacker who can influence the tool input (e.g., prompt injection through a public agent endpoint) may be able to write arbitrary content to files on the DB server.

If the MySQL/MariaDB account has the FILE privilege and server configuration permits writes to a useful location (e.g., a web-accessible directory), the impact can escalate to remote code execution on the application host (for example, by writing a PHP web shell).

Who is impacted: Deployments that expose an agent using MySQLSelectTool to untrusted input and run with overly-permissive DB privileges/configuration.

Patches

Not patched in: 2.8.11  

Fixed in: 2.8.12

Recommended fix direction:

  • Explicitly reject queries containing: INTOOUTFILEDUMPFILELOAD_FILE, and other file/IO-related functions/clauses.
  • Prefer AST-based validation (SQL parser) over keyword checks.
  • Constrain allowed tables/columns and disallow multi-statements.

Workarounds

If you cannot upgrade immediately:

  • Remove/disable MySQLSelectTool for any agent reachable from untrusted input.
  • Ensure DB account used by the tool does not have FILE privilege.
  • Ensure securefilepriv is set to a directory that is not web-accessible (or restrict it tightly).
  • Add a defensive query filter at the application layer rejecting INTO OUTFILEINTO DUMPFILELOAD_FILE; (multi-statements), and suspicious comment patterns.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
8.2
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
C
H
U
-

Related Resources

No items found.

References

https://github.com/neuron-core/neuron-ai/security/advisories/GHSA-j8g6-5gqc-mq36, https://nvd.nist.gov/vuln/detail/CVE-2025-67509, https://github.com/neuron-core/neuron-ai/commit/72735d0ea133266cf2f5d5d195d41e9dd865289a, https://github.com/neuron-core/neuron-ai, https://github.com/neuron-core/neuron-ai/releases/tag/2.8.12

Severity

8.2

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
8.2
EPSS Probability
0.00055%
EPSS Percentile
0.17415%
Introduced Version
0
Fix Available
2.8.12

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading