Mercurial > p > roundup > code
diff website/issues/html/user.item.html @ 8365:4ac0bbb3e440
bug(security): CVE-2025-53865 - XSS bug
Extensive fixes in devel, responsive templates known to be
exploitable.
Similar constructs in classic and minimal templates not known
to be exploitable, but changed anyway.
doc/upgrading.txt:
Reformat to 66 characters.
Update with assigned CVE number.
Add section on fixing tal:replace with unsafe data.
Document analysis and assumptions in comment in file.
doc/security.txt:
Update with CVE number.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 11 Jul 2025 19:30:27 -0400 |
| parents | 7146b68ac263 |
| children |
line wrap: on
line diff
--- a/website/issues/html/user.item.html Thu Jul 10 23:03:27 2025 -0400 +++ b/website/issues/html/user.item.html Fri Jul 11 19:30:27 2025 -0400 @@ -3,9 +3,9 @@ > <title metal:fill-slot="head_title"> <tal:if condition="context/id" i18n:translate="" - >User <span tal:replace="context/id" i18n:name="id" - />: <span tal:replace="context/username" i18n:name="title" - /> - <span tal:replace="config/TRACKER_NAME" i18n:name="tracker" + >User <tal:x tal:content="context/id" i18n:name="id" + />: <tal:x tal:content="context/username" i18n:name="title" + /> - <tal:x tal:content="config/TRACKER_NAME" i18n:name="tracker" /></tal:if> <tal:if condition="not:context/id" i18n:translate="" >New User - <span tal:replace="config/TRACKER_NAME" i18n:name="tracker"
