Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
In hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/TextView.java , method echo() e.g. :
for (Object s : args) { out.print(s); }
Printing s to an HTML page allows cross-site scripting, because it was not properly sanitized for context HTML attribute name.
Attachments
Attachments
Issue Links
- is related to
-
YARN-3589 RM and AH web UI display DOCTYPE wrongly
- Resolved