The is_eow function in format.c in CVSTrac before 2.0.1 does not properly check for the "'" (quote) character, which allows remote authenticated users to execute limited SQL injection attacks and cause a denial of service (database error) via a ' character in certain messages, tickets, or Wiki entries.
総合評価: CVE-2007-0347 は悪用リスクが高い(61.6/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 2.13%、85 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| 3223 | exploit_db | edb | 2007-01-29 | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-11 | 2.28% | 2.13% | -0.15% |
| 2 | 2026-04-14 | 2.43% | 2.28% | -0.15% |
| 3 | 2026-02-23 | — | 2.43% | — |
EPSS の全履歴 (全 17 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 4.3 | 2.0 | MEDIUM |
|
8.6 | 2.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
ubuntu
|
medium | CVE-2007-0347 medium priority: Ubuntu including 1 source packages (cvstrac), 9 status rows across 9 suites (dapper, edgy, feisty, gutsy, hardy, intrepid, jaunty, karmic, upstream): ignored 4, not-affected 4, released 1. | https://ubuntu.com/security/CVE-2007-0347 |
: An SQL injection via this technique is somewhat limited as is_eow() bails on whitespace. So while one _can_ do an SQL injection, one is limited to SQL queries containing only characters which get past the function isspace(3). This effectively limits attacks to SQL commands like "VACUUM".
: The DoS vulnerability exists because the is_eow() function in "format.c" does NOT just check the FIRST character of the supplied string for an End-Of-Word terminating character, but instead iterates over string and this way can skip a single embedded quotation mark. The is_repository_file() function then in turn assumes that the filename string can never contain a single quotation mark and traps into a SQL escaping problem.
: Successful remote unauthenticated exploit requires that CVSTrac is explicitly configured to allow anonymous users to add tickets (it is not by default).
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| cvstrac | cvstrac | <= 2.0 | cpe:2.3:a:cvstrac:cvstrac:*:*:*:*:*:*:*:* |
| cvstrac | cvstrac | 1.1 | cpe:2.3:a:cvstrac:cvstrac:1.1:*:*:*:*:*:*:* |
| cvstrac | cvstrac | 1.1.1 | cpe:2.3:a:cvstrac:cvstrac:1.1.1:*:*:*:*:*:*:* |
| cvstrac | cvstrac | 1.1.2 | cpe:2.3:a:cvstrac:cvstrac:1.1.2:*:*:*:*:*:*:* |
| cvstrac | cvstrac | 1.1.3 | cpe:2.3:a:cvstrac:cvstrac:1.1.3:*:*:*:*:*:*:* |
| cvstrac | cvstrac | 1.1.4 | cpe:2.3:a:cvstrac:cvstrac:1.1.4:*:*:*:*:*:*:* |