Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    Related vulnerabilities

    GHSA-H672-P7H7-97V9

    Vulnerability from github – Published: 2026-07-09 23:20 – Updated: 2026-07-09 23:20
    VLAI
    Summary
    Rattler vulnerable to package cache path traversal via conda package build string
    Details

    rattler_cache and py-rattler were vulnerable to package-cache path traversal when handling package metadata from conda channels.

    During cache materialization, the ratter_cache code used the package record build string as part of a cache key that was joined into a filesystem path. A malicious or untrusted channel could publish repodata with path separators or traversal components in that field, causing package contents to be written outside the configured package cache directory.

    The issue requires use of a malicious or otherwise untrusted conda channel. Curated channels that validate package metadata are not expected to allow malformed build strings of this form.

    Users should upgrade to a patched version and avoid untrusted conda channels.

    Show details on source website

    {
      "affected": [
        {
          "database_specific": {
            "last_known_affected_version_range": "\u003c= 0.8.2"
          },
          "package": {
            "ecosystem": "crates.io",
            "name": "rattler_cache"
          },
          "ranges": [
            {
              "events": [
                {
                  "introduced": "0"
                },
                {
                  "fixed": "0.9.0"
                }
              ],
              "type": "ECOSYSTEM"
            }
          ]
        },
        {
          "database_specific": {
            "last_known_affected_version_range": "\u003c= 0.23.2"
          },
          "package": {
            "ecosystem": "PyPI",
            "name": "py_rattler"
          },
          "ranges": [
            {
              "events": [
                {
                  "introduced": "0"
                },
                {
                  "fixed": "0.24.0"
                }
              ],
              "type": "ECOSYSTEM"
            }
          ]
        }
      ],
      "aliases": [
        "CVE-2026-53956"
      ],
      "database_specific": {
        "cwe_ids": [
          "CWE-22",
          "CWE-73"
        ],
        "github_reviewed": true,
        "github_reviewed_at": "2026-07-09T23:20:12Z",
        "nvd_published_at": null,
        "severity": "MODERATE"
      },
      "details": "`rattler_cache` and `py-rattler` were vulnerable to package-cache path traversal when handling package metadata from conda channels.\n\nDuring cache materialization, the `ratter_cache` code used the package record `build` string as part of a cache key that was joined into a filesystem path. A malicious or untrusted channel could publish repodata with path separators or traversal components in that field, causing package contents to be written outside the configured package cache directory.\n\nThe issue requires use of a malicious or otherwise untrusted conda channel. Curated channels that validate package metadata are not expected to allow malformed build strings of this form.\n\nUsers should upgrade to a patched version and avoid untrusted conda channels.",
      "id": "GHSA-h672-p7h7-97v9",
      "modified": "2026-07-09T23:20:12Z",
      "published": "2026-07-09T23:20:12Z",
      "references": [
        {
          "type": "WEB",
          "url": "https://github.com/conda/rattler/security/advisories/GHSA-h672-p7h7-97v9"
        },
        {
          "type": "PACKAGE",
          "url": "https://github.com/conda/rattler"
        }
      ],
      "schema_version": "1.4.0",
      "severity": [
        {
          "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L",
          "type": "CVSS_V3"
        }
      ],
      "summary": "Rattler vulnerable to package cache path traversal via conda package build string"
    }

    PYSEC-2026-2970

    Vulnerability from pysec - Published: 2026-07-13 15:46 - Updated: 2026-07-13 16:05
    VLAI
    Details

    rattler_cache and py-rattler were vulnerable to package-cache path traversal when handling package metadata from conda channels.

    During cache materialization, the ratter_cache code used the package record build string as part of a cache key that was joined into a filesystem path. A malicious or untrusted channel could publish repodata with path separators or traversal components in that field, causing package contents to be written outside the configured package cache directory.

    The issue requires use of a malicious or otherwise untrusted conda channel. Curated channels that validate package metadata are not expected to allow malformed build strings of this form.

    Users should upgrade to a patched version and avoid untrusted conda channels.

    Impacted products
    Name purl
    py-rattler pkg:pypi/py-rattler

    {
      "affected": [
        {
          "package": {
            "ecosystem": "PyPI",
            "name": "py-rattler",
            "purl": "pkg:pypi/py-rattler"
          },
          "ranges": [
            {
              "events": [
                {
                  "introduced": "0"
                },
                {
                  "fixed": "0.24.0"
                }
              ],
              "type": "ECOSYSTEM"
            }
          ],
          "versions": [
            "0.1.0",
            "0.1.1",
            "0.1.2",
            "0.10.0",
            "0.11.0",
            "0.12.0",
            "0.13.0",
            "0.13.1",
            "0.14.0",
            "0.15.0",
            "0.16.0",
            "0.17.0",
            "0.18.0",
            "0.19.0",
            "0.2.0",
            "0.2.1",
            "0.20.0",
            "0.21.0",
            "0.22.0",
            "0.23.0",
            "0.23.1",
            "0.23.2",
            "0.3.0",
            "0.4.0",
            "0.5.0",
            "0.6.0",
            "0.6.1",
            "0.6.2",
            "0.6.3",
            "0.7.0",
            "0.7.1",
            "0.7.2",
            "0.8.0",
            "0.8.2",
            "0.9.0",
            "0.9.1"
          ]
        }
      ],
      "aliases": [
        "CVE-2026-53956",
        "GHSA-h672-p7h7-97v9"
      ],
      "details": "`rattler_cache` and `py-rattler` were vulnerable to package-cache path traversal when handling package metadata from conda channels.\n\nDuring cache materialization, the `ratter_cache` code used the package record `build` string as part of a cache key that was joined into a filesystem path. A malicious or untrusted channel could publish repodata with path separators or traversal components in that field, causing package contents to be written outside the configured package cache directory.\n\nThe issue requires use of a malicious or otherwise untrusted conda channel. Curated channels that validate package metadata are not expected to allow malformed build strings of this form.\n\nUsers should upgrade to a patched version and avoid untrusted conda channels.",
      "id": "PYSEC-2026-2970",
      "modified": "2026-07-13T16:05:50.063696Z",
      "published": "2026-07-13T15:46:30.375344Z",
      "references": [
        {
          "type": "WEB",
          "url": "https://github.com/conda/rattler/security/advisories/GHSA-h672-p7h7-97v9"
        },
        {
          "type": "PACKAGE",
          "url": "https://github.com/conda/rattler"
        },
        {
          "type": "PACKAGE",
          "url": "https://pypi.org/project/py-rattler"
        },
        {
          "type": "ADVISORY",
          "url": "https://github.com/advisories/GHSA-h672-p7h7-97v9"
        },
        {
          "type": "ADVISORY",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53956"
        }
      ],
      "severity": [
        {
          "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L",
          "type": "CVSS_V3"
        }
      ],
      "summary": "Rattler vulnerable to package cache path traversal via conda package build string"
    }