GHSA-qjh3-4j3h-vmwp · 深刻度: low · エコシステム: go — notation-go has an OS error when setting CRL cache leads to denial of signature verification
notion-go is a collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications. The issue was identified during Quarkslab's security audit on the Certificate Revocation List (CRL) based revocation check feature. After retrieving the CRL, notation-go attempts to update the CRL cache using the os.Rename method. However, this operation may fail due to operating system-specific limitations, particularly when the source and destination paths are on different mount points. This failure could lead to an unexpected program termination. In method `crl.(*FileCache).Set`, a temporary file is created in the OS dedicated area (like /tmp for, usually, Linux/Unix). The file is written and then it is tried to move it to the dedicated `notation` cache directory thanks `os.Rename`. As specified in Go documentation, OS specific restriction may apply. When used with Linux OS, it is relying on rename syscall from the libc and as per the documentation, moving a file to a different mountpoint raises an EXDEV error, interpreted as Cross device link not permitted error. Some Linux distribution, like RedHat use a dedicated filesystem (tmpfs), mounted on a specific mountpoint (usually /tmp) for temporary files. When using such OS, revocation check based on CRL will repeatedly crash notation. As a result the signature verification process is aborted as process crashes. This issue has been addressed in version 1.3.0-rc.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
総合評価: CVE-2024-51491 は公開エクスプロイトあり(50/100)。CVSS 深刻度は低。悪用される可能性が高い(EPSS 0.19%、9 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.19% | +0.15% |
| 2 | 2025-01-14 | — | 0.04% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 3.3 | 3.1 | LOW |
|
1.8 | 1.4 | [email protected] |
GHSA-qjh3-4j3h-vmwp · 深刻度: low · エコシステム: go — notation-go has an OS error when setting CRL cache leads to denial of signature verification
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
unimportant | CVE-2024-51491 unimportant priority: Debian including 1 source packages (golang-github-notaryproject-notation-go), 2 status rows across 2 suites (forky, sid): resolved 2. | https://security-tracker.debian.org/tracker/CVE-2024-51491 |
ubuntu
|
medium | CVE-2024-51491 medium priority: Ubuntu including 2 source packages (golang-github-notaryproject-notation, golang-github-notaryproject-notation-go), 14 status rows across 7 suites (focal, jammy, noble, oracular, plucky, questing, upstream): DNE 8, needs-triage 4, ignored 2. | https://ubuntu.com/security/CVE-2024-51491 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| notaryproject | notation-go | < 1.3.0 | cpe:2.3:a:notaryproject:notation-go:*:*:*:*:*:*:*:* |
| notaryproject | notation-go | 1.3.0 | cpe:2.3:a:notaryproject:notation-go:1.3.0:rc1:*:*:*:*:*:* |