silverstripe CVE Vulnerabilities & Metrics

Focus on silverstripe vulnerabilities and metrics.

Last updated: 08 Mar 2025, 23:25 UTC

About silverstripe Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with silverstripe. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total silverstripe CVEs: 52
Earliest CVE date: 27 Apr 2007, 00:19 UTC
Latest CVE date: 23 Jan 2024, 14:15 UTC

Latest CVE reference: CVE-2023-49783

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 0

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): -100.0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): -100.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical silverstripe CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 4.15

Max CVSS: 10.0

Critical CVEs (≥9): 1

CVSS Range vs. Count

Range Count
0.0-3.9 23
4.0-6.9 53
7.0-8.9 6
9.0-10.0 1

CVSS Distribution Chart

Top 5 Highest CVSS silverstripe CVEs

These are the five CVEs with the highest CVSS scores for silverstripe, sorted by severity first and recency.

All CVEs for silverstripe

CVE-2023-49783 silverstripe vulnerability CVSS: 0 23 Jan 2024, 14:15 UTC

Silverstripe Admin provides a basic management interface for the Silverstripe Framework. In versions on the 1.x branch prior to 1.13.19 and on the 2.x branch prior to 2.1.8, users who don't have edit or delete permissions for records exposed in a `ModelAdmin` can still edit or delete records using the CSV import form, provided they have create permissions. The likelihood of a user having create permissions but not having edit or delete permissions is low, but it is possible. Note that this doesn't affect any `ModelAdmin` which has had the import form disabled via the `showImportForm` public property. Versions 1.13.19 and 2.1.8 contain a patch for the issue. Those who have a custom implementation of `BulkLoader` should update their implementations to respect permissions when the return value of `getCheckPermissions()` is true. Those who use any `BulkLoader` in their own project logic, or maintain a module which uses it, should consider passing `true` to `setCheckPermissions()` if the data is provided by users.

CVE-2023-48714 silverstripe vulnerability CVSS: 0 23 Jan 2024, 14:15 UTC

Silverstripe Framework is the framework that forms the base of the Silverstripe content management system. Prior to versions 4.13.39 and 5.1.11, if a user should not be able to see a record, but that record can be added to a `GridField` using the `GridFieldAddExistingAutocompleter` component, the record's title can be accessed by that user. Versions 4.13.39 and 5.1.11 contain a fix for this issue.

CVE-2023-44401 silverstripe vulnerability CVSS: 0 23 Jan 2024, 14:15 UTC

The Silverstripe CMS GraphQL Server serves Silverstripe data as GraphQL representations. In versions 4.0.0 prior to 4.3.7 and 5.0.0 prior to 5.1.3, `canView` permission checks are bypassed for ORM data in paginated GraphQL query results where the total number of records is greater than the number of records per page. Note that this also affects GraphQL queries which have a limit applied, even if the query isn’t paginated per se. This has been fixed in versions 4.3.7 and 5.1.3 by ensuring no new records are pulled in from the database after performing `canView` permission checks for each page of results. This may result in some pages in the query results having less than the maximum number of records per page even when there are more pages of results. This behavior is consistent with how pagination works in other areas of Silverstripe CMS, such as in `GridField`, and is a result of having to perform permission checks in PHP rather than in the database directly. One may disable these permission checks by disabling the `CanViewPermission` plugin.

CVE-2023-40180 silverstripe vulnerability CVSS: 0 16 Oct 2023, 19:15 UTC

silverstripe-graphql is a package which serves Silverstripe data in GraphQL representations. 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. This issue has been addressed in versions 3.8.2, 4.1.3, 4.2.5, 4.3.4, and 5.0.3. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CVE-2023-22729 silverstripe vulnerability CVSS: 0 26 Apr 2023, 15:15 UTC

Silverstripe Framework is the Model-View-Controller framework that powers the Silverstripe content management system. Prior to version 4.12.15, an attacker can display a link to a third party website on a login screen by convincing a legitimate content author to follow a specially crafted link. Users should upgrade to Silverstripe Framework 4.12.15 or above to address the issue.

CVE-2023-22728 silverstripe vulnerability CVSS: 0 26 Apr 2023, 14:15 UTC

Silverstripe Framework is the Model-View-Controller framework that powers the Silverstripe content management system. Prior to version 4.12.15, the GridField print view incorrectly validates the permission of DataObjects potentially allowing a content author to view records they are not authorised to access. Users should upgrade to Silverstripe Framework 4.12.15 or above to address the issue.

CVE-2023-28104 silverstripe vulnerability CVSS: 0 16 Mar 2023, 16:15 UTC

`silverstripe/graphql` serves Silverstripe data as GraphQL representations. In versions 4.2.2 and 4.1.1, an attacker could use a specially crafted graphql query to execute a denial of service attack against a website which has a publicly exposed graphql endpoint. This mostly affects websites with particularly large/complex graphql schemas. Users should upgrade to `silverstripe/graphql` 4.2.3 or 4.1.2 to remedy the vulnerability.

CVE-2022-42949 silverstripe vulnerability CVSS: 0 21 Dec 2022, 00:15 UTC

Silverstripe silverstripe/subsites through 2.6.0 has Insecure Permissions.

CVE-2022-37421 silverstripe vulnerability CVSS: 0 23 Nov 2022, 03:15 UTC

Silverstripe silverstripe/cms through 4.11.0 allows XSS.

CVE-2022-37430 silverstripe vulnerability CVSS: 0 23 Nov 2022, 02:15 UTC

Silverstripe silverstripe/framework through 4.11 allows XSS vulnerability via href attribute of a link (issue 2 of 2).

CVE-2022-37429 silverstripe vulnerability CVSS: 0 23 Nov 2022, 02:15 UTC

Silverstripe silverstripe/framework through 4.11 allows XSS (issue 1 of 2) via JavaScript payload to the href attribute of a link by splitting a javascript URL with white space characters.

CVE-2022-38724 silverstripe vulnerability CVSS: 0 23 Nov 2022, 00:15 UTC

Silverstripe silverstripe/framework through 4.11.0, silverstripe/assets through 1.11.0, and silverstripe/asset-admin through 1.11.0 allow XSS.

CVE-2022-38462 silverstripe vulnerability CVSS: 0 22 Nov 2022, 13:15 UTC

Silverstripe silverstripe/framework through 4.11 is vulnerable to XSS by carefully crafting a return URL on a /dev/build or /Security/login request.

CVE-2022-38148 silverstripe vulnerability CVSS: 0 21 Nov 2022, 16:15 UTC

Silverstripe silverstripe/framework through 4.11 allows SQL Injection.

CVE-2022-38146 silverstripe vulnerability CVSS: 0 21 Nov 2022, 16:15 UTC

Silverstripe silverstripe/framework through 4.11 allows XSS (issue 2 of 3).

CVE-2022-28803 silverstripe vulnerability CVSS: 3.5 29 Jun 2022, 01:15 UTC

In SilverStripe Framework through 2022-04-07, Stored XSS can occur in javascript link tags added via XMLHttpRequest (XHR).

CVE-2022-29858 silverstripe vulnerability CVSS: 4.0 28 Jun 2022, 22:15 UTC

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.

CVE-2022-25238 silverstripe vulnerability CVSS: 3.5 28 Jun 2022, 22:15 UTC

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.

CVE-2022-24444 silverstripe vulnerability CVSS: 6.4 28 Jun 2022, 22:15 UTC

Silverstripe silverstripe/framework through 4.10 allows Session Fixation.

CVE-2021-41559 silverstripe vulnerability CVSS: 4.3 28 Jun 2022, 22:15 UTC

Silverstripe silverstripe/framework 4.8.1 has a quadratic blowup in Convert::xml2array() that enables a remote attack via a crafted XML document.

CVE-2022-29254 silverstripe vulnerability CVSS: 5.8 09 Jun 2022, 07:15 UTC

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.

CVE-2021-28661 silverstripe vulnerability CVSS: 4.0 07 Oct 2021, 15:15 UTC

Default SilverStripe GraphQL Server (aka silverstripe/graphql) 3.x through 3.4.1 permission checker not inherited by query subclass.

CVE-2021-36150 silverstripe vulnerability CVSS: 4.3 07 Oct 2021, 14:15 UTC

SilverStripe Framework through 4.8.1 allows XSS.

CVE-2020-26136 silverstripe vulnerability CVSS: 4.0 08 Jun 2021, 20:15 UTC

In SilverStripe through 4.6.0-rc1, GraphQL doesn't honour MFA (multi-factor authentication) when using basic authentication.

CVE-2020-26138 silverstripe vulnerability CVSS: 5.0 08 Jun 2021, 18:15 UTC

In SilverStripe through 4.6.0-rc1, a FormField with square brackets in the field name skips validation.

CVE-2020-25817 silverstripe vulnerability CVSS: 3.5 08 Jun 2021, 18:15 UTC

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]).

CVE-2020-9311 silverstripe vulnerability CVSS: 3.5 15 Jul 2020, 21:15 UTC

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.

CVE-2020-9309 silverstripe vulnerability CVSS: 6.8 15 Jul 2020, 21:15 UTC

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.

CVE-2020-6165 silverstripe vulnerability CVSS: 5.0 15 Jul 2020, 21:15 UTC

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.

CVE-2020-6164 silverstripe vulnerability CVSS: 5.0 15 Jul 2020, 21:15 UTC

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).

CVE-2019-19326 silverstripe vulnerability CVSS: 4.3 15 Jul 2020, 19:15 UTC

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.

CVE-2020-9280 silverstripe vulnerability CVSS: 5.0 15 Apr 2020, 21:15 UTC

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.

CVE-2019-12437 silverstripe vulnerability CVSS: 6.8 19 Feb 2020, 17:15 UTC

In SilverStripe through 4.3.3, the previous fix for SS-2018-007 does not completely mitigate the risk of CSRF in GraphQL mutations,

CVE-2019-12246 silverstripe vulnerability CVSS: 4.3 19 Feb 2020, 17:15 UTC

SilverStripe through 4.3.3 allows a Denial of Service on flush and development URL tools.

CVE-2019-19325 silverstripe vulnerability CVSS: 4.3 17 Feb 2020, 20:15 UTC

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.

CVE-2019-16409 silverstripe vulnerability CVSS: 5.0 26 Sep 2019, 16:15 UTC

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.)

CVE-2019-14273 silverstripe vulnerability CVSS: 5.0 26 Sep 2019, 12:15 UTC

In SilverStripe assets 4.0, there is broken access control on files.

CVE-2019-14272 silverstripe vulnerability CVSS: 3.5 26 Sep 2019, 12:15 UTC

In SilverStripe asset-admin 4.0, there is XSS in file titles managed through the CMS.

CVE-2019-12617 silverstripe vulnerability CVSS: 4.0 26 Sep 2019, 12:15 UTC

In SilverStripe through 4.3.3, there is access escalation for CMS users with limited access through permission cache pollution.

CVE-2019-12245 silverstripe vulnerability CVSS: 5.0 25 Sep 2019, 19:15 UTC

SilverStripe through 4.3.3 has incorrect access control for protected files uploaded via Upload::loadIntoFile(). An attacker may be able to guess a filename in silverstripe/assets via the AssetControlExtension.

CVE-2019-12205 silverstripe vulnerability CVSS: 4.3 25 Sep 2019, 19:15 UTC

SilverStripe through 4.3.3 has Flash Clipboard Reflected XSS.

CVE-2019-12204 silverstripe vulnerability CVSS: 7.5 25 Sep 2019, 19:15 UTC

In SilverStripe through 4.3.3, a missing warning about leaving install.php in a public webroot can lead to unauthenticated admin access.

CVE-2019-12203 silverstripe vulnerability CVSS: 3.7 25 Sep 2019, 19:15 UTC

SilverStripe through 4.3.3 allows session fixation in the "change password" form.

CVE-2019-12149 silverstripe vulnerability CVSS: 7.5 11 Jun 2019, 22:29 UTC

SQL injection vulnerability in silverstripe/restfulserver module 1.0.x before 1.0.9, 2.0.x before 2.0.4, and 2.1.x before 2.1.2 and silverstripe/registry module 2.1.x before 2.1.1 and 2.2.x before 2.2.1 allows attackers to execute arbitrary SQL commands.

CVE-2019-5715 silverstripe vulnerability CVSS: 7.5 11 Apr 2019, 19:29 UTC

All versions of SilverStripe 3 prior to 3.6.7 and 3.7.3, and all versions of SilverStripe 4 prior to 4.0.7, 4.1.5, 4.2.4, and 4.3.1 allows Reflected SQL Injection through Form and DataObject.

CVE-2017-18049 silverstripe vulnerability CVSS: 4.3 23 Jan 2018, 06:29 UTC

In the CSV export feature of SilverStripe before 3.5.6, 3.6.x before 3.6.3, and 4.x before 4.0.1, it's possible for the output to contain macros and scripts, which may be executed if imported without sanitization into common software (including Microsoft Excel). For example, the CSV data may contain untrusted user input from the "First Name" field of a user's /myprofile page.

CVE-2017-12849 silverstripe vulnerability CVSS: 5.0 12 Oct 2017, 15:29 UTC

Response discrepancy in the login and password reset forms in SilverStripe CMS before 3.5.5 and 3.6.x before 3.6.1 allows remote attackers to enumerate users via timing attacks.

CVE-2017-14498 silverstripe vulnerability CVSS: 4.3 15 Sep 2017, 18:29 UTC

SilverStripe CMS before 3.6.1 has XSS via an SVG document that is mishandled by (1) the Insert Media option in the content editor or (2) an admin/assets/add pathname, as demonstrated by the admin/pages/edit/EditorToolbar/MediaForm/field/AssetUploadField/upload URI, aka issue SS-2017-017.

CVE-2017-5197 silverstripe vulnerability CVSS: 4.3 06 Mar 2017, 06:59 UTC

There is XSS in SilverStripe CMS before 3.4.4 and 3.5.x before 3.5.2. The attack vector is a page name. An example payload is a crafted JavaScript event handler within a malformed SVG element.

CVE-2015-8606 silverstripe vulnerability CVSS: 4.3 13 Apr 2016, 15:59 UTC

Multiple cross-site scripting (XSS) vulnerabilities in SilverStripe CMS & Framework before 3.1.16 and 3.2.x before 3.2.1 allow remote attackers to inject arbitrary web script or HTML via the (1) Locale or (2) FailedLoginCount parameter to admin/security/EditForm/field/Members/item/new/ItemEditForm.

CVE-2015-5063 silverstripe vulnerability CVSS: 4.3 24 Jun 2015, 14:59 UTC

Multiple cross-site scripting (XSS) vulnerabilities in SilverStripe CMS & Framework 3.1.13 allow remote attackers to inject arbitrary web script or HTML via the (1) admin_username or (2) admin_password parameter to install.php.

CVE-2015-5062 silverstripe vulnerability CVSS: 5.8 24 Jun 2015, 14:59 UTC

Open redirect vulnerability in SilverStripe CMS & Framework 3.1.13 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the returnURL parameter to dev/build.

CVE-2011-4958 silverstripe vulnerability CVSS: 4.3 08 Apr 2014, 14:22 UTC

Cross-site scripting (XSS) vulnerability in the process function in SSViewer.php in SilverStripe before 2.3.13 and 2.4.x before 2.4.6 allows remote attackers to inject arbitrary web script or HTML via the QUERY_STRING to template placeholders, as demonstrated by a request to (1) admin/reports/, (2) admin/comments/, (3) admin/, (4) admin/show/, (5) admin/assets/, and (6) admin/security/.

CVE-2013-6789 silverstripe vulnerability CVSS: 5.0 13 Nov 2013, 00:55 UTC

security/MemberLoginForm.php in SilverStripe 3.0.3 supports credentials in a GET request, which allows remote or local attackers to obtain sensitive information by reading web-server access logs, web-server Referer logs, or the browser history, a similar vulnerability to CVE-2013-2653.

CVE-2013-2653 silverstripe vulnerability CVSS: 5.8 13 Nov 2013, 00:55 UTC

security/MemberLoginForm.php in SilverStripe 3.0.3 supports login using a GET request, which makes it easier for remote attackers to conduct phishing attacks without detection by the victim.

CVE-2012-6458 silverstripe vulnerability CVSS: 4.3 09 Aug 2013, 22:55 UTC

Multiple cross-site scripting (XSS) vulnerabilities in the SilverStripe e-commerce module 3.0 for SilverStripe CMS allow remote attackers to inject arbitrary web script or HTML via the (1) FirstName, (2) Surname, or (3) Email parameter to code/forms/OrderFormAddress.php; or the (4) FirstName or (5) Surname parameter to code/forms/ShopAccountForm.php.

CVE-2012-4968 silverstripe vulnerability CVSS: 4.3 17 Sep 2012, 17:55 UTC

Multiple cross-site scripting (XSS) vulnerabilities in SilverStripe 2.3.x before 2.3.13 and 2.4.x before 2.4.7 allow remote attackers to inject arbitrary web script or HTML via (1) a crafted string to the AbsoluteLinks, (2) BigSummary, (3) ContextSummary, (4) EscapeXML, (5) FirstParagraph, (6) FirstSentence, (7) Initial, (8) LimitCharacters, (9) LimitSentences, (10) LimitWordCount, (11) LimitWordCountXML, (12) Lower, (13) LowerCase, (14) NoHTML, (15) Summary, (16) Upper, (17) UpperCase, or (18) URL method in a template, different vectors than CVE-2012-0976.

CVE-2011-4962 silverstripe vulnerability CVSS: 6.8 17 Sep 2012, 17:55 UTC

code/sitefeatures/PageCommentInterface.php in SilverStripe 2.4.x before 2.4.6 might allow remote attackers to execute arbitrary code via a crafted cookie in a user comment submission, which is not properly handled when it is deserialized.

CVE-2011-4961 silverstripe vulnerability CVSS: 6.0 17 Sep 2012, 17:55 UTC

SilverStripe 2.3.x before 2.3.12 and 2.4.x before 2.4.6 allows remote authenticated users with the EDIT_PERMISSIONS permission to gain administrator privileges via a TreeMultiselectField that includes admin groups when adding a user to the selected groups.

CVE-2011-4960 silverstripe vulnerability CVSS: 7.5 17 Sep 2012, 17:55 UTC

SQL injection vulnerability in the Folder::findOrMake method in SilverStripe 2.3.x before 2.3.12 and 2.4.x before 2.4.6 allows remote attackers to execute arbitrary SQL commands via unspecified vectors.

CVE-2011-4959 silverstripe vulnerability CVSS: 6.8 17 Sep 2012, 17:55 UTC

SQL injection vulnerability in the addslashes method in SilverStripe 2.3.x before 2.3.12 and 2.4.x before 2.4.6, when connected to a MySQL database using far east character encodings, allows remote attackers to execute arbitrary SQL commands via unspecified vectors.

CVE-2010-5079 silverstripe vulnerability CVSS: 5.0 17 Sep 2012, 17:55 UTC

SilverStripe 2.3.x before 2.3.10 and 2.4.x before 2.4.4 uses weak entropy when generating tokens for (1) the CSRF protection mechanism, (2) autologin, (3) "forgot password" functionality, and (4) password salts, which makes it easier for remote attackers to bypass intended access restrictions via unspecified vectors.

CVE-2010-5078 silverstripe vulnerability CVSS: 5.0 17 Sep 2012, 17:55 UTC

SilverStripe 2.3.x before 2.3.10 and 2.4.x before 2.4.4 stores sensitive information under the web root with insufficient access control, which allows remote attackers to obtain version information via a direct request to (1) apphire/silverstripe_version or (2) cms/silverstripe_version.

CVE-2010-4824 silverstripe vulnerability CVSS: 6.8 17 Sep 2012, 17:55 UTC

SQL injection vulnerability in the augmentSQL method in core/model/Translatable.php in SilverStripe 2.3.x before 2.3.10 and 2.4.x before 2.4.4, when the Translatable extension is enabled, allows remote attackers to execute arbitrary SQL commands via the locale parameter.

CVE-2010-4823 silverstripe vulnerability CVSS: 4.3 17 Sep 2012, 17:55 UTC

Cross-site scripting (XSS) vulnerability in the httpError method in sapphire/core/control/RequestHandler.php in SilverStripe 2.3.x before 2.3.10 and 2.4.x before 2.4.4, when custom error handling is not used, allows remote attackers to inject arbitrary web script or HTML via "missing URL actions."

CVE-2010-4822 silverstripe vulnerability CVSS: 4.3 17 Sep 2012, 17:55 UTC

core/model/MySQLDatabase.php in SilverStripe 2.4.x before 2.4.4, when the site is running in "live mode," allows remote attackers to obtain the SQL queries for a page via the showqueries and ajax parameters.

CVE-2010-5188 silverstripe vulnerability CVSS: 5.0 26 Aug 2012, 18:55 UTC

SilverStripe 2.3.x before 2.3.6 allows remote attackers to obtain sensitive information via the (1) debug_memory parameter to core/control/Director.php or (2) debug_profile parameter to main.php.

CVE-2010-5187 silverstripe vulnerability CVSS: 4.3 26 Aug 2012, 18:55 UTC

SilverStripe 2.3.x before 2.3.8 and 2.4.x before 2.4.1, when running on servers with certain configurations, allows remote attackers to obtain sensitive information via a direct request to PHP files in the (1) sapphire, (2) cms, or (3) mysite folders, which reveals the installation path in an error message.

CVE-2010-5095 silverstripe vulnerability CVSS: 4.3 26 Aug 2012, 18:55 UTC

Cross-site scripting (XSS) vulnerability in SilverStripe 2.3.x before 2.3.6 allows remote attackers to inject arbitrary web script or HTML via vectors related to DataObjectSet pagination.

CVE-2010-5094 silverstripe vulnerability CVSS: 5.0 26 Aug 2012, 18:55 UTC

The deleteinstallfiles function in control/ContentController.php in SilverStripe 2.3.x before 2.3.7 does not require ADMIN permissions, which allows remote attackers to delete index.php and "disrupt mod_rewrite-less URL routing."

CVE-2010-5093 silverstripe vulnerability CVSS: 5.0 26 Aug 2012, 18:55 UTC

Member_ProfileForm in security/Member.php in SilverStripe 2.3.x before 2.3.7 allows remote attackers to hijack user accounts by saving data using the email address (ID) of another user.

CVE-2010-5092 silverstripe vulnerability CVSS: 1.9 26 Aug 2012, 18:55 UTC

The Add Member dialog in the Security admin page in SilverStripe 2.4.0 saves user passwords in plaintext, which allows local users to obtain sensitive information by reading a database.

CVE-2010-5091 silverstripe vulnerability CVSS: 6.0 26 Aug 2012, 18:55 UTC

The setName function in filesystem/File.php in SilverStripe 2.3.x before 2.3.8 and 2.4.x before 2.4.1 allows remote authenticated users with CMS author privileges to execute arbitrary PHP code by changing the extension of an uploaded file.

CVE-2010-5090 silverstripe vulnerability CVSS: 4.0 26 Aug 2012, 18:55 UTC

SilverStripe before 2.4.2 allows remote authenticated users to change administrator passwords via vectors related to admin/security.

CVE-2010-5089 silverstripe vulnerability CVSS: 4.3 26 Aug 2012, 18:55 UTC

SilverStripe before 2.4.2 does not properly restrict access to pages in draft mode, which allows remote attackers to obtain sensitive information.

CVE-2010-5088 silverstripe vulnerability CVSS: 6.8 26 Aug 2012, 18:55 UTC

Multiple cross-site request forgery (CSRF) vulnerabilities in SilverStripe 2.3.x before 2.3.9 and 2.4.x before 2.4.3 allow remote attackers to hijack the authentication of administrators via destructive controller actions, a different vulnerability than CVE-2010-5087.

CVE-2010-5087 silverstripe vulnerability CVSS: 5.0 26 Aug 2012, 18:55 UTC

SilverStripe 2.3.x before 2.3.10 and 2.4.x before 2.4.4 allows remote attackers to bypass the cross-site request forgery (CSRF) protection mechanism and hijack the authentication of administrators via vectors related to "form action requests" using a controller.

CVE-2010-5080 silverstripe vulnerability CVSS: 6.8 26 Aug 2012, 18:55 UTC

The Security/changepassword URL action in SilverStripe 2.3.x before 2.3.10 and 2.4.x before 2.4.4 passes a token as a GET parameter while changing a password through email, which allows remote attackers to obtain sensitive data and hijack the session via the HTTP referer logs on a server, aka "HTTP referer leakage."

CVE-2012-0976 silverstripe vulnerability CVSS: 2.1 02 Feb 2012, 17:55 UTC

Cross-site scripting (XSS) vulnerability in admin/EditForm in SilverStripe 2.4.6 allows remote authenticated users with Content Authors privileges to inject arbitrary web script or HTML via the Title parameter. NOTE: some of these details are obtained from third party information.

CVE-2010-1593 silverstripe vulnerability CVSS: 4.3 28 Apr 2010, 23:30 UTC

Multiple cross-site scripting (XSS) vulnerabilities in SilverStripe before 2.3.5 allow remote attackers to inject arbitrary web script or HTML via (1) the CommenterURL parameter to PostCommentForm, and in the Forum module before 0.2.5 in SilverStripe before 2.3.5 allow remote attackers to inject arbitrary web script or HTML via (2) the Search parameter to forums/search (aka the search script).

CVE-2008-6753 silverstripe vulnerability CVSS: 7.5 27 Apr 2009, 18:00 UTC

SQL injection vulnerability in SilverStripe before 2.2.2 allows remote attackers to execute arbitrary SQL commands via unspecified vectors related to AjaxUniqueTextField.

CVE-2009-1433 silverstripe vulnerability CVSS: 7.5 24 Apr 2009, 23:30 UTC

SQL injection vulnerability in File::find (filesystem/File.php) in SilverStripe before 2.3.1 allows remote attackers to execute arbitrary SQL commands via the filename parameter.

CVE-2007-2321 silverstripe vulnerability CVSS: 10.0 27 Apr 2007, 00:19 UTC

Unspecified vulnerability in the search functionality in SilverStripe 2.0.0 has unknown impact and attack vectors.