The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade neuron-core/neuron-ai to version 2.8.12 or higher.
neuron-core/neuron-ai is a The PHP Agentic Framework.
Affected versions of this package are vulnerable to Execution with Unnecessary Privileges via the MySQLWriteTool which us PDO::prepare() + execute() without semantic restrictions. An attacker can execute arbitrary and potentially destructive SQL statements by providing crafted input to the agent, which may result in unauthorized data modification or deletion, privilege escalation, or exposure of sensitive information.
Note: This is only exploitable if the agent is exposed to untrusted input or is run with a database user that has broad privileges.
This vulnerability can be mitigated by not enabling MySQLWriteTool for public or untrusted agents, using a dedicated database user with least privilege, adding an application-layer policy to reject high-risk statements, and implementing authorization gating for tool calls.