CVE-2023-6568
Last modified
CVE-2023-6568 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 1.65% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Lfprojects | Mlflow | <= 2.9.0 |
References
- https://huntr.com/bounties/816bdaaa-8153-4732-951e-b0d92fddf709Exploit, Third Party Advisory
- https://huntr.com/bounties/816bdaaa-8153-4732-951e-b0d92fddf709Exploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-6568?
How severe is CVE-2023-6568?
How do I fix CVE-2023-6568?
Are you affected by CVE-2023-6568?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
