Search for packages
| purl | pkg:composer/silverstripe/framework@4.0.0-alpha1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-7hxq-cp29-r7dh
Aliases: CVE-2019-14272 GHSA-jgw2-f5mx-rg7h |
Cross-site Scripting In SilverStripe asset-admin, there is XSS in file titles managed through the CMS. |
Affected by 10 other vulnerabilities. Affected by 10 other vulnerabilities. Affected by 2 other vulnerabilities. Affected by 3 other vulnerabilities. |
|
VCID-b6nm-cphj-wfgw
Aliases: CVE-2019-12617 GHSA-6r58-4xgr-gm6m |
Improper Privilege Management In SilverStripe, there is access escalation for CMS users with limited access through permission cache pollution. |
Affected by 3 other vulnerabilities. Affected by 2 other vulnerabilities. Affected by 3 other vulnerabilities. |
|
VCID-cmwn-cjff-9qau
Aliases: CVE-2019-12203 GHSA-w7r7-r8r9-vrg2 |
Session Fixation SilverStripe allows session fixation in the "change password" form. |
Affected by 3 other vulnerabilities. Affected by 2 other vulnerabilities. Affected by 3 other vulnerabilities. |
|
VCID-mkex-ht2r-cucz
Aliases: CVE-2019-14273 GHSA-43jj-2rwc-2m3f |
Files or Directories Accessible to External Parties In SilverStripe, there is broken access control on files. |
Affected by 10 other vulnerabilities. Affected by 10 other vulnerabilities. Affected by 2 other vulnerabilities. Affected by 3 other vulnerabilities. |
|
VCID-nute-ndg2-z7ev
Aliases: CVE-2019-12205 GHSA-rfvw-5848-gxc5 |
Cross-site Scripting SilverStripe has Flash Clipboard Reflected XSS. |
Affected by 3 other vulnerabilities. Affected by 2 other vulnerabilities. Affected by 3 other vulnerabilities. |
|
VCID-r1eg-dwej-5kau
Aliases: CVE-2019-12437 GHSA-fx37-56v6-85q6 |
Cross-Site Request Forgery (CSRF) Cross Site Request Forgery (CSRF) Protection Bypass in GraphQL. |
Affected by 3 other vulnerabilities. |
|
VCID-xg74-3h1h-kqaf
Aliases: CVE-2019-12246 GHSA-5fr8-xhqq-4p3q |
Uncontrolled Resource Consumption SilverStripe allows a Denial of Service on flush and development URL tools. |
Affected by 3 other vulnerabilities. Affected by 4 other vulnerabilities. |
|
VCID-y8et-m846-2fc6
Aliases: CVE-2019-12245 GHSA-jvx5-rm6q-gx7p |
Information Exposure SilverStripe 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`. |
Affected by 3 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 3 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-3svb-wudn-aybz | VersionedRequestFilter vulnerability A cross-site scripting vulnerability in `VersionedRequestFilter` has been found. If an incoming user request should not be able to access the requested stage, an error message is created for display on the CMS login page that they are redirected to. In this error message, the URL of the requested page is interpolated into the error message without being escaped; hence, arbitrary HTML can be injected into the CMS login page. |
SS-2016-007
|
| VCID-7ek4-6y31-1qcs | Pre-existing alc_enc cookies log users in if remember me is disabled If remember me is on and users log in with the box checked, if the developer then disabled "remember me" function, any pre-existing cookies will continue to authenticate users. |
SS-2016-014
|
| VCID-at1s-qxsg-5yfs | XSS In OptionsetField and CheckboxSetField List of key / value pairs assigned to `OptionsetField` or `CheckboxSetField` do not have a default casting assigned to them. The effect of this is a potential XSS vulnerability in lists where either key or value contain unescaped HTML. |
SS-2016-015
|
| VCID-c437-w2zy-y7c9 | ChangePasswordForm doesn't check Member::canLogIn() After performing a password reset, `ChangePasswordForm::doChangePassword()` logs in the user without checking `Member::canLogIn()`. This presents an issue for sites that are using the extension point in that method to deny access to users (for example members that have not been “approved”, or members that have had their access revoked temporarily). It looks like `Member::canLogIn()` was originally designed to only be used for checking whether the user is locked out (due to too many incorrect login attempts) but has been opened up to other uses. |
SS-2016-011
|
| VCID-ewg1-jqza-eyez | Member.Name isn't escaped The core template `framework/templates/Includes/GridField_print.ss` uses "Printed by $Member.Name". If the currently logged in members first name or surname contain XSS, this prints the raw HTML out, because `Member->getName()` just returns the raw `FirstName + Surname` as a string, which is injected directly. |
SS-2016-013
|
| VCID-gkkp-9fm7-jfaz | Missing ACL on reports The `SS_Report`, and the reports CMS section only checks `canView()` when listing the reports that can be viewed by the current user. It does not (and should) perform `canView` checks when the report is actually viewed, so if you know the URL to a report and can otherwise access the Reports section of the CMS, you can view any report. |
SS-2016-012
|
| VCID-z28b-1yrx-1bbn | Password encryption salt expiry When a user changes their password, the internal salt used for hashing their password is not updated. |
SS-2016-008
|