{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "source": "REFERENCES"
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1"
            }
          ],
          "repo": "https://github.com/h2o/h2o",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-432c-8xmj-frmq"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-789"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55213.json",
    "unresolved_ranges": [
      {
        "extracted_events": [
          {
            "fixed": "edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1"
          }
        ],
        "source": "AFFECTED_FIELD"
      }
    ]
  },
  "details": "h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and HTTP/3. Prior to commit edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1, when h2o processes a QPACK instruction sent from the peer over HTTP/3, lib/http3/qpack.c might allocate an on-stack buffer as large as approximately 800 KB by calling alloca, which exceeds the default pthread stack size used by musl libc and causes the h2o server to crash with a segmentation fault while touching the guard page. This issue is fixed in commit edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1.",
  "id": "CVE-2026-55213",
  "modified": "2026-07-16T03:31:00.206677665Z",
  "published": "2026-07-10T20:49:58.764Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55213.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/h2o/h2o/security/advisories/GHSA-432c-8xmj-frmq"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55213"
    },
    {
      "type": "FIX",
      "url": "https://github.com/h2o/h2o/commit/edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "h2o: musl libc stack overflow (QPACK)"
}