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.
Conclusion & alert: CVE-2019-10056 is rated High Exploit Risk (67.9/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.50%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2025-11-21 | 0.39% | 0.50% | +0.11% |
| 2 | 2025-11-18 | 0.50% | 0.39% | -0.11% |
| 3 | 2025-10-05 | — | 0.50% | — |
Full EPSS history (11 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 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 |
| Vendor | Product | Version | Raw 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 | Tags |
|---|---|
| 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 |