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 Use of Hard-coded Credentials vulnerabilities in an interactive lesson.
Start learningUpgrade 9router to version 0.4.45 or higher.
9router is a 9Router CLI - Start and manage 9Router server
Affected versions of this package are vulnerable to Use of Hard-coded Credentials in the SECRET assignment process. An attacker can gain unauthorized access to the dashboard and API by forging a valid auth_token cookie using the publicly known default secret. This allows the attacker to read and modify sensitive data, including API keys and authentication tokens, and perform administrative actions such as changing passwords or shutting down the service. This is only exploitable if the JWT_SECRET environment variable is not set on the server.
This vulnerability can be mitigated by setting a unique JWT_SECRET environment variable on the server.