cpp-httplib is a C++ header-only HTTP/HTTPS server and client library. Prior to version 0.20.1, the library fails to enforce configured size limits on incoming request bodies when `Transfer-Encoding: chunked` is used or when no `Content-Length` header is provided. A remote attacker can send a chunked request without the terminating zero-length chunk, causing uncontrolled memory allocation on the server. This leads to potential exhaustion of system memory and results in a server crash or unresponsiveness. Version 0.20.1 fixes the issue by enforcing limits during parsing. If the limit is exceeded at any point during reading, the connection is terminated immediately. A short-term workaround through a Reverse Proxy is available. If updating the library immediately is not feasible, deploy a reverse proxy (e.g., Nginx, HAProxy) in front of the `cpp-httplib` application. Configure the proxy to enforce maximum request body size limits, thereby stopping excessively large requests before they reach the vulnerable library code.
総合評価: CVE-2025-46728 は悪用リスクが高い(60.3/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.60%、44 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.68% | 0.60% | -0.08% |
| 2 | 2026-06-14 | 1.01% | 0.68% | -0.33% |
| 3 | 2026-04-26 | — | 1.01% | — |
EPSS の全履歴 (全 17 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2025-46728 not yet assigned priority: Debian including 1 source packages (cpp-httplib), 4 status rows across 4 suites (bookworm, forky, sid, trixie): resolved 3, open 1. | https://security-tracker.debian.org/tracker/CVE-2025-46728 |
suse
|
high | — | https://www.suse.com/security/cve/CVE-2025-46728/ |
ubuntu
|
medium | CVE-2025-46728 medium priority: Ubuntu including 1 source packages (cpp-httplib), 7 status rows across 7 suites (focal, jammy, noble, oracular, plucky, questing, upstream): needed 3, ignored 2, DNE 1, released 1. | https://ubuntu.com/security/CVE-2025-46728 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| cpp-httplib_project | cpp-httplib | < 0.20.1 | cpe:2.3:a:cpp-httplib_project:cpp-httplib:*:*:*:*:*:*:*:* |