Page MenuHomePhabricator

Stored XSS in SportsTeams' Special:SportsTeamsManager & Special:UpdateFavoriteTeams (CVE-2021-36131)
Closed, ResolvedPublicSecurity

Description

Conceptually similar to T281043, just in a different extension.

Event Timeline

ashley added a project: Social-Tools.


Quickie patch which fixes this issue and swaps escaping stuff around and whatnot in order to reduce general reviewer anxiety with this super old codebase.

Same as the other patch, in SportsTeamsManager there's:

					<input type="hidden" name="id" value="' . $id . '" />

and I couldn't see where $id was coming from. Otherwise looked fine.

Legoktm changed the visibility from "Custom Policy" to "Public (No Login Required)".
Legoktm changed the edit policy from "Custom Policy" to "All Users".
sbassett renamed this task from Stored XSS in SportsTeams' Special:SportsTeamsManager & Special:UpdateFavoriteTeams to Stored XSS in SportsTeams' Special:SportsTeamsManager & Special:UpdateFavoriteTeams (CVE-2021-36131).Jul 2 2021, 7:50 PM