Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/silverstripe/graphql@3.1.2
purl pkg:composer/silverstripe/graphql@3.1.2
Next non-vulnerable version 3.8.2
Latest non-vulnerable version 5.1.3
Risk
Vulnerabilities affecting this package (3)
Vulnerability Summary Fixed by
VCID-575k-1t36-wfgb
Aliases:
CVE-2021-28661
GHSA-r7rh-g777-g5gx
SilverStripe GraphQL Server permission checker not inherited by query subclass. Default SilverStripe GraphQL Server (aka silverstripe/graphql) 3.x through 3.4.1 permission checker not inherited by query subclass.
3.5.2
Affected by 1 other vulnerability.
VCID-7s9m-9z9n-77d1
Aliases:
CVE-2020-26136
GHSA-mg2g-8pwj-r2j2
Authentication bypass in SilverStripe GraphQL The GraphQL module accepts basic-auth as an authentication method by default. This can be used to bypass MFA authentication if the silverstripe/mfa module is installed, which is now a commonly installed module. A users password is still required though. Basic-auth has been removed as a default authentication method. If desired, it can be re-enabled by adding it to the authenticators key of a schema, or on SilverStripe\Graphql\Auth\Handler
3.5.0
Affected by 3 other vulnerabilities.
3.6.0-alpha1
Affected by 1 other vulnerability.
4.0.0-alpha2
Affected by 0 other vulnerabilities.
VCID-tuzp-qry1-8yhc
Aliases:
CVE-2023-40180
GHSA-v23w-pppm-jh66
Silverstripe GraphQL has DDOS Vulnerability due to lack of protection against recursive queries ### Impact An attacker could use a recursive graphql query to execute a Distributed Denial of Service attack (DDOS attack) against a website. This mostly affects websites with publicly exposed graphql schemas. If your Silverstripe CMS project does not expose a public facing graphql schema, a user account is required to trigger the DDOS attack. If your site is hosted behind a content delivery network (CDN), such as Imperva or CloudFlare, this may further mitigate the risk. The fix includes some new configuration options which you might want to tweak for your project, based on your own requirements. See the documentation in the references for details. ### Patches Patched in [3.8.2](https://github.com/silverstripe/silverstripe-graphql/releases/tag/3.8.2), [4.1.3](https://github.com/silverstripe/silverstripe-graphql/releases/tag/4.1.3), [4.2.5](https://github.com/silverstripe/silverstripe-graphql/releases/tag/4.2.5), [4.3.4](https://github.com/silverstripe/silverstripe-graphql/releases/tag/4.3.4), [5.0.3](https://github.com/silverstripe/silverstripe-graphql/releases/tag/5.0.3) ### References - [CVE-2023-40180 on silverstripe.org](https://www.silverstripe.org/download/security-releases/CVE-2023-40180) - [Documentation about protection against recursive or complex queries for silverstripe/graphql 4.x/5.x](https://docs.silverstripe.org/en/developer_guides/graphql/security_and_best_practices/recursive_or_complex_queries) - [Documentation about protection against recursive or complex queries for silverstripe/graphql 3.x](https://github.com/silverstripe/silverstripe-graphql/tree/3.8#recursive-or-complex-queries) ### Reported by Jason Nguyen from phew (https://phew.co.nz/)
3.8.2
Affected by 0 other vulnerabilities.
4.0.0-alpha1
Affected by 0 other vulnerabilities.
4.1.3
Affected by 1 other vulnerability.
4.2.5
Affected by 1 other vulnerability.
4.3.0-rc1
Affected by 1 other vulnerability.
4.3.4
Affected by 1 other vulnerability.
5.0.0-alpha1
Affected by 0 other vulnerabilities.
5.0.3
Affected by 1 other vulnerability.
5.1.0-beta1
Affected by 1 other vulnerability.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-4pdu-a3bx-xqba Silverstripe CSRF Protection Bypass via GraphQL In SilverStripe/GraphQL prior to 2.0.5 and 3.1.2, the previous fix for SS-2018-007 does not completely mitigate the risk of CSRF in GraphQL mutations. CVE-2019-12437
GHSA-fx37-56v6-85q6