
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
Who is impacted: Deployments that expose an agent with MySQLWriteTool enabled to untrusted input and/or run the tool with a DB user that has broad privileges.
Not patched in: 2.8.11
Recommended improvements (even if keeping the tool intentionally powerful):
insertRecord, updateRecord) with allowlisted tables/columns.INSERT/UPDATE on selected tables; forbid DROP/TRUNCATE/ALTER/GRANT).MySQLWriteTool for public/untrusted agents.DROP, no ALTER, no GRANT, no access to sensitive tables unless necessaryDROP, TRUNCATE, ALTER, GRANT, REVOKE, CREATE USER, etc.).Source: NVD
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."