Last Modified: May 29, 2024
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
11.6.3, 11.6.3.1, 11.6.3.2, 11.6.3.3, 11.6.3.4, 11.6.4, 11.6.5, 12.1.3, 12.1.3.1, 12.1.3.2, 12.1.3.3, 12.1.3.4, 12.1.3.5, 12.1.3.6, 12.1.3.7, 12.1.4, 12.1.4.1, 13.1.1, 13.1.1.2, 13.1.1.3, 13.1.1.4, 13.1.1.5, 14.0.0, 14.0.0.1, 14.0.0.2, 14.0.0.3, 14.0.0.4, 14.0.0.5, 14.0.1, 14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5
Fixed In:
15.1.0, 15.0.0, 14.1.0.6, 14.0.1.1, 13.1.3, 12.1.5, 11.6.5.1
Opened: Mar 06, 2019 Severity: 3-Major
After TCP sends a packet with FIN, retransmitted data earlier in the sequence space might also have the FIN bit set.
The retransmitted packet has the FIN bit set even if it does not contain the end of the data stream. This might cause the connection to stall near the end.
-- Nagle is enabled. -- TCP has already sent a FIN. -- A packet is retransmitted with less than MSS bytes in the send queue.
Set Nagle to disabled in the TCP profile.
The incorrect FIN bit is removed.