Description
|
|
Multiple vulnerabilities have been reported in SilverStripe, which can be exploited by malicious users to conduct script insertion attacks.
1) Input passed via the "Title" parameter to admin/EditForm when creating a page is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being unpublished, deleted, or republished.
Successful exploitation requires "Content Authors" privileges.
This vulnerability is confirmed in version 2.4.6. Prior versions may also be affected.
2) Certain input when inserting data into templates is not properly sanitised in the "getHTML()" function in core/control/SilverStripeNavigatorItem.php before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
This vulnerability is reported in versions prior to 2.4.7.
|