Cross-site Scripting Affecting mindsdb package, versions [0,]


0.0
medium

Snyk CVSS

    Attack Complexity Low
    Scope Changed

    Threat Intelligence

    Exploit Maturity Proof of concept
    EPSS 0.04% (9th percentile)

Do your applications use this vulnerable package?

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 applications
  • Snyk ID SNYK-PYTHON-MINDSDB-6615832
  • published 16 Apr 2024
  • disclosed 16 Apr 2024
  • credit danmcinerney

How to fix?

There is no fixed version for MindsDB.

Overview

MindsDB is a MindsDB server, provides server capabilities to mindsdb native python library

Affected versions of this package are vulnerable to Cross-site Scripting due to improper sanitization of user-supplied input. An attacker can inject malicious scripts into web pages viewed by other users.

Note: This is true for both cloud version and OSS version.

PoC


<img src="x" onerror="alert(document.cookie)">,
<svg/onload=prompt(4)>

References