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 applicationsLearn about Arbitrary Code Injection vulnerabilities in an interactive lesson.
Start learningUpgrade 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 Arbitrary Code Injection via the validation based on the first keyword (e.g., SELECT) and a forbidden-keyword list does not block file-writing constructs such in the MySQLSelectTool. An attacker can write arbitrary files to the database server by injecting SQL statements containing file-writing clauses such as INTO OUTFILE or INTO DUMPFILE. This can potentially lead to remote code execution if the database account has the FILE privilege and the server is configured to allow writes to web-accessible directories.
Note:
This is only exploitable if the deployment exposes an agent using MySQLSelectTool to untrusted input and the database account has overly-permissive privileges or configuration.
This vulnerability can be mitigated by disabling or removing MySQLSelectTool for agents exposed to untrusted input, ensuring the database account does not have the FILE privilege, setting secure_file_priv to a non-web-accessible directory, and adding application-layer query filters to reject dangerous SQL clauses.