[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Replay problem



>     In IPSEC, replay protection is privided by a Sequence Number Counter 
> and a anti-replay window. But it cause some problem in current 
> implementations according to RFC 2401 Appendix C. When attcker seizes a 
> IPSec flow, the IP address, SPI are known, and then he can send the 
> forge IP packets to the desination, which Sequence Number may be very 
> lage, just simple as 2^32.
> 
>     In the case of using ESP without authentication, after received the 
> forge packet, the anti-replay window of the SA will wrong slide to the 
> last, causing deny receive most packets, otherwise rebuild the SA. This 
> is a serious problem.

If you do not use authentication, then anti-replay checking is not
done.  As you have shown, it would not serve any purpose to do it.

Unfortunately, ESP without authentication remains an allowed feature
of ESP.  It is wise to avoid it, though.

      paul


References: