h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and HTTP/3. In version 2.3.0-beta2 and prior, when h2o is configured to listen to multiple addresses or ports with each of them using different backend servers managed by multiple entities, a malicious backend entity that also has the opportunity to observe or inject packets exchanged between the client and h2o may misdirect HTTPS requests going to other backends and observe the contents of that HTTPS request being sent. The attack involves a victim client trying to resume a TLS connection and an attacker redirecting the packets to a different address or port than that intended by the client. The attacker must already have been configured by the administrator of h2o to act as a backend to one of the addresses or ports that the h2o instance listens to. Session IDs and tickets generated by h2o are not bound to information specific to the server address, port, or the X.509 certificate, and therefore it is possible for an attacker to force the victim connection to wrongfully resume against a different server address or port on which the same h2o instance is listening. Once a TLS session is misdirected to resume to a server address / port that is configured to use an attacker-controlled server as the backend, depending on the configuration, HTTPS requests from the victim client may be forwarded to the attacker's server. An H2O instance is vulnerable to this attack only if the instance is configured to listen to different addresses or ports using the listen directive at the host level and the instance is configured to connect to backend servers managed by multiple entities. A patch is available at commit 35760540337a47e5150da0f4a66a609fad2ef0ab. As a workaround, one may stop using using host-level listen directives in favor of global-level ones.
総合評価: CVE-2023-41337 は低リスク(33/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.08%、24 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2025-11-21 | 0.03% | 0.08% | +0.05% |
| 2 | 2025-11-18 | 0.08% | 0.03% | -0.05% |
| 3 | 2025-04-15 | — | 0.08% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.1 | 3.1 | MEDIUM |
|
0.9 | 5.2 | [email protected] |
| 6.7 | 3.1 | MEDIUM |
|
1.5 | 5.2 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2023-41337: 1 source package rows (h2o); 3 state rows across 2 repos (3.19-community, edge-community); fixed 0, open 3. | https://security.alpinelinux.org/vuln/CVE-2023-41337 |
debian
|
not yet assigned | CVE-2023-41337 not yet assigned priority: Debian including 1 source packages (h2o), 2 status rows across 2 suites (bookworm, bullseye): open 2. | https://security-tracker.debian.org/tracker/CVE-2023-41337 |
ubuntu
|
medium | CVE-2023-41337 medium priority: Ubuntu including 1 source packages (h2o), 12 status rows across 12 suites (bionic, focal, jammy, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): ignored 6, needs-triage 5, DNE 1. | https://ubuntu.com/security/CVE-2023-41337 |
| URL | タグ |
|---|---|
| https://github.com/h2o/h2o/commit/35760540337a47e5150da0f4a66a609fad2ef0ab | Patch |
| https://github.com/h2o/h2o/security/advisories/GHSA-5v5r-rghf-rm6q | Mitigation Patch Vendor Advisory |