← Back

Silverstripe

silverstripe

Vendor: Silverstripe • 64 CVEs

CVEs (64)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Silverstripe
1Silverstripe
Apr 25, 2025
Nov 23, 2022
N/A· v4
5.4 MEDIUM· v3
N/A· v2
Silverstripe silverstripe/cms through 4.11.0 allows XSS.
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
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
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
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.
1Silverstripe
1Silverstripe
Nov 21, 2024
Feb 17, 2020
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
SilverStripe through 4.4.x before 4.4.5 and 4.5.x before 4.5.2 allows Reflected XSS on the login form and custom forms. Silverstripe Forms allow malicious HTML or JavaScript to be inserted through non-scalar FormField at...Show more
SilverStripe through 4.4.x before 4.4.5 and 4.5.x before 4.5.2 allows Reflected XSS on the login form and custom forms. Silverstripe Forms allow malicious HTML or JavaScript to be inserted through non-scalar FormField attributes, which allows performing XSS (Cross-Site Scripting) on some forms built with user input (Request data). This can lead to phishing attempts to obtain a user's credentials or other sensitive user input.Show less
2Silverstripe
Symbiote
2Silverstripe
Versionedfiles
Nov 21, 2024
Sep 26, 2019
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
In the Versioned Files module through 2.0.3 for SilverStripe 3.x, unpublished versions of files are publicly exposed to anyone who can guess their URL. This guess could be highly informed by a basic understanding of the...Show more
In the Versioned Files module through 2.0.3 for SilverStripe 3.x, unpublished versions of files are publicly exposed to anyone who can guess their URL. This guess could be highly informed by a basic understanding of the symbiote/silverstripe-versionedfiles source code. (Users who upgrade from SilverStripe 3.x to 4.x and had Versioned Files installed have no further need for this module, because the 4.x release has built-in versioning. However, nothing in the upgrade process automates the destruction of these insecure artefacts, nor alerts the user to the criticality of destruction.)Show less
1Silverstripe
1Silverstripe
Nov 21, 2024
Sep 26, 2019
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
In SilverStripe assets 4.0, there is broken access control on files.
1Silverstripe
1Silverstripe
Nov 21, 2024
Sep 26, 2019
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
In SilverStripe asset-admin 4.0, there is XSS in file titles managed through the CMS.