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.

    14 vulnerabilities by boazsegev

    CVE-2026-66731 (GCVE-0-2026-66731)

    Vulnerability from nvd – Published: 2026-07-27 16:57 – Updated: 2026-07-27 17:30 X_Open Source
    VLAI
    Title
    facil.io 0.7.5 - 0.7.6 HTTP/1.1 Chunked Transfer Encoding Parser Crash DoS
    Summary
    facil.io 0.7.5 through 0.7.6 contains a denial-of-service vulnerability in the HTTP/1.1 chunked transfer encoding parser that allows unauthenticated remote attackers to crash the server by sending a negative chunk size value. Attackers can send a single POST request with a Transfer-Encoding: chunked header containing a leading minus sign in the chunk size field, causing the parser in http1_parser.h to compute a large positive integer from the negated value, corrupting internal state and moving the read pointer into unmapped memory resulting in a fault.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    References
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.7.5 , ≤ 0.7.6 (semver)
    Create a notification for this product.
    Date Public
    2026-07-24 00:00
    Credits
    Theodosis Paidakis
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66731",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-27T17:30:15.336024Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-27T17:30:25.874Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "affected",
              "packageURL": "pkg:github/boazsegev/facil.io",
              "product": "facil.io",
              "repo": "https://github.com/boazsegev/facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "lessThanOrEqual": "0.7.6",
                  "status": "affected",
                  "version": "0.7.5",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Theodosis Paidakis"
            }
          ],
          "datePublic": "2026-07-24T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "facil.io 0.7.5 through 0.7.6 contains a denial-of-service vulnerability in the HTTP/1.1 chunked transfer encoding parser that allows unauthenticated remote attackers to crash the server by sending a negative chunk size value. Attackers can send a single POST request with a Transfer-Encoding: chunked header containing a leading minus sign in the chunk size field, causing the parser in http1_parser.h to compute a large positive integer from the negated value, corrupting internal state and moving the read pointer into unmapped memory resulting in a fault."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            },
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-125",
                  "description": "Out-of-bounds Read",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-27T16:57:01.077Z",
            "orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
            "shortName": "VulnCheck"
          },
          "references": [
            {
              "name": "Researcher Disclosure",
              "tags": [
                "technical-description",
                "exploit"
              ],
              "url": "https://github.com/theopaid/Negative-Chunk-Size-Parsing-Causes-Memory-Corruption-in-facil.io-leading-to-Server-Crash"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://www.vulncheck.com/advisories/facil-io-http-chunked-transfer-encoding-parser-crash-dos"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "tags": [
            "x_open-source"
          ],
          "title": "facil.io 0.7.5 - 0.7.6 HTTP/1.1 Chunked Transfer Encoding Parser Crash DoS",
          "x_generator": {
            "engine": "vulncheck"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
        "assignerShortName": "VulnCheck",
        "cveId": "CVE-2026-66731",
        "datePublished": "2026-07-27T16:57:01.077Z",
        "dateReserved": "2026-07-27T16:27:47.646Z",
        "dateUpdated": "2026-07-27T17:30:25.874Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66730 (GCVE-0-2026-66730)

    Vulnerability from nvd – Published: 2026-07-27 16:55 – Updated: 2026-07-27 18:20 X_Open Source
    VLAI
    Title
    facil.io 0.6.0 - 0.7.6 Infinite Loop DoS via Multipart MIME Body Parser
    Summary
    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.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
    Assigner
    References
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.6.0 , ≤ 0.7.6 (semver)
    Create a notification for this product.
    Date Public
    2026-07-24 00:00
    Credits
    Theodosis Paidakis
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66730",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-27T18:20:01.232115Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-27T18:20:19.940Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "affected",
              "packageURL": "pkg:github/boazsegev/facil.io",
              "product": "facil.io",
              "repo": "https://github.com/boazsegev/facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "lessThanOrEqual": "0.7.6",
                  "status": "affected",
                  "version": "0.6.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Theodosis Paidakis"
            }
          ],
          "datePublic": "2026-07-24T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "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."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            },
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-835",
                  "description": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-27T16:57:14.476Z",
            "orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
            "shortName": "VulnCheck"
          },
          "references": [
            {
              "name": "Researcher Disclosure",
              "tags": [
                "technical-description",
                "exploit"
              ],
              "url": "https://github.com/theopaid/Infinite-Loop-DoS-in-facil.io-MIME-Parser"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://www.vulncheck.com/advisories/facil-io-infinite-loop-dos-via-multipart-mime-body-parser"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "tags": [
            "x_open-source"
          ],
          "title": "facil.io 0.6.0 - 0.7.6 Infinite Loop DoS via Multipart MIME Body Parser",
          "x_generator": {
            "engine": "vulncheck"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
        "assignerShortName": "VulnCheck",
        "cveId": "CVE-2026-66730",
        "datePublished": "2026-07-27T16:55:27.200Z",
        "dateReserved": "2026-07-27T16:27:47.646Z",
        "dateUpdated": "2026-07-27T18:20:19.940Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66729 (GCVE-0-2026-66729)

    Vulnerability from nvd – Published: 2026-07-27 16:52 – Updated: 2026-07-27 17:54 X_Open Source
    VLAI
    Title
    facil.io 0.6.0 - 0.7.6 Integer Underflow DoS via Multipart MIME Body Parser
    Summary
    facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32_t wraparound in http_mime_parser.h causing an out-of-bounds memory read past the name pointer, resulting in a bus fault that crashes the handling worker with a single POST request.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    References
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.6.0 , ≤ 0.7.6 (semver)
    Create a notification for this product.
    Date Public
    2026-07-24 00:00
    Credits
    Theodosis Paidakis
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66729",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-27T17:54:09.357582Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-27T17:54:31.981Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "affected",
              "packageURL": "pkg:github/boazsegev/facil.io",
              "product": "facil.io",
              "repo": "https://github.com/boazsegev/facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "lessThanOrEqual": "0.7.6",
                  "status": "affected",
                  "version": "0.6.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Theodosis Paidakis"
            }
          ],
          "datePublic": "2026-07-24T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32_t wraparound in http_mime_parser.h causing an out-of-bounds memory read past the name pointer, resulting in a bus fault that crashes the handling worker with a single POST request."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            },
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-125",
                  "description": "Out-of-bounds Read",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-27T16:57:48.079Z",
            "orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
            "shortName": "VulnCheck"
          },
          "references": [
            {
              "name": "Researcher Disclosure",
              "tags": [
                "technical-description",
                "exploit"
              ],
              "url": "https://github.com/theopaid/Out-of-Bounds-Read-in-facil.io-MIME-Parser-leads-to-Server-Crash"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://www.vulncheck.com/advisories/facil-io-integer-underflow-dos-via-multipart-mime-body-parser"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "tags": [
            "x_open-source"
          ],
          "title": "facil.io 0.6.0 - 0.7.6 Integer Underflow DoS via Multipart MIME Body Parser",
          "x_generator": {
            "engine": "vulncheck"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
        "assignerShortName": "VulnCheck",
        "cveId": "CVE-2026-66729",
        "datePublished": "2026-07-27T16:52:34.776Z",
        "dateReserved": "2026-07-27T16:27:47.646Z",
        "dateUpdated": "2026-07-27T17:54:31.981Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-16653 (GCVE-0-2026-16653)

    Vulnerability from nvd – Published: 2026-07-23 01:15 – Updated: 2026-07-23 16:06
    VLAI
    Title
    boazsegev facil.io Public Folder http.c http_sendfile2 path traversal
    Summary
    A security flaw has been discovered in boazsegev facil.io up to 0.7.58. This affects the function http_sendfile2 of the file lib/facil/http/http.c of the component Public Folder Handler. Performing a manipulation results in path traversal. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    References
    URL Tags
    https://vuldb.com/vuln/382396 vdb-entrytechnical-description
    https://vuldb.com/vuln/382396/cti signaturepermissions-required
    https://vuldb.com/cve/CVE-2026-16653 third-party-advisory
    https://vuldb.com/submit/860587 third-party-advisory
    https://github.com/boazsegev/facil.io/issues/170 exploitissue-tracking
    https://github.com/boazsegev/facil.io/ product
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.7.0
    Affected: 0.7.1
    Affected: 0.7.2
    Affected: 0.7.3
    Affected: 0.7.4
    Affected: 0.7.5
    Affected: 0.7.6
    Affected: 0.7.7
    Affected: 0.7.8
    Affected: 0.7.9
    Affected: 0.7.10
    Affected: 0.7.11
    Affected: 0.7.12
    Affected: 0.7.13
    Affected: 0.7.14
    Affected: 0.7.15
    Affected: 0.7.16
    Affected: 0.7.17
    Affected: 0.7.18
    Affected: 0.7.19
    Affected: 0.7.20
    Affected: 0.7.21
    Affected: 0.7.22
    Affected: 0.7.23
    Affected: 0.7.24
    Affected: 0.7.25
    Affected: 0.7.26
    Affected: 0.7.27
    Affected: 0.7.28
    Affected: 0.7.29
    Affected: 0.7.30
    Affected: 0.7.31
    Affected: 0.7.32
    Affected: 0.7.33
    Affected: 0.7.34
    Affected: 0.7.35
    Affected: 0.7.36
    Affected: 0.7.37
    Affected: 0.7.38
    Affected: 0.7.39
    Affected: 0.7.40
    Affected: 0.7.41
    Affected: 0.7.42
    Affected: 0.7.43
    Affected: 0.7.44
    Affected: 0.7.45
    Affected: 0.7.46
    Affected: 0.7.47
    Affected: 0.7.48
    Affected: 0.7.49
    Affected: 0.7.50
    Affected: 0.7.51
    Affected: 0.7.52
    Affected: 0.7.53
    Affected: 0.7.54
    Affected: 0.7.55
    Affected: 0.7.56
    Affected: 0.7.57
    Affected: 0.7.58
        cpe:2.3:a:boazsegev:facil.io:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Fantasy_2026 (VulDB User) VulDB CNA Team
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-16653",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-23T16:06:02.664773Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-23T16:06:10.749Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "cpes": [
                "cpe:2.3:a:boazsegev:facil.io:*:*:*:*:*:*:*:*"
              ],
              "modules": [
                "Public Folder Handler"
              ],
              "product": "facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "status": "affected",
                  "version": "0.7.0"
                },
                {
                  "status": "affected",
                  "version": "0.7.1"
                },
                {
                  "status": "affected",
                  "version": "0.7.2"
                },
                {
                  "status": "affected",
                  "version": "0.7.3"
                },
                {
                  "status": "affected",
                  "version": "0.7.4"
                },
                {
                  "status": "affected",
                  "version": "0.7.5"
                },
                {
                  "status": "affected",
                  "version": "0.7.6"
                },
                {
                  "status": "affected",
                  "version": "0.7.7"
                },
                {
                  "status": "affected",
                  "version": "0.7.8"
                },
                {
                  "status": "affected",
                  "version": "0.7.9"
                },
                {
                  "status": "affected",
                  "version": "0.7.10"
                },
                {
                  "status": "affected",
                  "version": "0.7.11"
                },
                {
                  "status": "affected",
                  "version": "0.7.12"
                },
                {
                  "status": "affected",
                  "version": "0.7.13"
                },
                {
                  "status": "affected",
                  "version": "0.7.14"
                },
                {
                  "status": "affected",
                  "version": "0.7.15"
                },
                {
                  "status": "affected",
                  "version": "0.7.16"
                },
                {
                  "status": "affected",
                  "version": "0.7.17"
                },
                {
                  "status": "affected",
                  "version": "0.7.18"
                },
                {
                  "status": "affected",
                  "version": "0.7.19"
                },
                {
                  "status": "affected",
                  "version": "0.7.20"
                },
                {
                  "status": "affected",
                  "version": "0.7.21"
                },
                {
                  "status": "affected",
                  "version": "0.7.22"
                },
                {
                  "status": "affected",
                  "version": "0.7.23"
                },
                {
                  "status": "affected",
                  "version": "0.7.24"
                },
                {
                  "status": "affected",
                  "version": "0.7.25"
                },
                {
                  "status": "affected",
                  "version": "0.7.26"
                },
                {
                  "status": "affected",
                  "version": "0.7.27"
                },
                {
                  "status": "affected",
                  "version": "0.7.28"
                },
                {
                  "status": "affected",
                  "version": "0.7.29"
                },
                {
                  "status": "affected",
                  "version": "0.7.30"
                },
                {
                  "status": "affected",
                  "version": "0.7.31"
                },
                {
                  "status": "affected",
                  "version": "0.7.32"
                },
                {
                  "status": "affected",
                  "version": "0.7.33"
                },
                {
                  "status": "affected",
                  "version": "0.7.34"
                },
                {
                  "status": "affected",
                  "version": "0.7.35"
                },
                {
                  "status": "affected",
                  "version": "0.7.36"
                },
                {
                  "status": "affected",
                  "version": "0.7.37"
                },
                {
                  "status": "affected",
                  "version": "0.7.38"
                },
                {
                  "status": "affected",
                  "version": "0.7.39"
                },
                {
                  "status": "affected",
                  "version": "0.7.40"
                },
                {
                  "status": "affected",
                  "version": "0.7.41"
                },
                {
                  "status": "affected",
                  "version": "0.7.42"
                },
                {
                  "status": "affected",
                  "version": "0.7.43"
                },
                {
                  "status": "affected",
                  "version": "0.7.44"
                },
                {
                  "status": "affected",
                  "version": "0.7.45"
                },
                {
                  "status": "affected",
                  "version": "0.7.46"
                },
                {
                  "status": "affected",
                  "version": "0.7.47"
                },
                {
                  "status": "affected",
                  "version": "0.7.48"
                },
                {
                  "status": "affected",
                  "version": "0.7.49"
                },
                {
                  "status": "affected",
                  "version": "0.7.50"
                },
                {
                  "status": "affected",
                  "version": "0.7.51"
                },
                {
                  "status": "affected",
                  "version": "0.7.52"
                },
                {
                  "status": "affected",
                  "version": "0.7.53"
                },
                {
                  "status": "affected",
                  "version": "0.7.54"
                },
                {
                  "status": "affected",
                  "version": "0.7.55"
                },
                {
                  "status": "affected",
                  "version": "0.7.56"
                },
                {
                  "status": "affected",
                  "version": "0.7.57"
                },
                {
                  "status": "affected",
                  "version": "0.7.58"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "reporter",
              "value": "Fantasy_2026 (VulDB User)"
            },
            {
              "lang": "en",
              "type": "coordinator",
              "value": "VulDB CNA Team"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "A security flaw has been discovered in boazsegev facil.io up to 0.7.58. This affects the function http_sendfile2 of the file lib/facil/http/http.c of the component Public Folder Handler. Performing a manipulation results in path traversal. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "baseScore": 6.9,
                "baseSeverity": "MEDIUM",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P",
                "version": "4.0"
              }
            },
            {
              "cvssV3_1": {
                "baseScore": 5.3,
                "baseSeverity": "MEDIUM",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R",
                "version": "3.1"
              }
            },
            {
              "cvssV3_0": {
                "baseScore": 5.3,
                "baseSeverity": "MEDIUM",
                "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R",
                "version": "3.0"
              }
            },
            {
              "cvssV2_0": {
                "baseScore": 5,
                "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N/E:POC/RL:ND/RC:UR",
                "version": "2.0"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-22",
                  "description": "Path Traversal",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-23T01:15:11.052Z",
            "orgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
            "shortName": "VulDB"
          },
          "references": [
            {
              "name": "VDB-382396 | boazsegev facil.io Public Folder http.c http_sendfile2 path traversal",
              "tags": [
                "vdb-entry",
                "technical-description"
              ],
              "url": "https://vuldb.com/vuln/382396"
            },
            {
              "name": "VDB-382396 | CTI Indicators (IOB, IOC, TTP, IOA)",
              "tags": [
                "signature",
                "permissions-required"
              ],
              "url": "https://vuldb.com/vuln/382396/cti"
            },
            {
              "name": "CVE-2026-16653 | CVE Analysis and Report",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vuldb.com/cve/CVE-2026-16653"
            },
            {
              "name": "Submit #860587 | facil.io \u003c= 0.7.58 Improper Limitation of a Pathname to a Restricted Directory",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vuldb.com/submit/860587"
            },
            {
              "tags": [
                "exploit",
                "issue-tracking"
              ],
              "url": "https://github.com/boazsegev/facil.io/issues/170"
            },
            {
              "tags": [
                "product"
              ],
              "url": "https://github.com/boazsegev/facil.io/"
            }
          ],
          "timeline": [
            {
              "lang": "en",
              "time": "2026-07-22T00:00:00.000Z",
              "value": "Advisory disclosed"
            },
            {
              "lang": "en",
              "time": "2026-07-22T02:00:00.000Z",
              "value": "VulDB entry created"
            },
            {
              "lang": "en",
              "time": "2026-07-22T20:25:44.000Z",
              "value": "VulDB entry last update"
            }
          ],
          "title": "boazsegev facil.io Public Folder http.c http_sendfile2 path traversal"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
        "assignerShortName": "VulDB",
        "cveId": "CVE-2026-16653",
        "datePublished": "2026-07-23T01:15:11.052Z",
        "dateReserved": "2026-07-22T18:20:31.073Z",
        "dateUpdated": "2026-07-23T16:06:10.749Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-16632 (GCVE-0-2026-16632)

    Vulnerability from nvd – Published: 2026-07-22 23:45 – Updated: 2026-07-23 15:36
    VLAI
    Title
    boazsegev facil.io WebSocket Frame websocket_parser.h websocket_on_protocol_error input validation
    Summary
    A flaw has been found in boazsegev facil.io up to 0.7.4. Affected is the function websocket_on_protocol_error in the library lib/facil/http/parsers/websocket_parser.h of the component WebSocket Frame Parser. This manipulation of the argument on_message causes improper input validation. The attack can be initiated remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-20 - Improper Input Validation
    Assigner
    References
    URL Tags
    https://vuldb.com/vuln/382382 vdb-entrytechnical-description
    https://vuldb.com/vuln/382382/cti signaturepermissions-required
    https://vuldb.com/cve/CVE-2026-16632 third-party-advisory
    https://vuldb.com/submit/860585 third-party-advisory
    https://github.com/boazsegev/facil.io/issues/169 exploitissue-tracking
    https://github.com/boazsegev/facil.io/ product
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.7.0
    Affected: 0.7.1
    Affected: 0.7.2
    Affected: 0.7.3
    Affected: 0.7.4
        cpe:2.3:a:boazsegev:facil.io:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Fantasy_2026 (VulDB User) VulDB CNA Team
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-16632",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-23T15:34:33.430401Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-23T15:36:53.311Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://vuldb.com/submit/860585"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "cpes": [
                "cpe:2.3:a:boazsegev:facil.io:*:*:*:*:*:*:*:*"
              ],
              "modules": [
                "WebSocket Frame Parser"
              ],
              "product": "facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "status": "affected",
                  "version": "0.7.0"
                },
                {
                  "status": "affected",
                  "version": "0.7.1"
                },
                {
                  "status": "affected",
                  "version": "0.7.2"
                },
                {
                  "status": "affected",
                  "version": "0.7.3"
                },
                {
                  "status": "affected",
                  "version": "0.7.4"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "reporter",
              "value": "Fantasy_2026 (VulDB User)"
            },
            {
              "lang": "en",
              "type": "coordinator",
              "value": "VulDB CNA Team"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "A flaw has been found in boazsegev facil.io up to 0.7.4. Affected is the function websocket_on_protocol_error in the library lib/facil/http/parsers/websocket_parser.h of the component WebSocket Frame Parser. This manipulation of the argument on_message causes improper input validation. The attack can be initiated remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "baseScore": 6.9,
                "baseSeverity": "MEDIUM",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P",
                "version": "4.0"
              }
            },
            {
              "cvssV3_1": {
                "baseScore": 7.3,
                "baseSeverity": "HIGH",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R",
                "version": "3.1"
              }
            },
            {
              "cvssV3_0": {
                "baseScore": 7.3,
                "baseSeverity": "HIGH",
                "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R",
                "version": "3.0"
              }
            },
            {
              "cvssV2_0": {
                "baseScore": 7.5,
                "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR",
                "version": "2.0"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-20",
                  "description": "Improper Input Validation",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-22T23:45:10.246Z",
            "orgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
            "shortName": "VulDB"
          },
          "references": [
            {
              "name": "VDB-382382 | boazsegev facil.io WebSocket Frame websocket_parser.h websocket_on_protocol_error input validation",
              "tags": [
                "vdb-entry",
                "technical-description"
              ],
              "url": "https://vuldb.com/vuln/382382"
            },
            {
              "name": "VDB-382382 | CTI Indicators (IOB, IOC, IOA)",
              "tags": [
                "signature",
                "permissions-required"
              ],
              "url": "https://vuldb.com/vuln/382382/cti"
            },
            {
              "name": "CVE-2026-16632 | CVE Analysis and Report",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vuldb.com/cve/CVE-2026-16632"
            },
            {
              "name": "Submit #860585 | facil.io \u003c= 0.7.4 Improper Input Validation",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vuldb.com/submit/860585"
            },
            {
              "tags": [
                "exploit",
                "issue-tracking"
              ],
              "url": "https://github.com/boazsegev/facil.io/issues/169"
            },
            {
              "tags": [
                "product"
              ],
              "url": "https://github.com/boazsegev/facil.io/"
            }
          ],
          "timeline": [
            {
              "lang": "en",
              "time": "2026-07-22T00:00:00.000Z",
              "value": "Advisory disclosed"
            },
            {
              "lang": "en",
              "time": "2026-07-22T02:00:00.000Z",
              "value": "VulDB entry created"
            },
            {
              "lang": "en",
              "time": "2026-07-22T18:18:08.000Z",
              "value": "VulDB entry last update"
            }
          ],
          "title": "boazsegev facil.io WebSocket Frame websocket_parser.h websocket_on_protocol_error input validation"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
        "assignerShortName": "VulDB",
        "cveId": "CVE-2026-16632",
        "datePublished": "2026-07-22T23:45:10.246Z",
        "dateReserved": "2026-07-22T16:13:01.618Z",
        "dateUpdated": "2026-07-23T15:36:53.311Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-41146 (GCVE-0-2026-41146)

    Vulnerability from nvd – Published: 2026-04-22 01:07 – Updated: 2026-04-22 13:09
    VLAI
    Title
    facil.io and downstream iodine ruby gem vulnerable to uncontrolled resource consumption and loop with unreachable exit condition
    Summary
    facil.io is a C micro-framework for web applications. Prior to commit 5128747363055201d3ecf0e29bf0a961703c9fa0, `fio_json_parse` can enter an infinite loop when it encounters a nested JSON value starting with `i` or `I`. The process spins in user space and pegs one CPU core at ~100% instead of returning a parse error. Because `iodine` vendors the same parser code, the issue also affects `iodine` when it parses attacker-controlled JSON. The smallest reproducer I found is `[i`. The quoted-value form that originally exposed the issue, `[""i`, reaches the same bug because the parser tolerates missing commas and then treats the trailing `i` as the start of another value. Commit 5128747363055201d3ecf0e29bf0a961703c9fa0 fixes the issue.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-400 - Uncontrolled Resource Consumption
    • CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
    Assigner
    References
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: < 5128747363055201d3ecf0e29bf0a961703c9fa0
    Create a notification for this product.
    boazsegev iodine Affected: < 0.7.59
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-41146",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-04-22T13:09:34.301684Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-04-22T13:09:38.075Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/boazsegev/facil.io/security/advisories/GHSA-2x79-gwq3-vxxm"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 5128747363055201d3ecf0e29bf0a961703c9fa0"
                }
              ]
            },
            {
              "product": "iodine",
              "vendor": "boazsegev",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.7.59"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "facil.io is a C micro-framework for web applications. Prior to commit 5128747363055201d3ecf0e29bf0a961703c9fa0, `fio_json_parse` can enter an infinite loop when it encounters a nested JSON value starting with `i` or `I`. The process spins in user space and pegs one CPU core at ~100% instead of returning a parse error. Because `iodine` vendors the same parser code, the issue also affects `iodine` when it parses attacker-controlled JSON. The smallest reproducer I found is `[i`. The quoted-value form that originally exposed the issue, `[\"\"i`, reaches the same bug because the parser tolerates missing commas and then treats the trailing `i` as the start of another value. Commit 5128747363055201d3ecf0e29bf0a961703c9fa0 fixes the issue."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-400",
                  "description": "CWE-400: Uncontrolled Resource Consumption",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-835",
                  "description": "CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-04-22T01:07:28.660Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/boazsegev/facil.io/security/advisories/GHSA-2x79-gwq3-vxxm",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/boazsegev/facil.io/security/advisories/GHSA-2x79-gwq3-vxxm"
            },
            {
              "name": "https://github.com/boazsegev/facil.io/commit/5128747363055201d3ecf0e29bf0a961703c9fa0",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/boazsegev/facil.io/commit/5128747363055201d3ecf0e29bf0a961703c9fa0"
            }
          ],
          "source": {
            "advisory": "GHSA-2x79-gwq3-vxxm",
            "discovery": "UNKNOWN"
          },
          "title": "facil.io and downstream iodine ruby gem vulnerable to uncontrolled resource consumption and loop with unreachable exit condition"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-41146",
        "datePublished": "2026-04-22T01:07:28.660Z",
        "dateReserved": "2026-04-17T12:59:15.739Z",
        "dateUpdated": "2026-04-22T13:09:38.075Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2024-22050 (GCVE-0-2024-22050)

    Vulnerability from nvd – Published: 2024-01-04 20:24 – Updated: 2026-07-14 22:54
    VLAI
    Title
    Iodine Static File Server Path Traversal Vulnerability
    Summary
    Path traversal in the static file service in Iodine less than 0.7.33 allows an unauthenticated, remote attacker to read files outside the public folder via malicious URLs.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
    Assigner
    Impacted products
    Vendor Product Version
    Affected: 0 , < 0.7.33 (semver)
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-01T22:35:34.791Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "vendor-advisory",
                  "x_transferred"
                ],
                "url": "https://github.com/boazsegev/iodine/security/advisories/GHSA-85rf-xh54-whp3"
              },
              {
                "tags": [
                  "patch",
                  "x_transferred"
                ],
                "url": "https://github.com/boazsegev/iodine/commit/5558233fb7defda706b4f9c87c17759705949889"
              },
              {
                "tags": [
                  "third-party-advisory",
                  "x_transferred"
                ],
                "url": "https://github.com/advisories/GHSA-85rf-xh54-whp3"
              },
              {
                "tags": [
                  "third-party-advisory",
                  "x_transferred"
                ],
                "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-85rf-xh54-whp3"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-22050",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-06-16T18:36:35.376436Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-06-16T18:37:02.336Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://rubygems.org",
              "defaultStatus": "unaffected",
              "packageName": "iodine",
              "packageURL": "pkg:gem/iodine",
              "versions": [
                {
                  "lessThan": "0.7.33",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:boazsegev:iodine:*:*:*:*:*:ruby:*:*",
                      "versionEndExcluding": "0.7.33",
                      "versionStartIncluding": "0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ],
              "operator": "OR"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003ePath traversal in the static file service in Iodine less than 0.7.33 allows an unauthenticated, remote attacker to read files outside the public folder via malicious URLs.\u003c/p\u003e"
                }
              ],
              "value": "Path traversal in the static file service in Iodine less than 0.7.33 allows an unauthenticated, remote attacker to read files outside the public folder via malicious URLs."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-22",
                  "description": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-14T22:54:39.973Z",
            "orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
            "shortName": "VulnCheck"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://github.com/boazsegev/iodine/security/advisories/GHSA-85rf-xh54-whp3"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/boazsegev/iodine/commit/5558233fb7defda706b4f9c87c17759705949889"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://github.com/advisories/GHSA-85rf-xh54-whp3"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-85rf-xh54-whp3"
            }
          ],
          "source": {
            "discovery": "INTERNAL"
          },
          "title": "Iodine Static File Server Path Traversal Vulnerability",
          "x_generator": {
            "engine": "vulncheck"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
        "assignerShortName": "VulnCheck",
        "cveId": "CVE-2024-22050",
        "datePublished": "2024-01-04T20:24:58.500Z",
        "dateReserved": "2024-01-04T18:44:53.108Z",
        "dateUpdated": "2026-07-14T22:54:39.973Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66731 (GCVE-0-2026-66731)

    Vulnerability from cvelistv5 – Published: 2026-07-27 16:57 – Updated: 2026-07-27 17:30 X_Open Source
    VLAI
    Title
    facil.io 0.7.5 - 0.7.6 HTTP/1.1 Chunked Transfer Encoding Parser Crash DoS
    Summary
    facil.io 0.7.5 through 0.7.6 contains a denial-of-service vulnerability in the HTTP/1.1 chunked transfer encoding parser that allows unauthenticated remote attackers to crash the server by sending a negative chunk size value. Attackers can send a single POST request with a Transfer-Encoding: chunked header containing a leading minus sign in the chunk size field, causing the parser in http1_parser.h to compute a large positive integer from the negated value, corrupting internal state and moving the read pointer into unmapped memory resulting in a fault.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    References
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.7.5 , ≤ 0.7.6 (semver)
    Create a notification for this product.
    Date Public
    2026-07-24 00:00
    Credits
    Theodosis Paidakis
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66731",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-27T17:30:15.336024Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-27T17:30:25.874Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "affected",
              "packageURL": "pkg:github/boazsegev/facil.io",
              "product": "facil.io",
              "repo": "https://github.com/boazsegev/facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "lessThanOrEqual": "0.7.6",
                  "status": "affected",
                  "version": "0.7.5",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Theodosis Paidakis"
            }
          ],
          "datePublic": "2026-07-24T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "facil.io 0.7.5 through 0.7.6 contains a denial-of-service vulnerability in the HTTP/1.1 chunked transfer encoding parser that allows unauthenticated remote attackers to crash the server by sending a negative chunk size value. Attackers can send a single POST request with a Transfer-Encoding: chunked header containing a leading minus sign in the chunk size field, causing the parser in http1_parser.h to compute a large positive integer from the negated value, corrupting internal state and moving the read pointer into unmapped memory resulting in a fault."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            },
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-125",
                  "description": "Out-of-bounds Read",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-27T16:57:01.077Z",
            "orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
            "shortName": "VulnCheck"
          },
          "references": [
            {
              "name": "Researcher Disclosure",
              "tags": [
                "technical-description",
                "exploit"
              ],
              "url": "https://github.com/theopaid/Negative-Chunk-Size-Parsing-Causes-Memory-Corruption-in-facil.io-leading-to-Server-Crash"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://www.vulncheck.com/advisories/facil-io-http-chunked-transfer-encoding-parser-crash-dos"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "tags": [
            "x_open-source"
          ],
          "title": "facil.io 0.7.5 - 0.7.6 HTTP/1.1 Chunked Transfer Encoding Parser Crash DoS",
          "x_generator": {
            "engine": "vulncheck"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
        "assignerShortName": "VulnCheck",
        "cveId": "CVE-2026-66731",
        "datePublished": "2026-07-27T16:57:01.077Z",
        "dateReserved": "2026-07-27T16:27:47.646Z",
        "dateUpdated": "2026-07-27T17:30:25.874Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66730 (GCVE-0-2026-66730)

    Vulnerability from cvelistv5 – Published: 2026-07-27 16:55 – Updated: 2026-07-27 18:20 X_Open Source
    VLAI
    Title
    facil.io 0.6.0 - 0.7.6 Infinite Loop DoS via Multipart MIME Body Parser
    Summary
    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.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
    Assigner
    References
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.6.0 , ≤ 0.7.6 (semver)
    Create a notification for this product.
    Date Public
    2026-07-24 00:00
    Credits
    Theodosis Paidakis
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66730",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-27T18:20:01.232115Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-27T18:20:19.940Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "affected",
              "packageURL": "pkg:github/boazsegev/facil.io",
              "product": "facil.io",
              "repo": "https://github.com/boazsegev/facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "lessThanOrEqual": "0.7.6",
                  "status": "affected",
                  "version": "0.6.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Theodosis Paidakis"
            }
          ],
          "datePublic": "2026-07-24T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "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."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            },
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-835",
                  "description": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-27T16:57:14.476Z",
            "orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
            "shortName": "VulnCheck"
          },
          "references": [
            {
              "name": "Researcher Disclosure",
              "tags": [
                "technical-description",
                "exploit"
              ],
              "url": "https://github.com/theopaid/Infinite-Loop-DoS-in-facil.io-MIME-Parser"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://www.vulncheck.com/advisories/facil-io-infinite-loop-dos-via-multipart-mime-body-parser"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "tags": [
            "x_open-source"
          ],
          "title": "facil.io 0.6.0 - 0.7.6 Infinite Loop DoS via Multipart MIME Body Parser",
          "x_generator": {
            "engine": "vulncheck"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
        "assignerShortName": "VulnCheck",
        "cveId": "CVE-2026-66730",
        "datePublished": "2026-07-27T16:55:27.200Z",
        "dateReserved": "2026-07-27T16:27:47.646Z",
        "dateUpdated": "2026-07-27T18:20:19.940Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66729 (GCVE-0-2026-66729)

    Vulnerability from cvelistv5 – Published: 2026-07-27 16:52 – Updated: 2026-07-27 17:54 X_Open Source
    VLAI
    Title
    facil.io 0.6.0 - 0.7.6 Integer Underflow DoS via Multipart MIME Body Parser
    Summary
    facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32_t wraparound in http_mime_parser.h causing an out-of-bounds memory read past the name pointer, resulting in a bus fault that crashes the handling worker with a single POST request.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    References
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.6.0 , ≤ 0.7.6 (semver)
    Create a notification for this product.
    Date Public
    2026-07-24 00:00
    Credits
    Theodosis Paidakis
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66729",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-27T17:54:09.357582Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-27T17:54:31.981Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "affected",
              "packageURL": "pkg:github/boazsegev/facil.io",
              "product": "facil.io",
              "repo": "https://github.com/boazsegev/facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "lessThanOrEqual": "0.7.6",
                  "status": "affected",
                  "version": "0.6.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Theodosis Paidakis"
            }
          ],
          "datePublic": "2026-07-24T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32_t wraparound in http_mime_parser.h causing an out-of-bounds memory read past the name pointer, resulting in a bus fault that crashes the handling worker with a single POST request."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            },
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-125",
                  "description": "Out-of-bounds Read",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-27T16:57:48.079Z",
            "orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
            "shortName": "VulnCheck"
          },
          "references": [
            {
              "name": "Researcher Disclosure",
              "tags": [
                "technical-description",
                "exploit"
              ],
              "url": "https://github.com/theopaid/Out-of-Bounds-Read-in-facil.io-MIME-Parser-leads-to-Server-Crash"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://www.vulncheck.com/advisories/facil-io-integer-underflow-dos-via-multipart-mime-body-parser"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "tags": [
            "x_open-source"
          ],
          "title": "facil.io 0.6.0 - 0.7.6 Integer Underflow DoS via Multipart MIME Body Parser",
          "x_generator": {
            "engine": "vulncheck"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
        "assignerShortName": "VulnCheck",
        "cveId": "CVE-2026-66729",
        "datePublished": "2026-07-27T16:52:34.776Z",
        "dateReserved": "2026-07-27T16:27:47.646Z",
        "dateUpdated": "2026-07-27T17:54:31.981Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-16653 (GCVE-0-2026-16653)

    Vulnerability from cvelistv5 – Published: 2026-07-23 01:15 – Updated: 2026-07-23 16:06
    VLAI
    Title
    boazsegev facil.io Public Folder http.c http_sendfile2 path traversal
    Summary
    A security flaw has been discovered in boazsegev facil.io up to 0.7.58. This affects the function http_sendfile2 of the file lib/facil/http/http.c of the component Public Folder Handler. Performing a manipulation results in path traversal. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    References
    URL Tags
    https://vuldb.com/vuln/382396 vdb-entrytechnical-description
    https://vuldb.com/vuln/382396/cti signaturepermissions-required
    https://vuldb.com/cve/CVE-2026-16653 third-party-advisory
    https://vuldb.com/submit/860587 third-party-advisory
    https://github.com/boazsegev/facil.io/issues/170 exploitissue-tracking
    https://github.com/boazsegev/facil.io/ product
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.7.0
    Affected: 0.7.1
    Affected: 0.7.2
    Affected: 0.7.3
    Affected: 0.7.4
    Affected: 0.7.5
    Affected: 0.7.6
    Affected: 0.7.7
    Affected: 0.7.8
    Affected: 0.7.9
    Affected: 0.7.10
    Affected: 0.7.11
    Affected: 0.7.12
    Affected: 0.7.13
    Affected: 0.7.14
    Affected: 0.7.15
    Affected: 0.7.16
    Affected: 0.7.17
    Affected: 0.7.18
    Affected: 0.7.19
    Affected: 0.7.20
    Affected: 0.7.21
    Affected: 0.7.22
    Affected: 0.7.23
    Affected: 0.7.24
    Affected: 0.7.25
    Affected: 0.7.26
    Affected: 0.7.27
    Affected: 0.7.28
    Affected: 0.7.29
    Affected: 0.7.30
    Affected: 0.7.31
    Affected: 0.7.32
    Affected: 0.7.33
    Affected: 0.7.34
    Affected: 0.7.35
    Affected: 0.7.36
    Affected: 0.7.37
    Affected: 0.7.38
    Affected: 0.7.39
    Affected: 0.7.40
    Affected: 0.7.41
    Affected: 0.7.42
    Affected: 0.7.43
    Affected: 0.7.44
    Affected: 0.7.45
    Affected: 0.7.46
    Affected: 0.7.47
    Affected: 0.7.48
    Affected: 0.7.49
    Affected: 0.7.50
    Affected: 0.7.51
    Affected: 0.7.52
    Affected: 0.7.53
    Affected: 0.7.54
    Affected: 0.7.55
    Affected: 0.7.56
    Affected: 0.7.57
    Affected: 0.7.58
        cpe:2.3:a:boazsegev:facil.io:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Fantasy_2026 (VulDB User) VulDB CNA Team
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-16653",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-23T16:06:02.664773Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-23T16:06:10.749Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "cpes": [
                "cpe:2.3:a:boazsegev:facil.io:*:*:*:*:*:*:*:*"
              ],
              "modules": [
                "Public Folder Handler"
              ],
              "product": "facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "status": "affected",
                  "version": "0.7.0"
                },
                {
                  "status": "affected",
                  "version": "0.7.1"
                },
                {
                  "status": "affected",
                  "version": "0.7.2"
                },
                {
                  "status": "affected",
                  "version": "0.7.3"
                },
                {
                  "status": "affected",
                  "version": "0.7.4"
                },
                {
                  "status": "affected",
                  "version": "0.7.5"
                },
                {
                  "status": "affected",
                  "version": "0.7.6"
                },
                {
                  "status": "affected",
                  "version": "0.7.7"
                },
                {
                  "status": "affected",
                  "version": "0.7.8"
                },
                {
                  "status": "affected",
                  "version": "0.7.9"
                },
                {
                  "status": "affected",
                  "version": "0.7.10"
                },
                {
                  "status": "affected",
                  "version": "0.7.11"
                },
                {
                  "status": "affected",
                  "version": "0.7.12"
                },
                {
                  "status": "affected",
                  "version": "0.7.13"
                },
                {
                  "status": "affected",
                  "version": "0.7.14"
                },
                {
                  "status": "affected",
                  "version": "0.7.15"
                },
                {
                  "status": "affected",
                  "version": "0.7.16"
                },
                {
                  "status": "affected",
                  "version": "0.7.17"
                },
                {
                  "status": "affected",
                  "version": "0.7.18"
                },
                {
                  "status": "affected",
                  "version": "0.7.19"
                },
                {
                  "status": "affected",
                  "version": "0.7.20"
                },
                {
                  "status": "affected",
                  "version": "0.7.21"
                },
                {
                  "status": "affected",
                  "version": "0.7.22"
                },
                {
                  "status": "affected",
                  "version": "0.7.23"
                },
                {
                  "status": "affected",
                  "version": "0.7.24"
                },
                {
                  "status": "affected",
                  "version": "0.7.25"
                },
                {
                  "status": "affected",
                  "version": "0.7.26"
                },
                {
                  "status": "affected",
                  "version": "0.7.27"
                },
                {
                  "status": "affected",
                  "version": "0.7.28"
                },
                {
                  "status": "affected",
                  "version": "0.7.29"
                },
                {
                  "status": "affected",
                  "version": "0.7.30"
                },
                {
                  "status": "affected",
                  "version": "0.7.31"
                },
                {
                  "status": "affected",
                  "version": "0.7.32"
                },
                {
                  "status": "affected",
                  "version": "0.7.33"
                },
                {
                  "status": "affected",
                  "version": "0.7.34"
                },
                {
                  "status": "affected",
                  "version": "0.7.35"
                },
                {
                  "status": "affected",
                  "version": "0.7.36"
                },
                {
                  "status": "affected",
                  "version": "0.7.37"
                },
                {
                  "status": "affected",
                  "version": "0.7.38"
                },
                {
                  "status": "affected",
                  "version": "0.7.39"
                },
                {
                  "status": "affected",
                  "version": "0.7.40"
                },
                {
                  "status": "affected",
                  "version": "0.7.41"
                },
                {
                  "status": "affected",
                  "version": "0.7.42"
                },
                {
                  "status": "affected",
                  "version": "0.7.43"
                },
                {
                  "status": "affected",
                  "version": "0.7.44"
                },
                {
                  "status": "affected",
                  "version": "0.7.45"
                },
                {
                  "status": "affected",
                  "version": "0.7.46"
                },
                {
                  "status": "affected",
                  "version": "0.7.47"
                },
                {
                  "status": "affected",
                  "version": "0.7.48"
                },
                {
                  "status": "affected",
                  "version": "0.7.49"
                },
                {
                  "status": "affected",
                  "version": "0.7.50"
                },
                {
                  "status": "affected",
                  "version": "0.7.51"
                },
                {
                  "status": "affected",
                  "version": "0.7.52"
                },
                {
                  "status": "affected",
                  "version": "0.7.53"
                },
                {
                  "status": "affected",
                  "version": "0.7.54"
                },
                {
                  "status": "affected",
                  "version": "0.7.55"
                },
                {
                  "status": "affected",
                  "version": "0.7.56"
                },
                {
                  "status": "affected",
                  "version": "0.7.57"
                },
                {
                  "status": "affected",
                  "version": "0.7.58"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "reporter",
              "value": "Fantasy_2026 (VulDB User)"
            },
            {
              "lang": "en",
              "type": "coordinator",
              "value": "VulDB CNA Team"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "A security flaw has been discovered in boazsegev facil.io up to 0.7.58. This affects the function http_sendfile2 of the file lib/facil/http/http.c of the component Public Folder Handler. Performing a manipulation results in path traversal. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "baseScore": 6.9,
                "baseSeverity": "MEDIUM",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P",
                "version": "4.0"
              }
            },
            {
              "cvssV3_1": {
                "baseScore": 5.3,
                "baseSeverity": "MEDIUM",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R",
                "version": "3.1"
              }
            },
            {
              "cvssV3_0": {
                "baseScore": 5.3,
                "baseSeverity": "MEDIUM",
                "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R",
                "version": "3.0"
              }
            },
            {
              "cvssV2_0": {
                "baseScore": 5,
                "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N/E:POC/RL:ND/RC:UR",
                "version": "2.0"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-22",
                  "description": "Path Traversal",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-23T01:15:11.052Z",
            "orgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
            "shortName": "VulDB"
          },
          "references": [
            {
              "name": "VDB-382396 | boazsegev facil.io Public Folder http.c http_sendfile2 path traversal",
              "tags": [
                "vdb-entry",
                "technical-description"
              ],
              "url": "https://vuldb.com/vuln/382396"
            },
            {
              "name": "VDB-382396 | CTI Indicators (IOB, IOC, TTP, IOA)",
              "tags": [
                "signature",
                "permissions-required"
              ],
              "url": "https://vuldb.com/vuln/382396/cti"
            },
            {
              "name": "CVE-2026-16653 | CVE Analysis and Report",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vuldb.com/cve/CVE-2026-16653"
            },
            {
              "name": "Submit #860587 | facil.io \u003c= 0.7.58 Improper Limitation of a Pathname to a Restricted Directory",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vuldb.com/submit/860587"
            },
            {
              "tags": [
                "exploit",
                "issue-tracking"
              ],
              "url": "https://github.com/boazsegev/facil.io/issues/170"
            },
            {
              "tags": [
                "product"
              ],
              "url": "https://github.com/boazsegev/facil.io/"
            }
          ],
          "timeline": [
            {
              "lang": "en",
              "time": "2026-07-22T00:00:00.000Z",
              "value": "Advisory disclosed"
            },
            {
              "lang": "en",
              "time": "2026-07-22T02:00:00.000Z",
              "value": "VulDB entry created"
            },
            {
              "lang": "en",
              "time": "2026-07-22T20:25:44.000Z",
              "value": "VulDB entry last update"
            }
          ],
          "title": "boazsegev facil.io Public Folder http.c http_sendfile2 path traversal"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
        "assignerShortName": "VulDB",
        "cveId": "CVE-2026-16653",
        "datePublished": "2026-07-23T01:15:11.052Z",
        "dateReserved": "2026-07-22T18:20:31.073Z",
        "dateUpdated": "2026-07-23T16:06:10.749Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-16632 (GCVE-0-2026-16632)

    Vulnerability from cvelistv5 – Published: 2026-07-22 23:45 – Updated: 2026-07-23 15:36
    VLAI
    Title
    boazsegev facil.io WebSocket Frame websocket_parser.h websocket_on_protocol_error input validation
    Summary
    A flaw has been found in boazsegev facil.io up to 0.7.4. Affected is the function websocket_on_protocol_error in the library lib/facil/http/parsers/websocket_parser.h of the component WebSocket Frame Parser. This manipulation of the argument on_message causes improper input validation. The attack can be initiated remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-20 - Improper Input Validation
    Assigner
    References
    URL Tags
    https://vuldb.com/vuln/382382 vdb-entrytechnical-description
    https://vuldb.com/vuln/382382/cti signaturepermissions-required
    https://vuldb.com/cve/CVE-2026-16632 third-party-advisory
    https://vuldb.com/submit/860585 third-party-advisory
    https://github.com/boazsegev/facil.io/issues/169 exploitissue-tracking
    https://github.com/boazsegev/facil.io/ product
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: 0.7.0
    Affected: 0.7.1
    Affected: 0.7.2
    Affected: 0.7.3
    Affected: 0.7.4
        cpe:2.3:a:boazsegev:facil.io:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Fantasy_2026 (VulDB User) VulDB CNA Team
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-16632",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-23T15:34:33.430401Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-23T15:36:53.311Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://vuldb.com/submit/860585"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "cpes": [
                "cpe:2.3:a:boazsegev:facil.io:*:*:*:*:*:*:*:*"
              ],
              "modules": [
                "WebSocket Frame Parser"
              ],
              "product": "facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "status": "affected",
                  "version": "0.7.0"
                },
                {
                  "status": "affected",
                  "version": "0.7.1"
                },
                {
                  "status": "affected",
                  "version": "0.7.2"
                },
                {
                  "status": "affected",
                  "version": "0.7.3"
                },
                {
                  "status": "affected",
                  "version": "0.7.4"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "reporter",
              "value": "Fantasy_2026 (VulDB User)"
            },
            {
              "lang": "en",
              "type": "coordinator",
              "value": "VulDB CNA Team"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "A flaw has been found in boazsegev facil.io up to 0.7.4. Affected is the function websocket_on_protocol_error in the library lib/facil/http/parsers/websocket_parser.h of the component WebSocket Frame Parser. This manipulation of the argument on_message causes improper input validation. The attack can be initiated remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "baseScore": 6.9,
                "baseSeverity": "MEDIUM",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P",
                "version": "4.0"
              }
            },
            {
              "cvssV3_1": {
                "baseScore": 7.3,
                "baseSeverity": "HIGH",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R",
                "version": "3.1"
              }
            },
            {
              "cvssV3_0": {
                "baseScore": 7.3,
                "baseSeverity": "HIGH",
                "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R",
                "version": "3.0"
              }
            },
            {
              "cvssV2_0": {
                "baseScore": 7.5,
                "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR",
                "version": "2.0"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-20",
                  "description": "Improper Input Validation",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-22T23:45:10.246Z",
            "orgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
            "shortName": "VulDB"
          },
          "references": [
            {
              "name": "VDB-382382 | boazsegev facil.io WebSocket Frame websocket_parser.h websocket_on_protocol_error input validation",
              "tags": [
                "vdb-entry",
                "technical-description"
              ],
              "url": "https://vuldb.com/vuln/382382"
            },
            {
              "name": "VDB-382382 | CTI Indicators (IOB, IOC, IOA)",
              "tags": [
                "signature",
                "permissions-required"
              ],
              "url": "https://vuldb.com/vuln/382382/cti"
            },
            {
              "name": "CVE-2026-16632 | CVE Analysis and Report",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vuldb.com/cve/CVE-2026-16632"
            },
            {
              "name": "Submit #860585 | facil.io \u003c= 0.7.4 Improper Input Validation",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vuldb.com/submit/860585"
            },
            {
              "tags": [
                "exploit",
                "issue-tracking"
              ],
              "url": "https://github.com/boazsegev/facil.io/issues/169"
            },
            {
              "tags": [
                "product"
              ],
              "url": "https://github.com/boazsegev/facil.io/"
            }
          ],
          "timeline": [
            {
              "lang": "en",
              "time": "2026-07-22T00:00:00.000Z",
              "value": "Advisory disclosed"
            },
            {
              "lang": "en",
              "time": "2026-07-22T02:00:00.000Z",
              "value": "VulDB entry created"
            },
            {
              "lang": "en",
              "time": "2026-07-22T18:18:08.000Z",
              "value": "VulDB entry last update"
            }
          ],
          "title": "boazsegev facil.io WebSocket Frame websocket_parser.h websocket_on_protocol_error input validation"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
        "assignerShortName": "VulDB",
        "cveId": "CVE-2026-16632",
        "datePublished": "2026-07-22T23:45:10.246Z",
        "dateReserved": "2026-07-22T16:13:01.618Z",
        "dateUpdated": "2026-07-23T15:36:53.311Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-41146 (GCVE-0-2026-41146)

    Vulnerability from cvelistv5 – Published: 2026-04-22 01:07 – Updated: 2026-04-22 13:09
    VLAI
    Title
    facil.io and downstream iodine ruby gem vulnerable to uncontrolled resource consumption and loop with unreachable exit condition
    Summary
    facil.io is a C micro-framework for web applications. Prior to commit 5128747363055201d3ecf0e29bf0a961703c9fa0, `fio_json_parse` can enter an infinite loop when it encounters a nested JSON value starting with `i` or `I`. The process spins in user space and pegs one CPU core at ~100% instead of returning a parse error. Because `iodine` vendors the same parser code, the issue also affects `iodine` when it parses attacker-controlled JSON. The smallest reproducer I found is `[i`. The quoted-value form that originally exposed the issue, `[""i`, reaches the same bug because the parser tolerates missing commas and then treats the trailing `i` as the start of another value. Commit 5128747363055201d3ecf0e29bf0a961703c9fa0 fixes the issue.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-400 - Uncontrolled Resource Consumption
    • CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
    Assigner
    References
    Impacted products
    Vendor Product Version
    boazsegev facil.io Affected: < 5128747363055201d3ecf0e29bf0a961703c9fa0
    Create a notification for this product.
    boazsegev iodine Affected: < 0.7.59
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-41146",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-04-22T13:09:34.301684Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-04-22T13:09:38.075Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/boazsegev/facil.io/security/advisories/GHSA-2x79-gwq3-vxxm"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "facil.io",
              "vendor": "boazsegev",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 5128747363055201d3ecf0e29bf0a961703c9fa0"
                }
              ]
            },
            {
              "product": "iodine",
              "vendor": "boazsegev",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.7.59"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "facil.io is a C micro-framework for web applications. Prior to commit 5128747363055201d3ecf0e29bf0a961703c9fa0, `fio_json_parse` can enter an infinite loop when it encounters a nested JSON value starting with `i` or `I`. The process spins in user space and pegs one CPU core at ~100% instead of returning a parse error. Because `iodine` vendors the same parser code, the issue also affects `iodine` when it parses attacker-controlled JSON. The smallest reproducer I found is `[i`. The quoted-value form that originally exposed the issue, `[\"\"i`, reaches the same bug because the parser tolerates missing commas and then treats the trailing `i` as the start of another value. Commit 5128747363055201d3ecf0e29bf0a961703c9fa0 fixes the issue."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-400",
                  "description": "CWE-400: Uncontrolled Resource Consumption",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-835",
                  "description": "CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-04-22T01:07:28.660Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/boazsegev/facil.io/security/advisories/GHSA-2x79-gwq3-vxxm",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/boazsegev/facil.io/security/advisories/GHSA-2x79-gwq3-vxxm"
            },
            {
              "name": "https://github.com/boazsegev/facil.io/commit/5128747363055201d3ecf0e29bf0a961703c9fa0",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/boazsegev/facil.io/commit/5128747363055201d3ecf0e29bf0a961703c9fa0"
            }
          ],
          "source": {
            "advisory": "GHSA-2x79-gwq3-vxxm",
            "discovery": "UNKNOWN"
          },
          "title": "facil.io and downstream iodine ruby gem vulnerable to uncontrolled resource consumption and loop with unreachable exit condition"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-41146",
        "datePublished": "2026-04-22T01:07:28.660Z",
        "dateReserved": "2026-04-17T12:59:15.739Z",
        "dateUpdated": "2026-04-22T13:09:38.075Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2024-22050 (GCVE-0-2024-22050)

    Vulnerability from cvelistv5 – Published: 2024-01-04 20:24 – Updated: 2026-07-14 22:54
    VLAI
    Title
    Iodine Static File Server Path Traversal Vulnerability
    Summary
    Path traversal in the static file service in Iodine less than 0.7.33 allows an unauthenticated, remote attacker to read files outside the public folder via malicious URLs.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
    Assigner
    Impacted products
    Vendor Product Version
    Affected: 0 , < 0.7.33 (semver)
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-01T22:35:34.791Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "vendor-advisory",
                  "x_transferred"
                ],
                "url": "https://github.com/boazsegev/iodine/security/advisories/GHSA-85rf-xh54-whp3"
              },
              {
                "tags": [
                  "patch",
                  "x_transferred"
                ],
                "url": "https://github.com/boazsegev/iodine/commit/5558233fb7defda706b4f9c87c17759705949889"
              },
              {
                "tags": [
                  "third-party-advisory",
                  "x_transferred"
                ],
                "url": "https://github.com/advisories/GHSA-85rf-xh54-whp3"
              },
              {
                "tags": [
                  "third-party-advisory",
                  "x_transferred"
                ],
                "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-85rf-xh54-whp3"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-22050",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-06-16T18:36:35.376436Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-06-16T18:37:02.336Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://rubygems.org",
              "defaultStatus": "unaffected",
              "packageName": "iodine",
              "packageURL": "pkg:gem/iodine",
              "versions": [
                {
                  "lessThan": "0.7.33",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:boazsegev:iodine:*:*:*:*:*:ruby:*:*",
                      "versionEndExcluding": "0.7.33",
                      "versionStartIncluding": "0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ],
              "operator": "OR"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003ePath traversal in the static file service in Iodine less than 0.7.33 allows an unauthenticated, remote attacker to read files outside the public folder via malicious URLs.\u003c/p\u003e"
                }
              ],
              "value": "Path traversal in the static file service in Iodine less than 0.7.33 allows an unauthenticated, remote attacker to read files outside the public folder via malicious URLs."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-22",
                  "description": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-14T22:54:39.973Z",
            "orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
            "shortName": "VulnCheck"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://github.com/boazsegev/iodine/security/advisories/GHSA-85rf-xh54-whp3"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/boazsegev/iodine/commit/5558233fb7defda706b4f9c87c17759705949889"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://github.com/advisories/GHSA-85rf-xh54-whp3"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-85rf-xh54-whp3"
            }
          ],
          "source": {
            "discovery": "INTERNAL"
          },
          "title": "Iodine Static File Server Path Traversal Vulnerability",
          "x_generator": {
            "engine": "vulncheck"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
        "assignerShortName": "VulnCheck",
        "cveId": "CVE-2024-22050",
        "datePublished": "2024-01-04T20:24:58.500Z",
        "dateReserved": "2024-01-04T18:44:53.108Z",
        "dateUpdated": "2026-07-14T22:54:39.973Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }