[SECURITY] Prevent XSS in SelectMultipleSideBySideElement
In Javascript context the title attribute of a selected option is passed as unescapd HTML argument to the function. Creating a new option tag without title validation results in a XSS possibility. This patch removes hardcoded attribute setting and uses jQuery function which take care of proper escaping. Resolves: #75164 Releases: master, 7.6, 6.2 Security-Commit: 1f0d09bfe5899fa189ee6bde102665956dc0f9b1 Security-Bulletins: TYPO3-CORE-SA-2016-009, 010, 011, 012 Change-Id: I6445259a8608fa7a592b4574cb01c672ae1a4b93 Reviewed-on: https://review.typo3.org/47596 Reviewed-by:Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
parent
e7ca5857
Please register or sign in to comment