{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "last_affected": "8.0.1"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "ed91c894c2cf11704422010554037e3ba70b446e"
            },
            {
              "fixed": "a39c7c43457ba2aa8edad833f33f9afe28444838"
            }
          ],
          "repo": "https://github.com/orange-opensource/hurl",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-7w2g-9mf9-324m"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-201"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63481.json"
  },
  "details": "Hurl is a command line tool that runs and tests HTTP requests defined in plain text files. In version 8.0.1 and earlier, the redirect handling in packages/hurl/src/http/client.rs strips Authorization and Cookie headers and basic-auth credentials when a redirect changes host, but it carries RequestSpec.cookies created from the dedicated [Cookies] section into the redirected request. An attacker-controlled redirect can therefore receive authentication or session cookies that should remain scoped to the original host. Cookies supplied through a raw Cookie header are stripped and are not affected by this specific path. This issue is reported as fixed in version 8.1.0.",
  "id": "CVE-2026-63481",
  "modified": "2026-08-23T03:42:55.628086218Z",
  "published": "2026-08-20T16:28:24.282Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/Orange-OpenSource/hurl/releases/tag/8.0.1"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63481.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/Orange-OpenSource/hurl/security/advisories/GHSA-7w2g-9mf9-324m"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-63481"
    },
    {
      "type": "FIX",
      "url": "https://github.com/Orange-OpenSource/hurl/commit/ed91c894c2cf11704422010554037e3ba70b446e"
    },
    {
      "type": "FIX",
      "url": "https://github.com/Orange-OpenSource/hurl/pull/5119"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Hurl: Cookies in Cookies section leak when redirecting to a different host"
}