Disable SCTP Support
An XCCDF Rule
Description
The Stream Control Transmission Protocol (SCTP) is a transport layer protocol, designed to support the idea of message-oriented communication, with several streams of messages within one connection. To configure the system to prevent thesctp
kernel module from being loaded, add the following line to the file /etc/modprobe.d/sctp.conf
:
install sctp /bin/false
Rationale
Disabling SCTP protects the system against exploitation of any flaws in its implementation.
- ID
- xccdf_org.ssgproject.content_rule_kernel_module_sctp_disabled
- Severity
- Medium
- References
- Updated
Remediation Templates
A Kubernetes Patch
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
spec:
config:
ignition:
version: 3.1.0