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 Access Control Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade @kottster/server to version 3.3.2 or higher.
@kottster/server is an Instant admin panel for your project
Affected versions of this package are vulnerable to Access Control Bypass via the initApp and installPackagesForDataSource actions. An attacker can gain unauthorized administrative access and execute arbitrary system commands by repeatedly triggering application reinitialization to create a new root account, obtaining a JWT token, and leveraging unescaped command arguments.
Note:
This is only exploitable if the application is running in development mode and accessible to the attacker.
This vulnerability can be mitigated by not exposing development servers to public networks or untrusted users, and by using production mode for any deployment accessible from outside trusted environments.