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 drupal/core
to version 8.7.5 or higher.
drupal/core is an an open source content management platform powering millions of websites and applications.
Affected versions of this package are vulnerable to Improper Access Control. The Workspaces
module has to be enabled to be able to attempt to bypass access control.
In modules/workspaces/src/EntityAccess.php
, roles are incorrectly assigned as a the $access_bypass
entity has full read, write permissions on the workspace/node as it's assigned as an owner of the workspace.
In the fix, the $access_bypass
entity's role was changed, so the permissions were changed to stop the entity from being a workplace owner, so it no longer has write/create permissions on the workplace/node.