Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835869 (CVE-2022-24757) - <dev-python/jupyter_server-1.15.6: secret leakage into server logs
Summary: <dev-python/jupyter_server-1.15.6: secret leakage into server logs
Status: RESOLVED FIXED
Alias: CVE-2022-24757
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo Security
URL: https://github.com/jupyter-server/jup...
Whiteboard: ~4 [noglsa]
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-24 00:45 UTC by John Helmert III
Modified: 2022-03-24 16:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-03-24 00:45:24 UTC
CVE-2022-24757:

The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications. Prior to version 1.15.4, unauthorized actors can access sensitive information from server logs. Anytime a 5xx error is triggered, the auth cookie and other header values are recorded in Jupyter Server logs by default. Considering these logs do not require root access, an attacker can monitor these logs, steal sensitive auth/cookie information, and gain access to the Jupyter server. Jupyter Server version 1.15.4 contains a patch for this issue. There are currently no known workarounds.

Please cleanup <1.15.6.
Comment 1 Larry the Git Cow gentoo-dev 2022-03-24 08:39:42 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7c9ef1fb7c0759a72b85ecd58403b17917eb1a

commit cd7c9ef1fb7c0759a72b85ecd58403b17917eb1a
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-03-24 08:24:18 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-03-24 08:39:29 +0000

    dev-python/jupyter_server: drop 1.13.1, 1.13.2, 1.13.3-r1, 1.13.4-r1, 1.13.5
    
    Bug: https://bugs.gentoo.org/835869
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-python/jupyter_server/Manifest                 |  5 --
 .../jupyter_server/jupyter_server-1.13.1.ebuild    | 60 -------------------
 .../jupyter_server/jupyter_server-1.13.2.ebuild    | 61 --------------------
 .../jupyter_server/jupyter_server-1.13.3-r1.ebuild | 65 ---------------------
 .../jupyter_server/jupyter_server-1.13.4-r1.ebuild | 66 ---------------------
 .../jupyter_server/jupyter_server-1.13.5.ebuild    | 67 ----------------------
 6 files changed, 324 deletions(-)
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-03-24 16:41:17 UTC
Thanks, all done!