dtale@1.8.1 vulnerabilities

Web Client for Visualizing Pandas Objects

Direct Vulnerabilities

Known vulnerabilities in the dtale package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Improper Input Validation

dtale is a Web Client for Visualizing Pandas Objects

Affected versions of this package are vulnerable to Improper Input Validation due to the use of a hardcoded SECRET_KEY in the flask configuration and improper restriction of custom filter queries. An attacker can forge a session cookie and execute arbitrary code on the server by bypassing the authentication mechanisms and exploiting the /update-settings endpoint, even when enable_custom_filters is not enabled.

Note:

This vulnerability can be exploited only if authentication is enabled.

How to fix Improper Input Validation?

There is no fixed version for dtale.

[0,)
  • M
Server-Side Request Forgery (SSRF)

dtale is a Web Client for Visualizing Pandas Objects

Affected versions of this package are vulnerable to Server-Side Request Forgery (SSRF) via the "Load From the Web" feature. An attacker can access files on the server by sending crafted requests that exploit improper input validation.

How to fix Server-Side Request Forgery (SSRF)?

Upgrade dtale to version 3.9.0 or higher.

[,3.9.0)
  • M
Cross-site Scripting (XSS)

dtale is a Web Client for Visualizing Pandas Objects

Affected versions of this package are vulnerable to Cross-site Scripting (XSS) when the 'Custom Filter' input is enabled. An attacker can execute malicious code on the server by exploiting this vulnerability. This is only exploitable if D-Tale is hosted publicly.

Mitigation: This vulnerability can be mitigated by turning off 'Custom Filter' input by default or only hosting D-Tale to trusted users.

How to fix Cross-site Scripting (XSS)?

Upgrade dtale to version 3.7.0 or higher.

[,3.7.0)