And some security comments
2002-12-09 01:18:50 GMT
Since I'm about to disappear again, I thought I'd make some preliminary security observations, although I'd prefer waiting for the answers to some of my basic vrrp questions first. 1) I have a lot of sympathy with whoever said that there are so many ways of doing DOS with bridges and LANs, that it's overkill to do heavy-handed crypto. 2) "use AH" isn't a completely specified answer. What is the SPI? What is the sequence number? What do you do as a result of seeing a particular sequence number? Is it allowed to wrap around? What if someone transmits something with the highest possible sequence number? 3) AH does not seem like an appropriate solution. Why protect the IP header? (which I'd think shouldn't be there either...this is a local-to-a-LAN protocol...the IP header doesn't do anything for you). I'd think it would be more straightforward to replace the cleartext password with a keyed hash, and some very careful specification of sequence number discipline. AH (or ESP) is much more appropriate for 2-party communication. 4) After careful analysis it really might be decided that crypto is not really appropriate. Or even passwords (see my other note about asking(Continue reading)
RSS Feed