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 Improper Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade almirhodzic/nova-toggle-5 to version 1.3.0 or higher.
Affected versions of this package are vulnerable to Improper Authorization via the toggle endpoint. An attacker can modify boolean fields on any resource by sending requests to the endpoint with arbitrary attribute parameters, even if they do not have access to the Nova admin area, as long as they are authenticated on the configured guard. This is only exploitable if the application uses a shared authentication guard between frontend users and the Nova admin area.
This vulnerability can be mitigated by restricting access to the /nova-vendor/nova-toggle/toggle/* routes via an additional middleware that enforces the viewNova gate.