Vulnerability Details : CVE-2019-16411
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.
Products affected by CVE-2019-16411
- cpe:2.3:a:suricata-ids:suricata:4.1.4:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2019-16411
0.62%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 68 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2019-16411
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | AV:N/AC:L/Au:N/C:P/I:P/A:P |
10.0
|
6.4
|
NIST | |
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST |
CWE ids for CVE-2019-16411
-
The product reads data past the end, or before the beginning, of the intended buffer.Assigned by: nvd@nist.gov (Primary)
References for CVE-2019-16411
-
https://www.code-intelligence.com/cve-2019-16411
CVE-2019-16411 | Code Intelligence
-
https://lists.openinfosecfoundation.org/pipermail/oisf-announce/
The Oisf-announce ArchivesThird Party Advisory
-
https://suricata-ids.org/2019/09/24/suricata-4-1-5-released/
Suricata 4.1.5 released | SuricataRelease Notes;Vendor Advisory
Jump to