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 Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade surrealdb to version 3.1.0-beta.1 or higher.
Affected versions of this package are vulnerable to Incorrect Authorization in the evaluation of user-supplied expressions in WHERE, SET, MERGE, CONTENT, and PATCH clauses before permission checks are enforced. An attacker can access unauthorized table data by crafting queries that exploit the order of operations, potentially exfiltrating sensitive information through scripting functions, SurrealQL's THROW statement, or timing-based side channels. This is only exploitable if the attacker is authenticated to the target database; cross-database or cross-namespace access is not possible.
This vulnerability can be mitigated by disabling scripting functions (removing the -A / --allow-scripting flag), limiting query access for untrusted users, and using namespace/database isolation as the primary security boundary.