ArchLinux: 202108-10: jupyterlab: cross-site scripting
Summary
In JupyterLab before version 3.1.4, untrusted notebooks can execute code on load. In particular JupyterLab doesn't sanitize the action attribute of the HTML
Resolution
Upgrade to 3.1.4-1.
# pacman -Syu "jupyterlab>=3.1.4-1"
The problem has been fixed upstream in version 3.1.4.
References
https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-4952-p58q-6crx https://github.com/jupyterlab/jupyterlab/commit/504825938c0abfa2fb8ff8d529308830a5ae42ed https://security.archlinux.org/CVE-2021-32797
Workaround
None.