{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "cpe": "cpe:2.3:a:benoitc:hackney:*:*:*:*:*:*:*:*",
            "extracted_events": [
              {
                "introduced": "2.0.0"
              },
              {
                "fixed": "4.0.1"
              }
            ],
            "source": [
              "CPE_RANGE",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "a7ce34b42892ab305b2ef7dbe873bcabf4ef93ca"
            },
            {
              "fixed": "c41c8d48ace8141b003f6f1de3ca6734a0c53056"
            },
            {
              "fixed": "31f6f0e27e096ad88743dfded4f030a3ee74972e"
            }
          ],
          "repo": "https://github.com/benoitc/hackney",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-9653-rcfr-5c62"
  ],
  "database_specific": {
    "cna_assigner": "EEF",
    "cwe_ids": [
      "CWE-770"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/47xxx/CVE-2026-47067.json",
    "unresolved_ranges": [
      {
        "extracted_events": [
          {
            "introduced": "d9713695c0d99855d12c73fd8a0b4be0543950c4"
          },
          {
            "fixed": "31f6f0e27e096ad88743dfded4f030a3ee74972e"
          }
        ],
        "source": "AFFECTED_FIELD"
      }
    ]
  },
  "details": "Allocation of Resources Without Limits or Throttling vulnerability in benoitc hackney allows Flooding. The URL parser in src/hackney_url.erl converts every unrecognized URL scheme to a permanent BEAM atom via binary_to_atom/2. BEAM atoms are never garbage-collected and the atom table defaults to a hard limit of 1,048,576 entries. An attacker who can supply URLs with attacker-chosen scheme prefixes — directly as request targets, as configured webhook URLs, or via Location headers followed during redirects — can exhaust the atom table and crash the entire BEAM VM with system_limit.\n\nThis issue affects hackney: from 2.0.0 before 4.0.1.",
  "id": "CVE-2026-47067",
  "modified": "2026-07-08T05:37:57.882629514Z",
  "published": "2026-05-25T14:00:48.507Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://cna.erlef.org/cves/CVE-2026-47067.html"
    },
    {
      "type": "WEB",
      "url": "https://github.com"
    },
    {
      "type": "WEB",
      "url": "https://osv.dev/vulnerability/EEF-CVE-2026-47067"
    },
    {
      "type": "WEB",
      "url": "https://repo.hex.pm"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/47xxx/CVE-2026-47067.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/benoitc/hackney/security/advisories/GHSA-9653-rcfr-5c62"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47067"
    },
    {
      "type": "FIX",
      "url": "https://github.com/benoitc/hackney/commit/31f6f0e27e096ad88743dfded4f030a3ee74972e"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/benoitc/hackney"
    }
  ],
  "schema_version": "1.7.5",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Atom table exhaustion via unrecognized URL schemes in hackney"
}