Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Reflected XSS issue in host parameter

Critical
manics publishedGHSA-fvcq-4x64-hqxrJun 11, 2024

Package

pipjupyter_server_proxy (pip)

Affected versions

>=3.0.0,<=4.1.2

Patched versions

==3.2.4,==4.2.0

Description

Impact

We have identified a reflected cross-site scripting (XSS) issue injupyter-server-proxy[1]. The/proxy endpoint accepts ahost path segment in the format/proxy/<host>. When this endpoint is called with an invalidhost value,jupyter-server-proxy replies with a response that includes the value ofhost, without sanitization [2]. A third-party actor can leverage this by sending a phishing link with an invalidhost value containing custom JavaScript to a user. When the user clicks this phishing link, the browser renders the response ofGET /proxy/<host>, which runs the custom JavaScript contained inhost set by the actor.
As any arbitrary JavaScript can be run after the user clicks on a phishing link, this issue permits extensive access to the user's JupyterLab instance for an actor. This issue exists in the latest release ofjupyter-server-proxy, currentlyv4.1.2.
Impacted versions:>=3.0.0,<=4.1.2

Patches

The patches are included in==4.2.0 and==3.2.4.

Workarounds

Server operators who are unable to upgrade can disable thejupyter-server-proxy extension with:

jupyter server extension disable jupyter-server-proxy

References

[1] :https://github.com/jupyterhub/jupyter-server-proxy/
[2] :

"Host '{host}' is not allowed. "

Severity

Critical

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS v3 base metrics

Attack vector:More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity:More severe for the least complex attacks.
Privileges required:More severe if no privileges are required.
User interaction:More severe when no user interaction is required.
Scope:More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality:More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity:More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability:More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

CVE ID

CVE-2024-35225

Weaknesses

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.Learn more on MITRE.

Improper Encoding or Escaping of Output

The product prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done incorrectly. As a result, the intended structure of the message is not preserved.Learn more on MITRE.

Credits


[8]ページ先頭

©2009-2025 Movatter.jp