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 Access Control vulnerabilities in an interactive lesson.
Start learningUpgrade sulu/sulu
to version 2.4.17, 2.5.13 or higher.
sulu/sulu is a highly extensible open-source PHP content management system based on the Symfony framework.
Affected versions of this package are vulnerable to Improper Access Control. An attacker can gain unauthorized access to pages by exploiting the misconfiguration in role permissions for webspaces with a security system configured and permission check enabled.
Note:
This is only exploitable if the web space has a security system configured and permission check enabled.
Remove the following lines from vendor/symfony/security-http/HttpUtils.php
:
// Shortcut if request has already been matched before
if ($request->attributes->has('_route')) {
return $path === $request->attributes->get('_route');
}
Or do not install symfony/security-http
versions greater or equal than v5.4.30
or v6.3.6
.