Home > Articles > Security > Network Security

Why IT Pros Need to Learn About IPv6 Security Now: An Interview with Scott Hogg and Eric Vyncke

Does moving to IPv6 solve the security ills of the IPv4 world, and will organizations need to throw out their existing security products once they've transitioned? Linda Leung talks with Scott Hogg and Eric Vyncke about these and other IPv6 security issues.
Like this article? We recommend

Like this article? We recommend

Many people are familiar with the near-depletion of IPv4 addresses and the move to IPv6, which will free up more IP addresses for enterprises and service providers to give to new applications and devices. But the move to the new protocol opens many questions about security. Does moving to IPv6 solve the security ills of the IPv4 world, and will organizations need to throw out their existing security products once they've transitioned?

I asked quizzed security experts and co-authors of IPv6 Security, Scott Hogg and Eric Vyncke, about these and other IPv6 security issues ahead of Cisco Live in San Francisco.

Scott Hogg, CCIE, is the director of advanced technology services at GTRI and is responsible for setting the technical direction for GTRI and helping the company create service offerings in emerging technologies such as IPv6. Eric Vyncke works as a distinguished consulting engineer for Cisco Systems as a technical consultant for security covering the whole Europe. His area of expertise for 20 years is mainly security from Layer 2 to applications.

Linda Leung: Your book explains why IPv6 is already a latent threat in IPv4-only networks. That's a disturbing thought. How is IPv6 already a threat?

Scott Hogg: It has to do with the fact that many operating system manufacturers have helped aid the migration to IPv6 by including it in their OSes by default. These dual-stack operating systems perform DNS lookups, and if they get back both an IPv4 and an IPv6 address in their query they will actually prefer to communicate using IPv6 if they have the option. Most users don't realize that this capability is turned on by default and that this preference exists. Furthermore OSes like Microsoft XP, Vista, and Windows 7 will help the user establish IPv6 Internet access by dynamically creating tunnels where the IPv6 traffic will be encapsulated in IPv4 protocols to pre-determined points on the Internet. The issue is that if an organization wasn't aware of this fact, then they may actually be communicating with the Internet using IPv6 and not even realize it. These organizations probably haven't considered the security implications of this or taken any action to secure this communication in the same ways they secure their IPv4 traffic.

Eric Vyncke: Moreover, those OSes have the IPv6 protocol ready to be used: all it takes is a single IPv6 packet sent by a Layer 2 adjacent attacker pretending to be an IPv6 router. Therefore, an attacker can enable IPv6 on those OSes, and if the computer is not protected by a firewall against attacks over IPv6 and if the computer is vulnerable, then the attack will succeed.

LL: How does IPv6 improve on the security limitations of IPv4?

SH: The protocols are actually mutually exclusive, so IPv6 can't improve IPv4 security in any way. However, by learning about IPv6 security concepts you can learn about the ways you should secure IPv4. Because many of the techniques are similar (e.g. firewalls at the perimeter, access security, VPNs, and so on) the same styles of protection mechanisms we use for IPv4 can also apply to how we will protect IPv6 communications.

EV: IPv6 has also benefited from security lessons learned from IPv4. For instance, the equivalent of Address Resolution Protocol (ARP) for IPv6 is called Neighbor Discovery Protocol (NDP); by default NDP has the same security issues as ARP, but there is a secure version of NDP (called SeND) which relies on cryptography to achieve security and is available in Cisco routers.

LL: Are people lulled into a false sense of security thinking that upgrading their networks to IPv6 would be the answer to their security ills?

SH: Yes, IPv6 is a different protocol than IPv4 so it has unique challenges. IPv6 is different than IPv4 in the way that address autoconfiguration occurs. Even though IPv4 has Address Resolution Protocol (ARP) and the security weaknesses in that protocol, the weaknesses in the Neighbor Discovery Protocol (NDP) are different so they require a new method of protection. Many have the false impression that IPv6 is inherently more secure simply because it supports IPSec. IPSec is required for every IPv6 node to support but it is not mandated that is be used. IPv4 has IPSec capabilities, but they are not used for all connections.

EV: Agreed.

LL: What kinds of IPv6 attacks are out there?

SH: The attacks that have gained the most popularity are in the access layer against Neighbor Discovery Protocol (NDP) and across the WAN or Internet using Routing Header 0 (RH0). There are also attacks against the transition mechanisms themselves. There is code available that anyone can download and compile to create tools that automate these attacks. That is an indication that attackers are learning about IPv6 and starting to use it as IPv6 becomes more prevalent. As IPv6 grows in usage it, will become a larger target.

For example, IPv6's weaknesses in its Neighbor Discovery Protocol (NDP) are similar to those in IPv4's Address Resolution Protocol (ARP). The security of these protocols is difficult because these protocols are essential for normal operation of the network. These attacks presume that an attacker is on our internal LAN or has already compromised a computer on the LAN. It is hard to defend against someone who already has access to your internal network. There are protocols like Secure Neighbor Discovery (SEND) and a few manufacturers like Cisco have working implementation of this protocol.

EV: The IPv6 attacks that I have seen are mainly misconfigured computers sending wrong Router Advertisements (a message normally sent by routers only) and those messages confused the network. The other attack over IPv6 that I have seen is an application-level attack (such as SSH dictionary attack or SQL injection attack or email spam) where the attacker was probably not even aware that he used IPv6 to transport the application attack.

LL: What are the security limitations of IPv6 and how should organizations protect against these vulnerabilities? Are they going to have to throw out their existing security tools for IPv6-supported gear?

SH: The IPv6 security vulnerabilities are at the access network, across the WAN and Internet. Therefore organizations must use a diverse set of techniques to secure IPv6. As an organization deployed IPv6 on the LAN they should use mechanisms to secure neighbor discovery. Tools like SEND, 802.1X, network-admission control (NAC) can be used to secure IPv6 access networks. Organizations will need to secure their tunnels with Access Control Lists (ACLs). Firewalls and IPSes can be used to secure the perimeter. These devices exist and are used today to secure IPv4, so manufacturers just need to add IPv6 capabilities to their products if they didn't already. Many of the utilities that organizations already use support both IPv4 and IPv6. It may be as simple as upgrading the software version and configuring the IPv6 protection measures. Many firewalls support both protocols, albeit IPv6 support doesn't have all the bells-and-whistles that IPv4 gets, but that gap is closing. Organizations should not need to forklift-upgrade their security devices to gain IPv6 support.

EV: Indeed, most security devices (firewall, intrusion prevention systems, VPN) exist for IPv6. The same device can even protect both IPv4 and IPv6 at the same time. It is also very important to apply the same security policy for IPv4 and IPv6 (which is easier to achieve if the same device works for IPv4 and IPv6). If the policies are different in IPv4 and IPv6, then the attackers will discover this difference and will obviously use the less strict security policy to attack your resources.

LL: During the transition process, is there any danger of security holes being exposed when organizations move from IPv4 to IPv6?

SH: Yes, during transition from IPv4 to IPv6 organizations will use a variety of transition mechanisms. While dual-stack (running both protocols simultaneously) will be the preferred approach, there will be situations that require tunneling IPv6 in IPv4 packets to help IPv6 bridge across a portion of the network that is IPv4-only. Those transition mechanisms will be the focus of attackers, and organizations will need to secure those tunnel endpoints. It depends on the organization's IPv6 transition strategy, but organizations may want to completely disable transition techniques that they are not using. The danger occurs when a transition technique like dynamic tunneling is being used without the user's knowledge and they haven't considered the implications and are not protecting the IPv6 communications.

EV:: Agreed; I have nothing to add.

LL: What should network professionals know about IPv6 security before embarking on a transition project? Are there security measures that organizations can take now even before they transition to IPv6?

SH: Network administrators should learn about the differences between IPv6 and IPv4 so they are prepared to adapt their security strategy to IPv6. Much of what they already know is applicable, but IPv6 has some nuances they should be aware of. Once they have done this they are ready to secure IPv6 ahead of when they might be deploying it. For example, an organization can disable all outbound IPv6 packets encapsulated in IPv4 packets and the dynamic tunneling techniques until such a point as they have determined if they are needed.

EV: While there are not a lot of differences between IPv4 and IPv6, it is really important that security officers learn about IPv6 now and how IPv6 can affect their security posture now (even in an IPv4-only network).

LL: The level of deployment for IPv6 is not the same across the world. For instance, it's already in use in Europe and Asia and in the U.S., ISPs are only now testing it. I'm guessing this is a kind of blessing for the U.S. since worms that usually travel across the world overnight may hit roadblocks traveling across different protocols?

SH: IPv6 is growing in popularity internationally, and most ISPs have now recognized the importance of having IPv6 services ready for their customers. Because the public and private IPv4 address space is densely populated, you can guess and IP address and it is probably being used. That is how many of today's worms operate. Due to IPv6's increased address space, it is not possible to have a worm that randomly creates target addresses as a way of spreading. You are correct in that an attack that leverages IPv4 won't affect an IPv6-only host (and vice-versa), however, most hosts will run both IPv4 and IPv6 together. Therefore, it would be possible for a worm to spread over IPv4 and then leverage IPv6 as a control channel.

EV: Also, several worms propagate over e-mail or instant messaging; and as e-mail can be sent over IPv4 or IPv6, this also means that existing worms will propagate over the IPv4 and IPv6 Internet without noticing any difference.

LL: Much of security today has to do with end-user education — teaching users not to open suspicious email attachments or fall for phishing pranks. What are the measures that end users should take to protect themselves in an IPv6 world?

SH: Since IPv4 and IPv6 are network-layer protocols, the applications that ride on top of them are the same. Therefore, if a dual-protocol application has a vulnerability in its software, that vulnerability can be exploited over IPv4 or IPv6. During the period or transition, using dual-stack organizations will bear the burden of having to protect both protocols. Unfortunately, spam, e-mail attachments, and malware-infected web sites will continue to exist in an IPv6 world. The issue is that many of the content filtering protection measures we have today only look for this malware in IPv4 packets. These products need to be looking for all these infected messages in both IPv4 and IPv6 packets.

EV: Exactly. Spam and phishing emails are already being sent over IPv6: this is completely transparent for the users and for the worm. The education is also a key component of every security policy. As Scott said, IPv6 is transparent for the end-user, so no need to educate them, but the network and security staff of enterprises and service providers must absolutely be trained about IPv6 NOW to understand the latent threats that we have just discussed.

LL: The development of Mobile IPv6 seems to have exposed more security issues than the development of IPv6. What are the security issues and how far have they been resolved in the latest standard?

SH: Mobile IPv6 represents one of the protocols that leverage the unique characteristics in IPv6 to make the system operate much better than it did using IPv4. Mobile IPv6 is being looked at to streamline mobile communications, but it must be secure before it is widely deployed. The standards specifications require that IPSec be used between the mobile node and the home agent. Some Mobile IPv6 implementations don't use IPSec to secure those control messages and that exposes a weakness. The standard has defined how Mobile IPv6 can be secured using IPSec and the return routability procedure; it is now up to implementers to use those techniques to secure Mobile IPv6 communications.

EV: Indeed, mobile IPv4 was not really the most secure and efficient protocol. Mobile IPv6 was specified to avoid all shortcomings of mobile IPv4, including security. This means that mobile IPv6 is both efficient and secure (even if not widely deployed).

LL: Let's talk about Cisco and IPv6. Cisco IOS software have been integrated with IPv6 since May 2001. Have customers been using this facility, and if so, how?

SH: When I started learning about IPv6 I would test using Cisco 2500-series routers. Back then the software worked for forwarding packets, but there weren't a lot of advanced features. Now Cisco's IPv6 implementation in IOS is very comprehensive. If you read the release notes for 12.2(33)SXI on 6500s or 12.4T on their routers, it seems that more new IPv6 features are coming than IPv4 features. Cisco has really put a lot of effort into their IPv6 implementations and it shows. Up 'til now customers have been using Cisco's IPv6 features in their test labs only. Some customers are using those IPv6 features to proceed with dual-stack deployments in parts of their networks. Customers can now feel confident that they have a set of IPv6 features in IOS that will allow them to deploy IPv6 with ease.

EV: The IPv6 stack in IOS is quite old indeed and has been tested by IPv6 users, notably universities, and in some service provider networks like NTT in Japan. Cisco is currently in the process of changing the licensing scheme for IPv6 to make it completely free; this means that if a customer buys an advanced services image for IOS, he will get exactly the same features (if applicable of course) in IPv4 or IPv6. This allows for a zero-cost deployment of IPv6 (assuming that hardware does not need to be replaced or upgraded).

LL: Most of Cisco's hardware is IPv6-enabled. How easy is it to transition to IPv6 with Cisco gear? What are the steps that customers should take?

SH: Most of Cisco's devices can forward IPv6 packets just as quickly as they can forward IPv4 packets. There isn't the performance gap between the protocols that existed five to eight years ago. It is simple to establish dual-protocol capabilities on a Cisco router or switch. You just need to assign an IPv6 address to an interface and the protocol is immediately activated. That interface will then have both an IPv4 and an IPv6 address. At that point you can enable an IPv6 routing protocol (RIPng, OSPFv3, IS-IS, EIGRPv6, or BGP) and you are ready to forward packets across your network. The next step would be to configure IPv6 DNS resource records on the DNS server to enable names to be used instead of lengthy IPv6 addresses. At that point you are ready to enable dual-protocol applications and go on your way with the migration. The migration to IPv6 doesn't require much money, but it does take a little bit of time and effort. I bet you would be surprised how easy it is if you tried it.

EV: The move to IPv6 in the network is really the easiest part, as Scott has just explained. The most difficult part is to move applications to IPv6, especially applications that directly manipulate or store IP addresses.

LL: Final question, what will you be doing at Cisco Live?

SH: I haven't been to Cisco Live in many years, so I am looking forward to attending many of the sessions. There are so many deeply technical sessions on a huge variety of technologies that my problem is deciding which sessions to attend. I will be meeting old friends and meeting new people. Eric on the other hand will be presenting on IPv6 Security like he has for several of the past years. His session seems to draw more and more people each year.

EV: Besides presenting on IPv6 Security (one version for enterprise and one version for service providers), I have also installed with some colleagues the first IPv6 network over Wi-Fi in Cisco Live. Comcast has offered us IPv6 connectivity over a 1Gbps optical fiber.

Linda Leung is an independent writer and editor in California. Reach her at leungllh@gmail.com.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020