Steps to reproduce:
- Add $wgUseXssLanguage = true; to your LocalSettings.php (a new feature from T340201)
- Load Special:UserRights either logged out or using an administrator account
- Enter a username
- Press submit
- Add &uselang=x-xss to the end of the URL (to simulate message overrides in the MediaWiki namespace with JS code in them)
What happens:
Several alerts appear with messages with text matching the regex group-.*-member
What should happen:
No alert boxes should appear
Example:
Extra information
While this may have been already found as part of the introduction and initial search for issues using $wgUseXssLanguage, I'm reporting it now as the latest security release was just released so it may not have been found.