An issue was discovered in Suricata 4.1.3. The code mishandles the case of sending a network packet with the right type, such that the function DecodeEthernet in decode-ethernet.c is executed a second time. At this point, the algorithm cuts the first part of the packet and doesn't determine the current length. Specifically, if the packet is exactly 28 long, in the first iteration it subtracts 14 bytes. Then, it is working with a packet length of 14. At this point, the case distinction says it is a valid packet. After that it casts the packet, but this packet has no type, and the program crashes at the type case distinction.
総合評価: CVE-2019-10056 は悪用リスクが高い(70/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 1.40%、69 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.50% | 1.40% | +0.90% |
| 2 | 2025-11-21 | 0.39% | 0.50% | +0.11% |
| 3 | 2025-11-18 | — | 0.39% | — |
EPSS の全履歴 (全 12 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.0 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2019-10056 not yet assigned priority: Debian including 1 source packages (suricata), 4 status rows across 4 suites (bullseye, forky, sid, trixie): resolved 4. | https://security-tracker.debian.org/tracker/CVE-2019-10056 |
ubuntu
|
medium | CVE-2019-10056 medium priority: Ubuntu including 1 source packages (suricata), 18 status rows across 18 suites (bionic, disco, eoan, focal, groovy, hirsute, impish, jammy, kinetic, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): not-affected 8, DNE 5, needs-triage 3, ignored 2. | https://ubuntu.com/security/CVE-2019-10056 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| suricata-ids | suricata | 4.1.3 | cpe:2.3:a:suricata-ids:suricata:4.1.3:*:*:*:*:*:*:* |
| suricata-ids | suricata | 4.1.4 | cpe:2.3:a:suricata-ids:suricata:4.1.4:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://redmine.openinfosecfoundation.org/issues/2946 | Exploit Issue Tracking Third Party Advisory |
| https://suricata-ids.org/2019/04/30/suricata-4-1-4-released/ | Not Applicable Release Notes Vendor Advisory |