Skip to content

Commit 5bc968c

Browse files
committed
changelog for redirect check
and update cve for 5.7.6
1 parent 70fe9f0 commit 5bc968c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
3131
- Further improve compatibility with tornado 6 with improved
3232
checks for when websockets are closed.
3333
- Fix regression in 5.7.6 on Windows where .js files could have the wrong mime-type.
34+
- Fix Open Redirect vulnerability where certain malicious URLs could redirect from the Jupyter login page to a malicious site after a successful login. A CVE has been requested for this vulnerability.
3435

3536
.. _release-5.7.6:
3637

3738
5.7.6
3839
-----
3940

40-
5.7.6 contains a security fix for a cross-site inclusion (XSSI) vulnerability,
41+
5.7.6 contains a security fix for a cross-site inclusion (XSSI) vulnerability (CVE-2019–9644),
4142
where files at a known URL could be included in a page from an unauthorized website if the user is logged into a Jupyter server.
4243
The fix involves setting the ``X-Content-Type-Options: nosniff``
4344
header, and applying CSRF checks previously on all non-GET
4445
API requests to GET requests to API endpoints and the /files/ endpoint.
4546

4647
The attacking page is able to access some contents of files when using Internet Explorer through script errors,
4748
but this has not been demonstrated with other browsers.
48-
A CVE has been requested for this vulnerability.
4949

5050
.. _release-5.7.5:
5151

0 commit comments

Comments
 (0)