Show filters
96 Total Results
Displaying 41-50 of 96
Sort by:
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.
Attacker Value
Unknown

CVE-2019-19326

Disclosure Date: July 15, 2020 (last updated February 21, 2025)
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.
Attacker Value
Unknown

CVE-2020-9280

Disclosure Date: April 15, 2020 (last updated February 21, 2025)
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.
Attacker Value
Unknown

CVE-2019-12246

Disclosure Date: February 19, 2020 (last updated February 21, 2025)
SilverStripe through 4.3.3 allows a Denial of Service on flush and development URL tools.
Attacker Value
Unknown

CVE-2019-12437

Disclosure Date: February 19, 2020 (last updated February 21, 2025)
In SilverStripe through 4.3.3, the previous fix for SS-2018-007 does not completely mitigate the risk of CSRF in GraphQL mutations,
Attacker Value
Unknown

CVE-2019-19325

Disclosure Date: February 17, 2020 (last updated February 21, 2025)
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.
Attacker Value
Unknown

CVE-2019-16409

Disclosure Date: September 26, 2019 (last updated November 27, 2024)
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.)
Attacker Value
Unknown

CVE-2019-14273

Disclosure Date: September 26, 2019 (last updated November 27, 2024)
In SilverStripe assets 4.0, there is broken access control on files.
Attacker Value
Unknown

CVE-2019-14272

Disclosure Date: September 26, 2019 (last updated November 27, 2024)
In SilverStripe asset-admin 4.0, there is XSS in file titles managed through the CMS.