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 drizzle-orm to version 1.0.0-beta.20-91f355e, 0.45.2 or higher.
drizzle-orm is a Drizzle ORM package for SQL databases
Affected versions of this package are vulnerable to SQL Injection through the escapeName handling in the PostgreSQL, SQLite, and SingleStore dialects. An attacker can inject arbitrary SQL by supplying a malicious identifier to sql.identifier() or sql.as(), causing generated queries to break out of the quoted name and execute attacker-controlled SQL.
This affects applications that build SELECT, ORDER BY, INSERT, UPDATE, or migration statements from untrusted table, column, or alias names. In the worst case, if the application user has write and execute privileges, this could allow code execution.