Mercurial > p > roundup > code
comparison website/issues/html/msg.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 | f63a2b15e628 |
| children |
comparison
equal
deleted
inserted
replaced
| 8364:dc136e237fa6 | 8365:4ac0bbb3e440 |
|---|---|
| 1 <!-- dollarId: msg.item,v 1.3 2002/05/22 00:32:34 richard Exp dollar--> | |
| 1 <tal:block metal:use-macro="templates/page/macros/icing"> | 2 <tal:block metal:use-macro="templates/page/macros/icing"> |
| 2 <title metal:fill-slot="head_title"> | 3 <title metal:fill-slot="head_title"> |
| 3 <tal:block condition="context/id" i18n:translate="" | 4 <tal:block condition="context/id" i18n:translate="" |
| 4 >Message <span tal:replace="context/id" i18n:name="id" | 5 >Message <tal:x tal:content="context/id" i18n:name="id" |
| 5 /> - <span tal:replace="config/TRACKER_NAME" i18n:name="tracker" | 6 /> - <span tal:replace="config/TRACKER_NAME" i18n:name="tracker" |
| 6 /></tal:block> | 7 /></tal:block> |
| 7 <tal:block condition="not:context/id" i18n:translate="" | 8 <tal:block condition="not:context/id" i18n:translate="" |
| 8 >New Message - <span tal:replace="config/TRACKER_NAME" i18n:name="tracker" | 9 >New Message - <span tal:replace="config/TRACKER_NAME" i18n:name="tracker" |
| 9 /></tal:block> | 10 /></tal:block> |
