Show filters
72 Total Results
Displaying 11-20 of 72
Sort by:
Attacker Value
Unknown

CVE-2022-29254

Disclosure Date: June 09, 2022 (last updated October 07, 2023)
silverstripe-omnipay is a SilverStripe integration with Omnipay PHP payments library. For a subset of Omnipay gateways (those that use intermediary states like `isNotification()` or `isRedirect()`), if the payment identifier or success URL is exposed it is possible for payments to be prematurely marked as completed without payment being taken. This is mitigated by the fact that most payment gateways hide this information from users, however some issuing banks offer flawed 3DSecure implementations that may inadvertently expose this data. The following versions have been patched to fix this issue: `2.5.2`, `3.0.2`, `3.1.4`, and `3.2.1`. There are no known workarounds for this vulnerability.
Attacker Value
Unknown

CVE-2021-28661

Disclosure Date: October 07, 2021 (last updated February 23, 2025)
Default SilverStripe GraphQL Server (aka silverstripe/graphql) 3.x through 3.4.1 permission checker not inherited by query subclass.
Attacker Value
Unknown

CVE-2021-36150

Disclosure Date: October 07, 2021 (last updated February 23, 2025)
SilverStripe Framework through 4.8.1 allows XSS.
Attacker Value
Unknown

CVE-2020-26136

Disclosure Date: June 08, 2021 (last updated February 22, 2025)
In SilverStripe through 4.6.0-rc1, GraphQL doesn't honour MFA (multi-factor authentication) when using basic authentication.
Attacker Value
Unknown

CVE-2020-26138

Disclosure Date: June 08, 2021 (last updated February 22, 2025)
In SilverStripe through 4.6.0-rc1, a FormField with square brackets in the field name skips validation.
Attacker Value
Unknown

CVE-2020-25817

Disclosure Date: June 08, 2021 (last updated February 22, 2025)
SilverStripe through 4.6.0-rc1 has an XXE Vulnerability in CSSContentParser. A developer utility meant for parsing HTML within unit tests can be vulnerable to XML External Entity (XXE) attacks. When this developer utility is misused for purposes involving external or user submitted data in custom project code, it can lead to vulnerabilities such as XSS on HTML output rendered through this custom code. This is now mitigated by disabling external entities during parsing. (The correct CVE ID year is 2020 [CVE-2020-25817, not CVE-2021-25817]).
Attacker Value
Unknown

CVE-2021-27938

Disclosure Date: March 16, 2021 (last updated February 22, 2025)
A vulnerability has been identified in the Silverstripe CMS 3 and 4 version of the symbiote/silverstripe-queuedjobs module. A Cross Site Scripting vulnerability allows an attacker to inject an arbitrary payload in the CreateQueuedJobTask dev task via a specially crafted URL.
Attacker Value
Unknown

CVE-2020-6164

Disclosure Date: July 15, 2020 (last updated November 28, 2024)
In SilverStripe through 4.5.0, a specific URL path configured by default through the silverstripe/framework module can be used to disclose the fact that a domain is hosting a Silverstripe application. There is no disclosure of the specific version. The functionality on this URL path is limited to execution in a CLI context, and is not known to present a vulnerability through web-based access. As a side-effect, this preconfigured path also blocks the creation of other resources on this path (e.g. a page).
Attacker Value
Unknown

CVE-2020-6165

Disclosure Date: July 15, 2020 (last updated February 21, 2025)
SilverStripe 4.5.0 allows attackers to read certain records that should not have been placed into a result set. This affects silverstripe/recipe-cms. The automatic permission-checking mechanism in the silverstripe/graphql module does not provide complete protection against lists that are limited (e.g., through pagination), resulting in records that should have failed a permission check being added to the final result set. GraphQL endpoints are configured by default (e.g., for assets), but the admin/graphql endpoint is access protected by default. This limits the vulnerability to all authenticated users, including those with limited permissions (e.g., where viewing records exposed through admin/graphql requires administrator permissions). However, if custom GraphQL endpoints have been configured for a specific implementation (usually under /graphql), this vulnerability could also be exploited through unauthenticated requests. This vulnerability only applies to reading records; it does …
Attacker Value
Unknown

CVE-2020-9311

Disclosure Date: July 15, 2020 (last updated February 21, 2025)
In SilverStripe through 4.5, malicious users with a valid Silverstripe CMS login (usually CMS access) can craft profile information which can lead to XSS for other users through specially crafted login form URLs.