Site icon EfmSoft

What does NTSTATUS 0xC0360004 (STATUS_IPSEC_REPLAY_CHECK_FAILED) mean?

 
Previous Next
STATUS_IPSEC_WRONG_SA STATUS_IPSEC_INVALID_PACKET

STATUS_IPSEC_REPLAY_CHECK_FAILED

The sequence number was not acceptable for the anti-replay window

STATUS_IPSEC_REPLAY_CHECK_FAILED means the receiver rejected the packet’s ESP sequence number under the anti-replay state for the selected security association. Anti-replay is intentionally stateful: a duplicate packet, a packet too far behind the receive window, or a number that cannot be reconciled with the current state may be discarded even when the peer is otherwise valid.

Do not equate this status with a corrupted packet. Integrity verification protects the sequence number when the anti-replay service is enabled, but replay processing answers a different question: whether this sequence number is still acceptable for this SA. Persistent failures can reveal duplicated traffic, reordering beyond the configured window, an SA reset on one peer, or stale packets after rekeying.

What to verify

References


Looking for a different code? Search another status or error code.

Exit mobile version