| 0 |
| url |
VCID-2c84-9xxd-pub2 |
| vulnerability_id |
VCID-2c84-9xxd-pub2 |
| summary |
CSRF vulnerability in GridFieldAddExistingAutocompleter
GridField 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. Amongst other default CMS interfaces, GridField is used for management of groups, users and permissions in the CMS. |
| references |
|
| fixed_packages |
|
| aliases |
SS-2016-002
|
| risk_score |
null |
| exploitability |
0.5 |
| weighted_severity |
0.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-2c84-9xxd-pub2 |
|
| 1 |
| url |
VCID-2s8q-qgpm-cqh7 |
| vulnerability_id |
VCID-2s8q-qgpm-cqh7 |
| summary |
Unrestricted Upload of File with Dangerous Type
Silverstripe CMS 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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-9309, GHSA-h77w-655f-6j3m
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-2s8q-qgpm-cqh7 |
|
| 2 |
| url |
VCID-3x46-q9cb-7ubg |
| vulnerability_id |
VCID-3x46-q9cb-7ubg |
| summary |
Information Exposure
Response discrepancy in the login and password reset forms in SilverStripe CMS allows remote attackers to enumerate users via timing attack. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-12849, GHSA-fwhr-g5r4-xgxf
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-3x46-q9cb-7ubg |
|
| 3 |
| url |
VCID-5cd5-kmjz-h7bv |
| vulnerability_id |
VCID-5cd5-kmjz-h7bv |
| summary |
Hostname, IP and Protocol Spoofing through HTTP Headers
In it's default configuration, SilverStripe trusts all originating IPs to include HTTP headers for Hostname, IP and Protocol. This enables reverse proxies to forward requests while still retaining the original request information. Trusted IPs can be limited via the `SS_TRUSTED_PROXY_IPS` constant. Even with this restriction in place, SilverStripe trusts a variety of HTTP headers due to different proxy notations (e.g. `X-Forwarded-For` vs. `Client-IP`). Unless a proxy explicitly unsets invalid HTTP headers from connecting clients, this can lead to spoofing requests being passed through trusted proxies. The impact of spoofed headers can include `Director::forceSSL()` not being enforced, SS_HTTPRequest->getIP() returning a wrong IP (disabling any IP restrictions), and spoofed hostnames circumventing any hostname-specific restrictions enforced in SilverStripe Controllers. Regardless on running a reverse proxy in your hosting infrastructure, please follow the instructions on Secure Coding: Request hostname forgery in order to opt-in to these protections. If your website is not behind a reverse proxy, you might already be protected if using Apache with mod_env enabled, and you have the following line in your .htaccess file: `SetEnv BlockUntrustedIPs true`. |
| references |
|
| fixed_packages |
|
| aliases |
SS-2016-003
|
| risk_score |
null |
| exploitability |
0.5 |
| weighted_severity |
0.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-5cd5-kmjz-h7bv |
|
| 4 |
| url |
VCID-b95v-49p7-fkas |
| vulnerability_id |
VCID-b95v-49p7-fkas |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-14498, GHSA-j696-6m57-mcrv
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-b95v-49p7-fkas |
|
| 5 |
|
| 6 |
| url |
VCID-efqa-bbj4-zyhd |
| vulnerability_id |
VCID-efqa-bbj4-zyhd |
| summary |
Advanced workflow member field exposure
By default, the CMS Admin editable template for the NotifyUsers action has access to a large number of fields, including (for instance) `Member#Password`. This would allow a malicious CMS Admin to extract other admin passwords by adding a template emailing these fields to themselves when other admins trigger the workflow. A new configuration option has been added; when this option is set to `true` via the Config API then only member fields specified via `Member.summary_fields` may be accessed. |
| references |
|
| fixed_packages |
|
| aliases |
SS-2015-023
|
| risk_score |
null |
| exploitability |
0.5 |
| weighted_severity |
0.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-efqa-bbj4-zyhd |
|
| 7 |
| url |
VCID-umhc-fdfh-1fdx |
| vulnerability_id |
VCID-umhc-fdfh-1fdx |
| summary |
Cross-site Scripting
In SilverStripe, 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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-9311, GHSA-2pw2-qpcp-m47x
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-umhc-fdfh-1fdx |
|
| 8 |
| url |
VCID-wdcz-6vpn-ffd8 |
| vulnerability_id |
VCID-wdcz-6vpn-ffd8 |
| summary |
Missing security check on dev/build/defaults
The `buildDefaults` method on `DevelopmentAdmin` is missing a permission check. In live mode, if you access /dev/build, you are requested to login first. However, if you access /dev/build/defaults, then the action is performed without any login check. This should be protected in the same way that /dev/build is. The `buildDefaults` view is `requireDefaultRecords()` on each `DataObject` class, and hence has the potential to modify database state. It also lists all modified tables, allowing attackers more insight into which modules are used, and how the database tables are structured. |
| references |
|
| fixed_packages |
|
| aliases |
SS-2015-028
|
| risk_score |
null |
| exploitability |
0.5 |
| weighted_severity |
0.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-wdcz-6vpn-ffd8 |
|
| 9 |
| url |
VCID-ytbc-8mhd-b3fc |
| vulnerability_id |
VCID-ytbc-8mhd-b3fc |
| summary |
Information Exposure
In SilverStripe, 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). |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-6164, GHSA-gm5x-hpmw-xpxg
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ytbc-8mhd-b3fc |
|
| 10 |
| url |
VCID-z94y-nz4f-y7er |
| vulnerability_id |
VCID-z94y-nz4f-y7er |
| summary |
Improper Privilege Management
In SilverStripe, a missing warning about leaving `install.php` in a public webroot can lead to unauthenticated admin access. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
|
| fixed_packages |
|
| aliases |
CVE-2019-12204, GHSA-cg8j-8w52-735v
|
| risk_score |
4.5 |
| exploitability |
0.5 |
| weighted_severity |
9.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-z94y-nz4f-y7er |
|