NTA Monitor

Latest News

New version of network scanning tool arp-scan released

15th March 2011 A new version of a respected and popular network scanning tool has been released. Read More

Tests show rise in number of vulnerabilities affecting web applications with SQL Injection and XSS most common flaws

1st March 2011 SQL injection and cross-site scripting (XSS) were the most common flaws found in web applications in 2010 according to results from tests carried out by NTA Monitor. Read More

Assess risk to manage effects of budget cuts

9th February 2011 Signs of economic recovery may be appearing in some industries, but for most organisations - particularly in the public sector - budget cuts and cost savings are here to stay for the foreseeable future. Read More

"Basic security threats not changed in 15 years"

1st February 2011 There may have been significant technological advances to the hardware and software organisations use, but according to Roy Hills, who co-founded NTA Monitor in 1996, the basic security threats have not changed in the last 15 years. Read More

The limitations of reactive patching

We're all aware of the huge numbers of patches that are being issued to fix security flaws, but these patches are invariably developed as a response to a vulnerability that's been discovered by a researcher or exploited by attackers. We see very little proactive patching based on generic issues or vulnerabilities that are known to affect other vendors' products. In short, vendors do not look beyond their own implementation when it comes to patching flaws and as a result, the products have avoidable vulnerabilities.

NTA has found various VPN IPsec flaws in the past and in our experience, the best example of reactive patching seen is the username enumeration issue; it's been identified and fixed in four implementations and has been identified but not fixed in two more. Preventing username enumeration by not giving different authentication results based on the validity of the username is a well-known security concept that was first detailed in Morris' Password Security Paper in 1979, in which he wrote:

"It is poor design to write the login command in such a way that it tells an interloper when he has typed in a invalid user name. The response to an invalid name should be identical to that for a valid name."

It was therefore surprising that NTA found this vulnerability in Check Point's IPsec implementation in 2003, almost twenty five years after the paper that had warned against it. However, even more surprising was the fact that we also found the exact same vulnerability in Cisco's and Juniper's implementations in 2005 and Symantec's in 2007. One would have expected that given both the existing best-practice laid out in the paper, plus the fact that this vulnerability had been found, patched and reported in their competitor's products would have led the other vendors to test their own products for this flaw. What's more, NTA's open source ike-scan tool can easily test for this issue and details of how the various vulnerable products were tested were given in the advisories published by NTA. What is perhaps even more shocking is that we know of two other products that are also vulnerable to this issue but have not been patched, one of which is still vulnerable three years after the vendor was first informed. We suspect that there are also other products out there that we haven't tested that are also vulnerable to this issue.

This is just one example of a multi-vendor issue and it's certainly not the only one. This raises the question: why do vendors not bother to investigate these known issues? Despite the fact that vendors regularly claim to be serious about security, it's difficult not to be cynical and dismiss this as mere lip service when such failures are discovered.

Perhaps there is a need for independent testing of vendors' products for this sort of known security risk. It certainly seems that we cannot rely on the vendors to do it themselves.