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 Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerabilities in an interactive lesson.
Start learningUpgrade @adonisjs/lucid to version 21.8.2, 22.0.0-next.6 or higher.
@adonisjs/lucid is a SQL ORM built on top of Active Record pattern
Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes via the merge and fill methods, as well as record creation and update functions. An attacker can manipulate internal ORM state and bypass logic controls by injecting specially crafted keys into the payload passed to model assignment methods. This can result in unauthorized modification of records or logic bypasses by overwriting internal properties such as $isPersisted, $attributes, or $isDeleted.
This vulnerability can be mitigated by strictly validating model inputs with an allow list that drops unknown keys.