comparison website/issues/html/_generic.help.html @ 8062:28aa76443f58

fix(security): fix CVE-2024-39124, CVE-2024-39124, and CVE-2024-39125 Directions for fixing: * `CVE-2024-39124`_ - :ref:`classhelpers (_generic.help.html) are vulnerable to an XSS attack. <CVE-2024-39124>` Requires fixing tracker homes. * `CVE-2024-39125`_ - :ref:`if Referer header is set to a script tag, it will be executed. <CVE-2024-39125>` Fixed in release 2.4.0, directions available for fixing in prior versions. * `CVE-2024-39126`_ - :ref:`PDF, XML and SVG files downloaded from an issue can contain embedded JavaScript which is executed. <CVE-2024-39126>` Fixed in release 2.4.0, directions available for fixing in prior versions. prior to 2.4.0 release this weekend that fixes the last two CVE's.
author John Rouillard <rouilj@ieee.org>
date Tue, 09 Jul 2024 09:07:09 -0400
parents 7146b68ac263
children
comparison
equal deleted inserted replaced
8061:b1d384d23cdb 8062:28aa76443f58
9 <title i18n:translate=""><tal:x i18n:name="property" 9 <title i18n:translate=""><tal:x i18n:name="property"
10 tal:content="property" i18n:translate="" /> help - <span i18n:name="tracker" 10 tal:content="property" i18n:translate="" /> help - <span i18n:name="tracker"
11 tal:replace="config/TRACKER_NAME" /></title> 11 tal:replace="config/TRACKER_NAME" /></title>
12 <script language="Javascript" type="text/javascript" 12 <script language="Javascript" type="text/javascript"
13 tal:attributes="nonce request/client/client_nonce" 13 tal:attributes="nonce request/client/client_nonce"
14 tal:content="structure string: 14 tal:content="string:
15 // this is the name of the field in the original form that we're working on 15 // this is the name of the field in the original form that we're working on
16 form = window.opener.document.${request/form/form/value}; 16 form = window.opener.document.${request/form/form/value};
17 field = '${request/form/property/value}';"> 17 field = '${request/form/property/value}';">
18 </script> 18 </script>
19 <script src="@@file/help_controls.js" 19 <script src="@@file/help_controls.js"

Roundup Issue Tracker: http://roundup-tracker.org/