CVE-2023-6568
published 2023-12-07CVE-2023-6568: A reflected Cross-Site Scripting (XSS) vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the Content-Type header in…
PriorityP338medium6.1CVSS 3.1
AVNACLPRNUIRSCCLILAN
EXPLOIT
EPSS
1.65%
73.5th percentile
A reflected Cross-Site Scripting (XSS) vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the Content-Type header in POST requests. An attacker can inject malicious JavaScript code into the Content-Type header, which is then improperly reflected back to the user without adequate sanitization or escaping, leading to arbitrary JavaScript execution in the context of the victim's browser. The vulnerability is present in the mlflow/server/auth/__init__.py file, where the user-supplied Content-Type header is directly injected into a Python formatted string and returned to the user, facilitating the XSS attack.
Affected
5 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| lfprojects | mlflow | <= 2.9.0 | — |
| lfprojects | mlflow | >= 0 < 28ff3f94994941e038f2172c6484b65dc4db6ca1 | 28ff3f94994941e038f2172c6484b65dc4db6ca1 |
| lfprojects | mlflow | >= 0 < 2.9.1 | 2.9.1 |
| lfprojects | mlflow | >= 0 < 2.9.0 | 2.9.0 |
| mlflow | mlflow_mlflow | >= unspecified < 2.9.0 | 2.9.0 |
CVSS provenance
nvdv3.16.1MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
nvdv3.06.5MEDIUMCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
CVE-2023-6568: A reflected Cross-Site Scripting (XSS) vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the Content-Type head
osv·2023-12-07
CVE-2023-6568 CVE-2023-6568: A reflected Cross-Site Scripting (XSS) vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the Content-Type head
A reflected Cross-Site Scripting (XSS) vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the Content-Type header in POST requests. An attacker can inject malicious JavaScript code into the Content-Type header, which is then improperly reflected back to the user without adequate sanitization or escaping, leading to arbitrary JavaScript execution in the context of the victim's browser. The vulnerability is present in the mlflow/server/auth/__init__.py file, where the user-supplied Content-Type header is directly injected into a Python formatted string and returned to the user, facilitating the XSS attack.
GHSA
Cross-site Scripting (XSS) in MLflow
ghsa·2023-12-07
CVE-2023-6568 [MEDIUM] CWE-79 Cross-site Scripting (XSS) in MLflow
Cross-site Scripting (XSS) in MLflow
A reflected Cross-Site Scripting (XSS) vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the Content-Type header in POST requests. An attacker can inject malicious JavaScript code into the Content-Type header, which is then improperly reflected back to the user without adequate sanitization or escaping, leading to arbitrary JavaScript execution in the context of the victim's browser. The vulnerability is present in the mlflow/server/auth/__init__.py file, where the user-supplied Content-Type header is directly injected into a Python formatted string and returned to the user, facilitating the XSS attack.
OSV
Cross-site Scripting (XSS) in MLflow
osv·2023-12-07
CVE-2023-6568 [MEDIUM] Cross-site Scripting (XSS) in MLflow
Cross-site Scripting (XSS) in MLflow
A reflected Cross-Site Scripting (XSS) vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the Content-Type header in POST requests. An attacker can inject malicious JavaScript code into the Content-Type header, which is then improperly reflected back to the user without adequate sanitization or escaping, leading to arbitrary JavaScript execution in the context of the victim's browser. The vulnerability is present in the mlflow/server/auth/__init__.py file, where the user-supplied Content-Type header is directly injected into a Python formatted string and returned to the user, facilitating the XSS attack.
No detection rules found.
Nuclei
Mlflow - Cross-Site Scripting
nuclei·CVSS 6.1
CVE-2023-6568 [MEDIUM] Mlflow - Cross-Site Scripting
Mlflow - Cross-Site Scripting
The vulnerability allows an attacker to inject malicious code into the Content-Type header of a POST request,
which is then reflected back to the user without proper sanitization or escaping.
Template:
id: CVE-2023-6568
info:
name: Mlflow - Cross-Site Scripting
author: ritikchaddha
severity: medium
description: |
The vulnerability allows an attacker to inject malicious code into the Content-Type header of a POST request,
which is then reflected back to the user without proper sanitization or escaping.
impact: |
Allows attackers to execute malicious scripts in the context of a user's session
remediation: |
Sanitize and validate user input to prevent XSS attacks
reference:
- https://huntr.com/bounties/816bdaaa-8153-4732-951e-b0d92fddf709
- https://nvd.nist.g
2023-12-07
Published