AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2019-18792

CRITICAL · CVSS 9.1 EPSS 2.52% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2020-01-06 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2019-18792
Severity
CRITICAL
CVSS
9.1
EPSS
2.52%
Windows Linux

Original NVD Description

An issue was discovered in Suricata 5.0.0. It is possible to bypass/evade any tcp based signature by overlapping a TCP segment with a fake FIN packet. The fake FIN packet is injected just before the PUSH ACK packet we want to bypass. The PUSH ACK packet (containing the data) will be ignored by Suricata because it overlaps the FIN packet (the sequence and ack number are identical in the two packets). The client will ignore the fake FIN packet because the ACK flag is not set. Both linux and windows clients are ignoring the injected packet.