PYSEC-2026-1320

Vulnerability from pysec - Published: 2026-07-07 14:34 - Updated: 2026-07-07 17:24
VLAI
Details

Impact

Users hosting D-Tale publicly can be vulnerable to remote code execution allowing attackers to run malicious code on the server.

Patches

Users should upgrade to version 3.16.1 where the update-settings endpoint blocks the ability for users to update the enable_custom_filters flag. You can find out more information on how to turn that flag on here

Workarounds

The only workaround for versions earlier than 3.16.1 is to only host D-Tale to trusted users.

References

See "Custom Filter" documentation

Impacted products
Name purl
dtale pkg:pypi/dtale

{
  "affected": [
    {
      "package": {
        "ecosystem": "PyPI",
        "name": "dtale",
        "purl": "pkg:pypi/dtale"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3.16.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1.0.0",
        "1.1.1",
        "1.10.0",
        "1.11.0",
        "1.12.1",
        "1.13.0",
        "1.14.1",
        "1.15.2",
        "1.16.0",
        "1.17.0",
        "1.18.2",
        "1.19.2",
        "1.2.0",
        "1.20.0",
        "1.21.1",
        "1.22.0",
        "1.22.1",
        "1.23.0",
        "1.24.0",
        "1.25.0",
        "1.26.0",
        "1.27.0",
        "1.28.0",
        "1.28.1",
        "1.29.0",
        "1.29.1",
        "1.3.7",
        "1.30.0",
        "1.31.0",
        "1.32.0",
        "1.32.1",
        "1.33.0",
        "1.33.1",
        "1.34.0",
        "1.35.0",
        "1.36.0",
        "1.37.0",
        "1.37.1",
        "1.38.0",
        "1.39.0",
        "1.4.1",
        "1.40.0",
        "1.40.1",
        "1.40.2",
        "1.41.0",
        "1.41.1",
        "1.42.0",
        "1.42.1",
        "1.43.0",
        "1.44.0",
        "1.44.1",
        "1.45.0",
        "1.46.0",
        "1.47.0",
        "1.48.0",
        "1.49.0",
        "1.5.1",
        "1.50.0",
        "1.50.1",
        "1.51.0",
        "1.52.0",
        "1.53.0",
        "1.54.0",
        "1.54.1",
        "1.55.0",
        "1.56.0",
        "1.57.0",
        "1.58.1",
        "1.58.2",
        "1.58.3",
        "1.59.0",
        "1.59.1",
        "1.6.10",
        "1.6.5",
        "1.6.6",
        "1.6.7",
        "1.6.8",
        "1.6.9",
        "1.60.1",
        "1.60.2",
        "1.61.0",
        "1.61.1",
        "1.7.0",
        "1.7.1",
        "1.7.10",
        "1.7.11",
        "1.7.12",
        "1.7.13",
        "1.7.14",
        "1.7.15",
        "1.7.2",
        "1.7.3",
        "1.7.4",
        "1.7.5",
        "1.7.6",
        "1.7.7",
        "1.7.8",
        "1.7.9",
        "1.8.0",
        "1.8.1",
        "1.8.10",
        "1.8.11",
        "1.8.12",
        "1.8.13",
        "1.8.14",
        "1.8.15",
        "1.8.16",
        "1.8.17",
        "1.8.18",
        "1.8.19",
        "1.8.3",
        "1.8.4",
        "1.8.6",
        "1.8.7",
        "1.8.8",
        "1.8.9",
        "1.9.0",
        "1.9.1",
        "1.9.2",
        "2.0.0",
        "2.1.0",
        "2.1.2",
        "2.10.0",
        "2.11.0",
        "2.12.0",
        "2.12.1",
        "2.12.2",
        "2.12.3",
        "2.13.0",
        "2.14.0",
        "2.14.1",
        "2.15.0",
        "2.15.2",
        "2.16.0",
        "2.2.0",
        "2.3.0",
        "2.4.0",
        "2.5.1",
        "2.6.0",
        "2.7.1",
        "2.8.0",
        "2.8.1",
        "2.9.0",
        "2.9.1",
        "3.0.0",
        "3.1.0",
        "3.1.6",
        "3.1.7",
        "3.10.0",
        "3.11.0",
        "3.12.0",
        "3.13.0",
        "3.13.1",
        "3.14.0",
        "3.14.1",
        "3.15.0",
        "3.15.1",
        "3.16.0",
        "3.2.0",
        "3.3.0",
        "3.4.0",
        "3.5.0",
        "3.6.0",
        "3.7.0",
        "3.8.0",
        "3.8.1",
        "3.9.0"
      ]
    }
  ],
  "aliases": [
    "CVE-2024-55890",
    "GHSA-832w-fhmw-w4f4"
  ],
  "details": "### Impact\nUsers hosting D-Tale publicly can be vulnerable to remote code execution allowing attackers to run malicious code on the server.\n\n### Patches\nUsers should upgrade to version 3.16.1 where the `update-settings` endpoint blocks the ability for users to update the `enable_custom_filters` flag. You can find out more information on how to turn that flag on [here](https://github.com/man-group/dtale#custom-filter)\n\n### Workarounds\nThe only workaround for versions earlier than 3.16.1 is to only host D-Tale to trusted users.\n\n### References\nSee \"Custom Filter\" [documentation](https://github.com/man-group/dtale#custom-filter)\n",
  "id": "PYSEC-2026-1320",
  "modified": "2026-07-07T17:24:03.577472Z",
  "published": "2026-07-07T14:34:47.423976Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/man-group/dtale/security/advisories/GHSA-832w-fhmw-w4f4"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55890"
    },
    {
      "type": "WEB",
      "url": "https://github.com/man-group/dtale/commit/1e26ed3ca12fe83812b90f12a2b3e5fb0b740f7a"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/man-group/dtale"
    },
    {
      "type": "WEB",
      "url": "https://github.com/man-group/dtale#custom-filter"
    },
    {
      "type": "PACKAGE",
      "url": "https://pypi.org/project/dtale"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advisories/GHSA-832w-fhmw-w4f4"
    }
  ],
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
      "type": "CVSS_V4"
    }
  ],
  "summary": "D-Tale allows Remote Code Execution through the Custom Filter Input"
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…