STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 7 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-22542

CAT II (Medium)

The IPv6 protocol handler must be prevented from dynamic loading unless needed.

Rule ID

SV-45981r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-001551

Discussion

IPv6 is the next generation of the Internet protocol. Binding this protocol to the network stack increases the attack surface of the host. Unprivileged local processes may be able to cause the system to dynamically load a protocol handler by opening a socket using the protocol.

Check Content

If this system uses IPv6, this is not applicable.

Verify the IPv6 protocol handler is prevented from dynamic loading.
# /sbin/ifconfig | grep –i inet6
This command should not return any output.  If any lines are returned that display IPv6 addresses associated with the TCP/IP stack, this is a finding.

Fix Text

Comment or remove any IPV6 specific entries in the /etc/hosts file.  On a standard SLES system, those entries would be something like:
   # special IPv6 addresses
   # ::1             localhost ipv6-localhost ipv6-loopback

   # fe00::0         ipv6-localnet