{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0.6.0"
              },
              {
                "last_affected": "0.7.6"
              }
            ],
            "source": "AFFECTED_FIELD"
          },
          "events": [
            {
              "introduced": "13472f2f025498828b0823705c863602bdb08b70"
            },
            {
              "last_affected": "512a354dbd31e1895647df852d1565f9d408ed91"
            }
          ],
          "repo": "https://github.com/boazsegev/facil.io",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
      "CWE-835"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/66xxx/CVE-2026-66730.json"
  },
  "details": "facil.io 0.6.0 through 0.7.6 contains a denial-of-service vulnerability in the multipart body parser that allows an unauthenticated remote attacker to permanently freeze worker processes at 100% CPU by sending a multipart/form-data request with a partial closing boundary. The missing progress guard in the parser loop causes http_mime_parse to return 0 bytes consumed without setting done or error flags, causing the calling loop to re-invoke the parser on the same buffer indefinitely, exhausting all workers and permanently disabling the server until manually restarted.",
  "id": "CVE-2026-66730",
  "modified": "2026-08-12T03:51:11.715194820Z",
  "published": "2026-07-27T16:55:27.200Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/66xxx/CVE-2026-66730.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-66730"
    },
    {
      "type": "ADVISORY",
      "url": "https://www.vulncheck.com/advisories/facil-io-infinite-loop-dos-via-multipart-mime-body-parser"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/boazsegev/facil.io"
    },
    {
      "type": "EVIDENCE",
      "url": "https://github.com/theopaid/Infinite-Loop-DoS-in-facil.io-MIME-Parser"
    },
    {
      "type": "EVIDENCE",
      "url": "https://tpaidakis.com/writeups/facilio-parser-dos/"
    }
  ],
  "schema_version": "1.9.0",
  "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": "facil.io 0.6.0 - 0.7.6 Infinite Loop DoS via Multipart MIME Body Parser"
}