silverstripe-framework/tests/php
Serge Latyntcev ad1b00ec7d [CVE-2019-19325] XSS through non-scalar FormField attributes
Silverstripe Forms allow malicious HTML or JavaScript to be inserted
through non-scalar FormField attributes, which allows performing XSS (Cross-Site Scripting)
on some forms built with user input (Request data). This can lead to phishing attempts
to obtain a user's credentials or other sensitive user input.
There is no known attack vector for extracting user-session information or credentials automatically,
it required a user to fall for the phishing attempt.
XSS can also be used to modify the presentation of content in malicious ways.
2020-02-17 09:58:29 +13:00
..
Control Run PSR2 Lint cleaner 2019-10-04 13:26:31 +13:00
Core Merge branch '4.3' into 4.4 2019-07-15 09:18:17 +12:00
Dev FIX Byte Order Marks (BOM) are now stripped when importing CSV files 2019-08-29 14:54:57 +12:00
Forms [CVE-2019-19325] XSS through non-scalar FormField attributes 2020-02-17 09:58:29 +13:00
i18n NEW Scaffolded field labels now only have an uppercased first word 2019-01-07 17:52:28 +01:00
Logging Merge branch '4.3' into 4.4 2019-10-18 10:57:35 +13:00
ORM Merge branch '4.3' into 4.4 2019-10-18 15:58:13 +13:00
Security Run PSR2 Lint cleaner 2019-10-04 13:26:31 +13:00
View FIX Add 'legal empty attributes' to allow empty alt values on imgs 2019-09-24 11:44:12 +12:00