VDB
CVE-2019-16411
CVE-2019-16411
PUBLISHED
An issue was discovered in Suricata 4.1.4. By sending multiple IPv4 packets that have invalid IPv4Options, the function IPV4OptValidateTimestamp in decode-ipv4.c tries to access a memory region that is not allocated. There is a check for o->len < 5 (corresponding to 2 bytes of header and 3 bytes of data). Then, "flag = *(o->data + 3)" places one beyond the 3 bytes, because the code should have been "flag = *(o->data + 1)" instead.
EPSS 0.62% · 70.5th percentile
Risk Scores
EPSS Score
0.62%
70.5th percentile
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Ubuntu:18.04:LTS | suricata | 0, 3.2-2ubuntu3 |
| Ubuntu:16.04:LTS | suricata | 2.0.11-1, 3.0-1, 2.0.9-1 |
Exploit Intelligence
Timeline
- Sep 24, 2019 CVE Published
- Apr 14, 2021 EPSS Score
- Jun 23, 2021 EPSS Score
- Aug 24, 2021 EPSS Score
- Dec 27, 2021 EPSS Score
- Jan 6, 2022 EPSS Score
- Feb 4, 2022 EPSS Score
- Feb 28, 2022 EPSS Score
- Apr 1, 2022 EPSS Score
- Jul 3, 2022 EPSS Score
- Sep 4, 2022 EPSS Score
- Nov 6, 2022 EPSS Score
References
- https://ubuntu.com/security/CVE-2019-16411 third-party-advisory
- https://suricata-ids.org/2019/09/24/suricata-4-1-5-released/ third-party-advisory
- https://www.cve.org/CVERecord?id=CVE-2019-16411 third-party-advisory