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 silverstripe/graphql
to version 4.3.7, 5.1.3 or higher.
silverstripe/graphql is a GraphQL server for SilverStripe models and other data.
Affected versions of this package are vulnerable to Improper Access Control via the pagination process in GraphQL queries. An attacker can access ORM data without the required canView
permissions by exploiting the way records are fetched and displayed in paginated query results.
Notes:
This is only exploitable if the total number of ORM records is greater than the number of records per page, or if a limit is applied to the query, even if not explicitly paginated.
This also affects GraphQL queries which have a limit applied, even if the query isn’t paginated per se.
This has been fixed by ensuring no new records are pulled in from the database after performing canView permission checks for each page of results and may result in some pages in your query results having less than the maximum number of records per page even when there are more pages of results.