cpdb-libs provides frontend and backend libraries for the Common Printing Dialog Backends (CPDB) project. In versions 1.0 through 2.0b4, cpdb-libs is vulnerable to buffer overflows via improper use of `scanf(3)`. cpdb-libs uses the `fscanf()` and `scanf()` functions to parse command lines and configuration files, dropping the read string components into fixed-length buffers, but does not limit the length of the strings to be read by `fscanf()` and `scanf()` causing buffer overflows when a string is longer than 1023 characters. A patch for this issue is available at commit f181bd1f14757c2ae0f17cc76dc20421a40f30b7. As all buffers have a length of 1024 characters, the patch limits the maximum string length to be read to 1023 by replacing all occurrences of `%s` with `%1023s` in all calls of the `fscanf()` and `scanf()` functions.
総合評価: CVE-2023-34095 は悪用リスクが高い(80.4/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 1.54%、72 パーセンタイル) 根拠: 公開エクスプロイトが 2 件参照されています(Exploit-DB)。 直近 1 日で EPSS が +1.17% 上昇。悪用への関心が高まっている可能性があります。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ | |
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.37% | 1.54% | +1.17% |
| 2 | 2026-03-24 | 0.48% | 0.37% | -0.11% |
| 3 | 2026-03-09 | — | 0.48% | — |
EPSS の全履歴 (全 19 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2023-34095 not yet assigned priority: Debian including 1 source packages (cpdb-libs), 4 status rows across 4 suites (bookworm, forky, sid, trixie): resolved 4. | https://security-tracker.debian.org/tracker/CVE-2023-34095 |
ubuntu
|
medium | CVE-2023-34095 medium priority: Ubuntu including 1 source packages (cpdb-libs), 13 status rows across 13 suites (bionic, focal, jammy, kinetic, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): released 9, DNE 2, needed 1, needs-triage 1. | https://ubuntu.com/security/CVE-2023-34095 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| openprinting | cpdb-libs | >= 1.0, < 2.0 | cpe:2.3:a:openprinting:cpdb-libs:*:*:*:*:*:*:*:* |
| openprinting | cpdb-libs | 2.0 | cpe:2.3:a:openprinting:cpdb-libs:2.0:beta1:*:*:*:*:*:* |
| openprinting | cpdb-libs | 2.0 | cpe:2.3:a:openprinting:cpdb-libs:2.0:beta2:*:*:*:*:*:* |
| openprinting | cpdb-libs | 2.0 | cpe:2.3:a:openprinting:cpdb-libs:2.0:beta3:*:*:*:*:*:* |
| openprinting | cpdb-libs | 2.0 | cpe:2.3:a:openprinting:cpdb-libs:2.0:beta4:*:*:*:*:*:* |