In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade jupyterlab to version 4.5.10, 4.6.2 or higher.
jupyterlab is a JupyterLab computational environment.
Affected versions of this package are vulnerable to Incorrect Behavior Order: Validate Before Canonicalize when enforcing blocklists for extension installation due to insufficient normalization of package names. An attacker can bypass intended package restrictions by submitting alternative spellings that resolve to blocked packages, allowing installation of unauthorized extensions and potentially impacting the integrity and availability of the server by exhausting resources.
Note: This is only exploitable if a custom allowlist or blocklist is configured, the PyPI Extension Manager is enabled, and kernels and terminals are disabled or delegated to remote hosts.
This vulnerability can be mitigated by configuring the extension manager to read-only mode using the '--LabApp.extension_manager=readonly' command-line option or setting 'c.LabApp.extension_manager = "readonly"' in the configuration.