ubuntu-cve-2024-25622
Vulnerability from osv_ubuntu
Published
2024-10-11 15:15
Modified
2026-04-22 07:48
Summary
Details

h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and HTTP/3. The configuration directives provided by the headers handler allows users to modify the response headers being sent by h2o. The configuration file of h2o has scopes, and the inner scopes (e.g., path level) are expected to inherit the configuration defined in outer scopes (e.g., global level). However, if a header directive is used in the inner scope, all the definition in outer scopes are ignored. This can lead to headers not being modified as expected. Depending on the headers being added or removed unexpectedly, this behavior could lead to unexpected client behavior. This vulnerability is fixed in commit 123f5e2b65dcdba8f7ef659a00d24bd1249141be.


{
  "affected": [
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "h2o",
            "binary_version": "2.2.4+dfsg-1ubuntu0.1~esm2"
          },
          {
            "binary_name": "libh2o-dev-common",
            "binary_version": "2.2.4+dfsg-1ubuntu0.1~esm2"
          },
          {
            "binary_name": "libh2o-evloop0.13",
            "binary_version": "2.2.4+dfsg-1ubuntu0.1~esm2"
          },
          {
            "binary_name": "libh2o0.13",
            "binary_version": "2.2.4+dfsg-1ubuntu0.1~esm2"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "h2o",
        "purl": "pkg:deb/ubuntu/h2o@2.2.4+dfsg-1ubuntu0.1~esm2?arch=source\u0026distro=esm-apps/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "2.2.3+dfsg-2",
        "2.2.4+dfsg-1",
        "2.2.4+dfsg-1build1",
        "2.2.4+dfsg-1ubuntu0.1~esm2"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "h2o",
            "binary_version": "2.2.5+dfsg2-3ubuntu0.1~esm1"
          },
          {
            "binary_name": "libh2o-dev-common",
            "binary_version": "2.2.5+dfsg2-3ubuntu0.1~esm1"
          },
          {
            "binary_name": "libh2o-evloop0.13",
            "binary_version": "2.2.5+dfsg2-3ubuntu0.1~esm1"
          },
          {
            "binary_name": "libh2o0.13",
            "binary_version": "2.2.5+dfsg2-3ubuntu0.1~esm1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:20.04:LTS",
        "name": "h2o",
        "purl": "pkg:deb/ubuntu/h2o@2.2.5+dfsg2-3ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/focal"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "2.2.5+dfsg2-3",
        "2.2.5+dfsg2-3build1",
        "2.2.5+dfsg2-3ubuntu0.1~esm1"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "h2o",
            "binary_version": "2.2.5+dfsg2-6.1ubuntu2+esm1"
          },
          {
            "binary_name": "libh2o-dev-common",
            "binary_version": "2.2.5+dfsg2-6.1ubuntu2+esm1"
          },
          {
            "binary_name": "libh2o-evloop0.13",
            "binary_version": "2.2.5+dfsg2-6.1ubuntu2+esm1"
          },
          {
            "binary_name": "libh2o0.13",
            "binary_version": "2.2.5+dfsg2-6.1ubuntu2+esm1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "h2o",
        "purl": "pkg:deb/ubuntu/h2o@2.2.5+dfsg2-6.1ubuntu2+esm1?arch=source\u0026distro=esm-apps/jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "2.2.5+dfsg2-6",
        "2.2.5+dfsg2-6.1",
        "2.2.5+dfsg2-6.1ubuntu1",
        "2.2.5+dfsg2-6.1ubuntu2",
        "2.2.5+dfsg2-6.1ubuntu2+esm1"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "h2o",
            "binary_version": "2.2.5+dfsg2-8.1ubuntu3"
          },
          {
            "binary_name": "libh2o-dev-common",
            "binary_version": "2.2.5+dfsg2-8.1ubuntu3"
          },
          {
            "binary_name": "libh2o-evloop0.13t64",
            "binary_version": "2.2.5+dfsg2-8.1ubuntu3"
          },
          {
            "binary_name": "libh2o0.13t64",
            "binary_version": "2.2.5+dfsg2-8.1ubuntu3"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:24.04:LTS",
        "name": "h2o",
        "purl": "pkg:deb/ubuntu/h2o@2.2.5+dfsg2-8.1ubuntu3?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "2.2.5+dfsg2-7",
        "2.2.5+dfsg2-8",
        "2.2.5+dfsg2-8.1ubuntu1",
        "2.2.5+dfsg2-8.1ubuntu2",
        "2.2.5+dfsg2-8.1ubuntu3"
      ]
    }
  ],
  "aliases": [],
  "details": "h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and HTTP/3. The configuration directives provided by the headers handler allows users to modify the response headers being sent by h2o. The configuration file of h2o has scopes, and the inner scopes (e.g., path level) are expected to inherit the configuration defined in outer scopes (e.g., global level). However, if a header directive is used in the inner scope, all the definition in outer scopes are ignored. This can lead to headers not being modified as expected. Depending on the headers being added or removed unexpectedly, this behavior could lead to unexpected client behavior. This vulnerability is fixed in commit 123f5e2b65dcdba8f7ef659a00d24bd1249141be.",
  "id": "UBUNTU-CVE-2024-25622",
  "modified": "2026-04-22T07:48:01Z",
  "published": "2024-10-11T15:15:00Z",
  "references": [
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2024-25622"
    },
    {
      "type": "REPORT",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-25622"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/h2o/h2o/security/advisories/GHSA-5m7v-cj65-h6pj"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/h2o/h2o/issues/3332"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/h2o/h2o/commit/123f5e2b65dcdba8f7ef659a00d24bd1249141be"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
      "type": "CVSS_V3"
    },
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
      "type": "CVSS_V3"
    },
    {
      "score": "medium",
      "type": "Ubuntu"
    }
  ],
  "upstream": [
    "CVE-2024-25622"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…