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 applicationsUpgrade Debian:unstable
golang-github-graph-gophers-graphql-go
to version 1.3.0-1 or higher.
Note: Versions mentioned in the description apply only to the upstream golang-github-graph-gophers-graphql-go
package and not the golang-github-graph-gophers-graphql-go
package as distributed by Debian
.
See How to fix?
for Debian:unstable
relevant fixed versions and status.
graphql-go is a GraphQL server with a focus on ease of use. In versions prior to 1.3.0 there exists a DoS vulnerability that is possible due to a bug in the library that would allow an attacker with specifically designed queries to cause stack overflow panics. Any user with access to the GraphQL handler can send these queries and cause stack overflows. This in turn could potentially compromise the ability of the server to serve data to its users. The issue has been patched in version v1.3.0
. The only known workaround for this issue is to disable the graphql.MaxDepth
option from your schema which is not recommended.