← Back

Silverstripe

silverstripe

89 CVEs • 13 products

Products (13)

Click to collapse
Toggle
Silverstripe
silverstripe
Framework
framework
Graphql
graphql
Assets
assets
Registry
registry
Restfulserver
restfulserver
Mimevalidator
mimevalidator
Recipe
recipe
Asset Admin
asset_admin
Subsites
subsites
Admin
admin
Reports
reports

CVEs (89)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Silverstripe
1Framework
Apr 30, 2025
Nov 21, 2022
N/A· v4
5.4 MEDIUM· v3
N/A· v2
Silverstripe silverstripe/framework through 4.11 allows XSS (issue 2 of 3).
1Silverstripe
1Silverstripe
Nov 21, 2024
Jun 29, 2022
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
In SilverStripe Framework through 2022-04-07, Stored XSS can occur in javascript link tags added via XMLHttpRequest (XHR).
1Silverstripe
1Assets
Nov 21, 2024
Jun 28, 2022
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
Silverstripe silverstripe/assets through 1.10 is vulnerable to improper access control that allows protected images to be published by changing an existing image short code on website content.
1Silverstripe
1Framework
Nov 21, 2024
Jun 28, 2022
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
Silverstripe silverstripe/framework through 4.10.0 allows XSS, inside of script tags that can can be added to website content via XHR by an authenticated CMS user if the cwp-core module is not installed on the sanitise_s...Show more
Silverstripe silverstripe/framework through 4.10.0 allows XSS, inside of script tags that can can be added to website content via XHR by an authenticated CMS user if the cwp-core module is not installed on the sanitise_server_side contig is not set to true in project code.Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Jun 28, 2022
N/A· v4
6.5 MEDIUM· v3
6.4 MEDIUM· v2
Silverstripe silverstripe/framework through 4.10 allows Session Fixation.
1Silverstripe
1Silverstripe
Nov 21, 2024
Jun 28, 2022
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
Silverstripe silverstripe/framework 4.8.1 has a quadratic blowup in Convert::xml2array() that enables a remote attack via a crafted XML document.
1Silverstripe
1Silverstripe Omnipay
Nov 21, 2024
Jun 9, 2022
N/A· v4
6.5 MEDIUM· v3
5.8 MEDIUM· v2
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 identi...Show more
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.Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Oct 7, 2021
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
Default SilverStripe GraphQL Server (aka silverstripe/graphql) 3.x through 3.4.1 permission checker not inherited by query subclass.
1Silverstripe
1Silverstripe
Nov 21, 2024
Oct 7, 2021
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
SilverStripe Framework through 4.8.1 allows XSS.
1Silverstripe
1Silverstripe
Nov 21, 2024
Jun 8, 2021
N/A· v4
6.5 MEDIUM· v3
4.0 MEDIUM· v2
In SilverStripe through 4.6.0-rc1, GraphQL doesn't honour MFA (multi-factor authentication) when using basic authentication.
1Silverstripe
1Silverstripe
Nov 21, 2024
Jun 8, 2021
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
In SilverStripe through 4.6.0-rc1, a FormField with square brackets in the field name skips validation.
1Silverstripe
1Silverstripe
Nov 21, 2024
Jun 8, 2021
N/A· v4
4.8 MEDIUM· v3
3.5 LOW· v2
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 utilit...Show more
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]).Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Jul 15, 2020
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
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.
1Silverstripe
2Mimevalidator
Recipe
Nov 21, 2024
Jul 15, 2020
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
Silverstripe CMS through 4.5 can be susceptible to script execution from malicious upload contents under allowed file extensions (for example HTML code in a TXT file). When these files are stored as protected or draft fi...Show more
Silverstripe CMS through 4.5 can be susceptible to script execution from malicious upload contents under allowed file extensions (for example HTML code in a TXT file). When these files are stored as protected or draft files, the MIME detection can cause browsers to execute the file contents. Uploads stored as protected or draft files are allowed by default for authorised users only, but can also be enabled through custom logic as well as modules such as silverstripe/userforms. Sites using the previously optional silverstripe/mimevalidator module can configure MIME whitelists rather than extension whitelists, and hence prevent this issue. Sites on the Common Web Platform (CWP) use this module by default, and are not affected.Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Jul 15, 2020
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
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/graphq...Show more
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 not allow unauthorised changing of records.Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Jul 15, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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 disclos...Show more
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).Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Jul 15, 2020
N/A· v4
5.9 MEDIUM· v3
4.3 MEDIUM· v2
Silverstripe CMS sites through 4.4.4 which have opted into HTTP Cache Headers on responses served by the framework's HTTP layer can be vulnerable to web cache poisoning. Through modifying the X-Original-Url and X-HTTP-Me...Show more
Silverstripe CMS sites through 4.4.4 which have opted into HTTP Cache Headers on responses served by the framework's HTTP layer can be vulnerable to web cache poisoning. Through modifying the X-Original-Url and X-HTTP-Method-Override headers, responses with malicious HTTP headers can return unexpected responses to other consumers of this cached response. Most other headers associated with web cache poisoning are already disabled through request hostname forgery whitelists.Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Apr 15, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In SilverStripe through 4.5, files uploaded via Forms to folders migrated from Silverstripe CMS 3.x may be put to the default "/Uploads" folder instead. This affects installations which allowed upload folder protection v...Show more
In SilverStripe through 4.5, files uploaded via Forms to folders migrated from Silverstripe CMS 3.x may be put to the default "/Uploads" folder instead. This affects installations which allowed upload folder protection via the optional silverstripe/secureassets module under 3.x. This module is installed and enabled by default on the Common Web Platform (CWP). The vulnerability only affects files uploaded after an upgrade to 4.x.Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Feb 19, 2020
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
In SilverStripe through 4.3.3, the previous fix for SS-2018-007 does not completely mitigate the risk of CSRF in GraphQL mutations,
1Silverstripe
1Silverstripe
Nov 21, 2024
Feb 19, 2020
N/A· v4
4.3 MEDIUM· v3
4.3 MEDIUM· v2
SilverStripe through 4.3.3 allows a Denial of Service on flush and development URL tools.