Bug 1125938
| Summary: | ipython: insecure loading of the MathJax library [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Prpič <mprpic> |
| Component: | ipython | Assignee: | Thomas Spura <tomspur> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 20 | CC: | mrunge, orion, pj.pandit, shahms, tomspur |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | fst_ping=1 | ||
| Fixed In Version: | Doc Type: | Release Note | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-12 16:10:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1125937 | ||
|
Description
Martin Prpič
2014-08-01 11:34:18 UTC
Use the following template to for the 'fedpkg update' request to submit an update for this issue as it contains the top-level parent bug(s) as well as this tracking bug. This will ensure that all associated bugs get updated when new packages are pushed to stable. ===== # bugfix, security, enhancement, newpackage (required) type=security # testing, stable request=testing # Bug numbers: 1234,9876 bugs=1125937,1125938 # Description of your update notes=Security fix for # Enable request automation based on the stable/unstable karma thresholds autokarma=True stable_karma=3 unstable_karma=-3 # Automatically close bugs when this marked as stable close_bugs=True # Suggest that users restart after update suggest_reboot=False ====== Additionally, you may opt to use the bodhi update submission link instead: https://admin.fedoraproject.org/updates/new/?type_=security&bugs=1125937,1125938 Hello tomspur, Could you please fix this soon? (In reply to pjp from comment #2) > Could you please fix this soon? ipython-2.3.0 contains this fix (available on F21+). F20 does not contain the fix, but doesn't use mathjax from cdn, but the locally installed mathjax already since ipython-2.1.0-5 on: http://pkgs.fedoraproject.org/cgit/ipython.git/commit/?id=e7691bba2330ebabdaca8ce1c07e9e442e6b7f8c When you start the notebook you'll see: 2014-12-03 19:55:19.409 [NotebookApp] Serving local MathJax from /usr/share/javascript/mathjax/MathJax.js at /static/mathjax/MathJax.js So I considered this as "fixed", but didn't close this bug, as I didn't backport this commit from upstream: https://github.com/ipython/ipython/commit/cf793ebc4f9e8483f104667e4c73748357fa8c56 Hello Thomas, Thanks so much for the details. IIUC, F20 is not affected because it does not load the Mathjax library over 'http', instead it uses a local copy. And F21+ is already fixed with the said upstream commit - cf793ebc4f - which always loads Mathjax over 'https', instead of 'http'. In that case, since there is no pending action on this bug, it'd be better to close it with due comments. Thank you. All ipythons should load the local copy of mathjax. Closing then. |