GHSA-37ch-88jc-xwx2 · 深刻度: high · エコシステム: npm — path-to-regexp vulnerable to Regular Expression Denial of Service via multiple route parameters
Impact: A bad regular expression is generated any time you have three or more parameters within a single segment, separated by something that is not a period (.). For example, /:a-:b-:c or /:a-:b-:c-:d. The backtrack protection added in [email protected] only prevents ambiguity for two parameters. With three or more, the generated lookahead does not block single separator characters, so capture groups overlap and cause catastrophic backtracking. Patches: Upgrade to [email protected] Custom regex patterns in route definitions (e.g., /:a-:b([^-/]+)-:c([^-/]+)) are not affected because they override the default capture group. Workarounds: All versions can be patched by providing a custom regular expression for parameters after the first in a single segment. As long as the custom regular expression does not match the text before the parameter, you will be safe. For example, change /:a-:b-:c to /:a-:b([^-/]+)-:c([^-/]+). If paths cannot be rewritten and versions cannot be upgraded, another alternative is to limit the URL length.
総合評価: CVE-2026-4867 は中リスク(43.9/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.50%、38 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.50% | +0.48% |
| 2 | 2026-05-22 | 0.05% | 0.02% | -0.03% |
| 3 | 2026-04-01 | — | 0.05% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | ce714d77-add3-4f53-aff5-83d477b104bb |
GHSA-37ch-88jc-xwx2 · 深刻度: high · エコシステム: npm — path-to-regexp vulnerable to Regular Expression Denial of Service via multiple route parameters
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-4867 not yet assigned priority: Debian including 1 source packages (node-path-to-regexp), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2026-4867 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-4867 |
ubuntu
|
medium | CVE-2026-4867 medium priority: Ubuntu including 1 source packages (node-path-to-regexp), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, upstream, xenial): needs-triage 3, not-affected 3, released 1. | https://ubuntu.com/security/CVE-2026-4867 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| pillarjs | path-to-regexp | < 0.1.13 | cpe:2.3:a:pillarjs:path-to-regexp:*:*:*:*:*:node.js:*:* |
| URL | タグ |
|---|---|
| https://blakeembrey.com/posts/2024-09-web-redos | Technical Description |
| https://cna.openjsf.org/security-advisories.html | Third Party Advisory |
| https://github.com/advisories/GHSA-9wv6-86v2-598j | Not Applicable |