Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/silverstripe/framework@3.3.0-beta1
purl pkg:composer/silverstripe/framework@3.3.0-beta1
Next non-vulnerable version 4.3.5
Latest non-vulnerable version 5.2.16
Risk 3.1
Vulnerabilities affecting this package (34)
Vulnerability Summary Fixed by
VCID-1yc7-8qd2-zfhm
Aliases:
GHSA-87pf-7x99-5xc4
Silverstripe Hostname, IP and Protocol Spoofing through HTTP Headers
3.3.0
Affected by 29 other vulnerabilities.
VCID-333j-w32t-ufhn
Aliases:
SS-2016-003-1
SS-2016-003: Hostname, IP and Protocol Spoofing through HTTP Headers
3.3.0
Affected by 29 other vulnerabilities.
4.12.0-rc1
Affected by 0 other vulnerabilities.
VCID-3497-71mw-yqh8
Aliases:
CVE-2019-5715
GHSA-wvfw-w3x6-g526
SilverStripe allowss Reflected SQL Injection through Form and `DataObject`.
3.6.7
Affected by 8 other vulnerabilities.
3.7.3
Affected by 8 other vulnerabilities.
4.0.7
Affected by 7 other vulnerabilities.
4.1.5
Affected by 8 other vulnerabilities.
4.2.4
Affected by 8 other vulnerabilities.
4.3.1
Affected by 8 other vulnerabilities.
VCID-4mg2-rjsn-qyfx
Aliases:
CVE-2019-12203
GHSA-w7r7-r8r9-vrg2
3.6.8
Affected by 8 other vulnerabilities.
3.7.4
Affected by 8 other vulnerabilities.
4.3.4
Affected by 1 other vulnerability.
4.3.5
Affected by 0 other vulnerabilities.
4.4.4
Affected by 1 other vulnerability.
VCID-6e1y-7jj8-a7cw
Aliases:
SS-2016-004
XSS in CMS Edit Page Due to a lack of parameter sanitisation a carefully crafted URL could be used to inject arbitrary HTML into the CMS Edit page. An attacker could create a URL and share it with a site administrator to perform an attack.
3.3.2-rc1
Affected by 29 other vulnerabilities.
3.3.2
Affected by 24 other vulnerabilities.
VCID-7kmy-8ht6-8fcw
Aliases:
CVE-2019-12245
GHSA-jvx5-rm6q-gx7p
3.6.8
Affected by 8 other vulnerabilities.
3.7.4
Affected by 8 other vulnerabilities.
4.3.4
Affected by 1 other vulnerability.
4.3.6
Affected by 0 other vulnerabilities.
4.4.4
Affected by 1 other vulnerability.
VCID-7me4-ggep-sbhj
Aliases:
SS-2016-006
Missing CSRF protection in login form `LoginForm` calls `disableSecurityToken()`, which causes a "shared host domain" vulnerability.
3.3.2-rc1
Affected by 29 other vulnerabilities.
3.3.2
Affected by 24 other vulnerabilities.
VCID-7uum-b28k-nqbm
Aliases:
SS-2016-016
XSS In CMSSecurity BackURL In follow up to SS-2016-001 there is yet a minor unresolved fix to incorrectly encoded URL.
3.3.4
Affected by 14 other vulnerabilities.
3.4.2
Affected by 14 other vulnerabilities.
VCID-7wzc-kyxs-wbc2
Aliases:
SS-2016-011
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.
3.3.3
Affected by 16 other vulnerabilities.
3.4.10-stable
Affected by 0 other vulnerabilities.
4.0.0-alpha1
Affected by 8 other vulnerabilities.
VCID-8py4-rxgp-uqdh
Aliases:
SS-2016-007
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.
3.3.3
Affected by 16 other vulnerabilities.
3.4.1
Affected by 16 other vulnerabilities.
4.0.0-alpha1
Affected by 8 other vulnerabilities.
VCID-91wy-94bg-bfc3
Aliases:
SS-2017-001
XSS In page name SilverStripe is vulnerable to XSS via the page name. For instance, page name `"><svg/onload=alert(/xss/)>` will trigger an XSS alert.
3.4.4-rc1
Affected by 12 other vulnerabilities.
3.5.2-rc1
Affected by 12 other vulnerabilities.
VCID-9qx2-tr6c-sbby
Aliases:
GHSA-2hpc-mf4q-j885
Silverstripe CSRF vulnerability in GridFieldAddExistingAutocompleter
3.3.0
Affected by 29 other vulnerabilities.
VCID-9vwe-uejx-c3c5
Aliases:
CVE-2019-12246
GHSA-5fr8-xhqq-4p3q
4.3.4
Affected by 1 other vulnerability.
4.4.0
Affected by 6 other vulnerabilities.
VCID-a95a-ygek-hfby
Aliases:
SS-2016-012
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.
3.3.3
Affected by 16 other vulnerabilities.
3.4.1
Affected by 16 other vulnerabilities.
4.0.0-alpha1
Affected by 8 other vulnerabilities.
VCID-bexp-ws1g-1fdu
Aliases:
SS-2016-008
Password encryption salt expiry When a user changes their password, the internal salt used for hashing their password is not updated.
3.3.3
Affected by 16 other vulnerabilities.
3.4.1
Affected by 16 other vulnerabilities.
4.0.0-alpha1
Affected by 8 other vulnerabilities.
VCID-d9he-ahd2-xkde
Aliases:
SS-2016-013
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.
3.3.3
Affected by 16 other vulnerabilities.
3.4.1
Affected by 16 other vulnerabilities.
4.0.0-alpha1
Affected by 8 other vulnerabilities.
VCID-eu6p-szkb-m7b1
Aliases:
CVE-2017-5197
GHSA-xmjh-wjc5-wg4h
Cross-site Scripting There is an XSS in SilverStripe CMS.
3.4.4-rc1
Affected by 12 other vulnerabilities.
3.4.4
Affected by 12 other vulnerabilities.
3.5.2-rc1
Affected by 12 other vulnerabilities.
3.5.2
Affected by 12 other vulnerabilities.
VCID-k1aa-deyg-2kdg
Aliases:
CVE-2019-14272
GHSA-jgw2-f5mx-rg7h
4.0.1-rc1
Affected by 8 other vulnerabilities.
4.3.5
Affected by 0 other vulnerabilities.
4.4.4
Affected by 1 other vulnerability.
VCID-k6ed-y2ud-wffu
Aliases:
CVE-2019-14273
GHSA-43jj-2rwc-2m3f
4.0.1-rc1
Affected by 8 other vulnerabilities.
4.3.5
Affected by 0 other vulnerabilities.
4.4.4
Affected by 1 other vulnerability.
VCID-km94-727n-nfa6
Aliases:
SS-2015-029
CSRF vulnerability in savetreenodes `savetreenode` action does not have sufficient CSRF protection, meaning that in some cases users with CMS access can be tricked into posting unspecified data into the CMS from external websites.
3.3.2-rc1
Affected by 29 other vulnerabilities.
3.3.2
Affected by 24 other vulnerabilities.
VCID-ku6h-zhz1-8ydr
Aliases:
SS-2016-005
Brute force bypass on default admin Default Administrator accounts were not subject to the same brute force protection afforded to other Member accounts. Failed login counts were not logged for default admins resulting in unlimited attempts on the default admin username and password.
3.3.2-rc1
Affected by 29 other vulnerabilities.
3.3.2
Affected by 24 other vulnerabilities.
VCID-m2bw-tabk-qyd8
Aliases:
CVE-2019-12617
GHSA-6r58-4xgr-gm6m
4.3.4
Affected by 1 other vulnerability.
4.3.5
Affected by 0 other vulnerabilities.
4.4.4
Affected by 1 other vulnerability.
VCID-pq7w-n99a-q7cj
Aliases:
CVE-2017-18049
GHSA-2jvj-mhf2-g99w
Injection Vulnerability In the CSV export feature of SilverStripe, it is possible for the output to contain macros and scripts, which may be executed if imported without sanitization into common software.
3.5.6-rc1
Affected by 9 other vulnerabilities.
3.5.6
Affected by 9 other vulnerabilities.
3.6.3-rc2
Affected by 9 other vulnerabilities.
3.6.3
Affected by 9 other vulnerabilities.
4.0.1-rc1
Affected by 8 other vulnerabilities.
4.0.1
Affected by 8 other vulnerabilities.
VCID-rat4-3wbz-33fu
Aliases:
GHSA-x5w2-wcr8-9q45
Silverstripe Missing security check on dev/build/defaults
3.3.0
Affected by 29 other vulnerabilities.
VCID-u7hh-49t3-13df
Aliases:
SS-2016-014
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.
3.3.3
Affected by 16 other vulnerabilities.
3.4.1
Affected by 16 other vulnerabilities.
4.0.0-alpha1
Affected by 8 other vulnerabilities.
VCID-ud6e-smr7-vffw
Aliases:
SS-2016-001
XSS in CMSController BackURL A XSS risk exists in the returnURL parameter passed to CMSSecurity/success. An unvalidated url could cause the user to redirect to an unverified third party url outside of the site.
3.3.2-rc1
Affected by 29 other vulnerabilities.
3.3.2
Affected by 24 other vulnerabilities.
VCID-upvz-qc95-nua2
Aliases:
SS-2016-010
ReadOnly transformation for formfields exploitable Form fields returning `isReadonly()` as true are vulnerable to reflected XSS injections. This includes `ReadonlyField`, `LookupField`, `HTMLReadonlyField`, as well as special purpose fields like `TimeField_Readonly`. Values submitted to through these form fields are not filtered out from the form session data, and might be shown to the user depending on the form behaviour. For example, form validation errors cause the form to re-render with previously submitted values by default. SilverStripe forms automatically load values from request data (GET and POST), which enables malicious use of URLs if your form uses these fields and does not overwrite data on form construction. Readonly and disabled form fields are already filtered out in `saveInto()`, so maliciously submitted data on these fields does not make it into the database unless you are accessing form values directly in your saving logic.
3.3.4
Affected by 14 other vulnerabilities.
3.4.2
Affected by 14 other vulnerabilities.
VCID-uww2-1x5r-ufc6
Aliases:
SS-2016-015
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.
3.3.3
Affected by 16 other vulnerabilities.
3.4.1
Affected by 16 other vulnerabilities.
4.0.0-alpha1
Affected by 8 other vulnerabilities.
VCID-vrv4-sy3z-jfe2
Aliases:
CVE-2017-14498
GHSA-j696-6m57-mcrv
Cross-site Scripting SilverStripe CMS has an 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.
3.6.1-alpha2
Affected by 10 other vulnerabilities.
3.6.1
Affected by 10 other vulnerabilities.
VCID-wnrg-ruds-wqb4
Aliases:
SS-2015-028-1
Improper Authentication 'Missing security check on `dev/build/defaults`.
3.3.0
Affected by 29 other vulnerabilities.
4.12.0-rc1
Affected by 0 other vulnerabilities.
VCID-x6g5-a61e-3khu
Aliases:
CVE-2019-12205
GHSA-rfvw-5848-gxc5
4.3.4
Affected by 1 other vulnerability.
4.3.5
Affected by 0 other vulnerabilities.
4.4.4
Affected by 1 other vulnerability.
VCID-xazf-vmz5-r3dj
Aliases:
CVE-2017-12849
GHSA-fwhr-g5r4-xgxf
Information Exposure Response discrepancy in the login and password reset forms in SilverStripe CMS allows remote attackers to enumerate users via timing attack.
3.5.5-beta1
Affected by 10 other vulnerabilities.
3.5.5
Affected by 10 other vulnerabilities.
3.6.1-alpha2
Affected by 10 other vulnerabilities.
3.6.1
Affected by 10 other vulnerabilities.
VCID-yxg1-dz91-ckgs
Aliases:
CVE-2019-12437
GHSA-fx37-56v6-85q6
Cross-Site Request Forgery (CSRF) Cross Site Request Forgery (CSRF) Protection Bypass in GraphQL.
4.3.4
Affected by 1 other vulnerability.
VCID-zfrs-mqe3-4be8
Aliases:
SS-2016-002-1
Cross-Site Request Forgery (CSRF) CSRF vulnerability in `GridFieldAddExistingAutocompleter`.
3.3.0
Affected by 29 other vulnerabilities.
4.12.0-rc1
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-05-31T10:02:54.648548+00:00 GitLab Importer Affected by VCID-yxg1-dz91-ckgs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-12437.yml 38.6.0
2026-05-31T10:02:52.695033+00:00 GitLab Importer Affected by VCID-9vwe-uejx-c3c5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-12246.yml 38.6.0
2026-05-31T09:59:33.546994+00:00 GitLab Importer Affected by VCID-k1aa-deyg-2kdg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-14272.yml 38.6.0
2026-05-31T09:59:32.473795+00:00 GitLab Importer Affected by VCID-k6ed-y2ud-wffu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-14273.yml 38.6.0
2026-05-31T09:59:31.663112+00:00 GitLab Importer Affected by VCID-m2bw-tabk-qyd8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-12617.yml 38.6.0
2026-05-31T09:59:30.612707+00:00 GitLab Importer Affected by VCID-7kmy-8ht6-8fcw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-12245.yml 38.6.0
2026-05-31T09:59:28.953222+00:00 GitLab Importer Affected by VCID-x6g5-a61e-3khu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-12205.yml 38.6.0
2026-05-31T09:59:27.892772+00:00 GitLab Importer Affected by VCID-4mg2-rjsn-qyfx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-12203.yml 38.6.0
2026-05-31T09:55:38.676422+00:00 GitLab Importer Affected by VCID-3497-71mw-yqh8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2019-5715.yml 38.6.0
2026-05-31T09:42:56.541286+00:00 GitLab Importer Affected by VCID-pq7w-n99a-q7cj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2017-18049.yml 38.6.0
2026-05-31T09:40:59.458963+00:00 GitLab Importer Affected by VCID-xazf-vmz5-r3dj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2017-12849.yml 38.6.0
2026-05-31T09:39:52.741740+00:00 GitLab Importer Affected by VCID-vrv4-sy3z-jfe2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2017-14498.yml 38.6.0
2026-05-31T09:37:57.771325+00:00 GitLab Importer Affected by VCID-eu6p-szkb-m7b1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/CVE-2017-5197.yml 38.6.0
2026-05-31T09:37:48.499423+00:00 GitLab Importer Affected by VCID-91wy-94bg-bfc3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2017-001.yml 38.6.0
2026-05-31T09:36:29.418491+00:00 GitLab Importer Affected by VCID-upvz-qc95-nua2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-010.yml 38.6.0
2026-05-31T09:36:29.018871+00:00 GitLab Importer Affected by VCID-7uum-b28k-nqbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-016.yml 38.6.0
2026-05-31T09:36:04.686478+00:00 GitLab Importer Affected by VCID-d9he-ahd2-xkde https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-013.yml 38.6.0
2026-05-31T09:36:04.361170+00:00 GitLab Importer Affected by VCID-uww2-1x5r-ufc6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-015.yml 38.6.0
2026-05-31T09:36:03.609054+00:00 GitLab Importer Affected by VCID-bexp-ws1g-1fdu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-008.yml 38.6.0
2026-05-31T09:36:03.272483+00:00 GitLab Importer Affected by VCID-7wzc-kyxs-wbc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-011.yml 38.6.0
2026-05-31T09:36:02.934612+00:00 GitLab Importer Affected by VCID-u7hh-49t3-13df https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-014.yml 38.6.0
2026-05-31T09:36:02.591182+00:00 GitLab Importer Affected by VCID-8py4-rxgp-uqdh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-007.yml 38.6.0
2026-05-31T09:36:02.425618+00:00 GitLab Importer Affected by VCID-a95a-ygek-hfby https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-012.yml 38.6.0
2026-05-31T09:35:31.294429+00:00 GitLab Importer Affected by VCID-km94-727n-nfa6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2015-029.yml 38.6.0
2026-05-31T09:35:30.960628+00:00 GitLab Importer Affected by VCID-7me4-ggep-sbhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-006.yml 38.6.0
2026-05-31T09:35:30.597135+00:00 GitLab Importer Affected by VCID-6e1y-7jj8-a7cw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-004.yml 38.6.0
2026-05-31T09:35:30.245891+00:00 GitLab Importer Affected by VCID-ud6e-smr7-vffw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-001.yml 38.6.0
2026-05-31T09:35:29.907627+00:00 GitLab Importer Affected by VCID-ku6h-zhz1-8ydr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-005.yml 38.6.0
2026-05-31T09:35:05.112398+00:00 GitLab Importer Affected by VCID-333j-w32t-ufhn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-003-1.yml 38.6.0
2026-05-31T09:35:04.889472+00:00 GitLab Importer Affected by VCID-zfrs-mqe3-4be8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2016-002-1.yml 38.6.0
2026-05-31T09:35:04.673456+00:00 GitLab Importer Affected by VCID-wnrg-ruds-wqb4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/silverstripe/framework/SS-2015-028-1.yml 38.6.0
2026-05-31T01:03:25.159239+00:00 GHSA Importer Affected by VCID-1yc7-8qd2-zfhm https://github.com/advisories/GHSA-87pf-7x99-5xc4 38.6.0
2026-05-31T01:03:25.107116+00:00 GHSA Importer Affected by VCID-9qx2-tr6c-sbby https://github.com/advisories/GHSA-2hpc-mf4q-j885 38.6.0
2026-05-31T01:03:24.918487+00:00 GHSA Importer Affected by VCID-rat4-3wbz-33fu https://github.com/advisories/GHSA-x5w2-wcr8-9q45 38.6.0