Vulnerabilities (CVE)

Filtered by vendor Silverstripe Subscribe
Filtered by product Framework
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2023-32302 1 Silverstripe 1 Framework 2023-08-07 N/A 8.1 HIGH
Silverstripe Framework is the MVC framework that powers Silverstripe CMS. When a new member record is created and a password is not set, an empty encrypted password is generated. As a result, if someone is aware of the existence of a member record associated with a specific email address, they can potentially attempt to log in using that empty password. Although the default member authenticator and login form require a non-empty password, alternative authentication methods might still permit a successful login with the empty password. This issue has been patched in versions 4.13.4 and 5.0.13.
CVE-2022-25238 1 Silverstripe 1 Framework 2022-07-08 3.5 LOW 5.4 MEDIUM
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.