GHSA-5r3x-p7xx-x6q5 · 深刻度: medium · エコシステム: rust — Comrak AST node data is not validated (GHSL-2023-049)
comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A Comrak AST can be constructed manually by a program instead of parsing a Markdown document with `parse_document`. This AST can then be converted to HTML via `html::format_document_with_plugins`. However, the HTML formatting code assumes that the AST is well-formed. For example, many AST notes contain `[u8]` fields which the formatting code assumes is valid UTF-8 data. Several bugs can be triggered if this is not the case. Version 0.17.0 contains adjustments to the AST, storing strings instead of unvalidated byte arrays. Users are advised to upgrade. Users unable to upgrade may manually validate UTF-8 correctness of all data when assigning to `&[u8]` and `Vec<u8>` fields in the AST. This issue is also tracked as `GHSL-2023-049`.
総合評価: CVE-2023-28631 は中リスク(44.9/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 1.27%、66 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.58% | 1.27% | +0.69% |
| 2 | 2026-05-01 | 0.37% | 0.58% | +0.21% |
| 3 | 2026-04-15 | — | 0.37% | — |
EPSS の全履歴 (全 18 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-5r3x-p7xx-x6q5 · 深刻度: medium · エコシステム: rust — Comrak AST node data is not validated (GHSL-2023-049)
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| comrak_project | comrak | < 0.17.0 | cpe:2.3:a:comrak_project:comrak:*:*:*:*:*:rust:*:* |