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 mongoose to version 6.13.9, 7.8.9, 8.22.1, 9.1.6 or higher.
mongoose is a Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') in the sanitizeFilter function. An attacker can gain unauthorized access to sensitive data by injecting malicious query operators inside a $nor clause when user-controlled input is passed directly into query methods.
Note: This is only exploitable if the application explicitly enables the sanitization feature and passes unsanitized user input directly into query methods without additional input validation.
This vulnerability can be mitigated by deleting $nor keys from user input, using an additional schema validation library, or writing middleware to strip out $nor from query filters.