fix: update MathJax CDN from 2.7.5 to 2.7.9 (CVE-2023-39663)#320
Open
jignaciopm wants to merge 1 commit into
Open
fix: update MathJax CDN from 2.7.5 to 2.7.9 (CVE-2023-39663)#320jignaciopm wants to merge 1 commit into
jignaciopm wants to merge 1 commit into
Conversation
MathJax 2.7.5 is vulnerable to ReDoS (Regular Expression Denial of Service) via CVE-2023-39663. This updates all CDN references to use MathJax 2.7.9 which includes the fix.
Author
CI failures are pre-existing — not caused by this PRThe two CI failures in this PR are not related to the MathJax CDN URL update: 1. Karma test:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MathJax 2.7.5 is vulnerable to ReDoS (Regular Expression Denial of Service) via CVE-2023-39663. This updates all CDN references from jsdelivr to use MathJax 2.7.9 which includes the fix.
CVSS: 5.4 (Medium)
Vulnerability ID: HELICOPTER-W1162-8
Files changed
All 8 files that hardcode the MathJax CDN URL have been updated from
mathjax@2.7.5tomathjax@2.7.9:common/templates/mathjax_include.htmlcommon/templates/xblock_v2/xblock_iframe.htmlcms/static/cms/js/require-config.jscms/djangoapps/pipeline_js/js/xmodule.jscommon/static/common/js/discussion/mathjax_include.jslms/static/lms/js/spec/main.jscms/static/cms/js/spec/main.jscms/static/cms/js/spec/main_squire.jsTest plan
References