Information
AlmaLinux OS 9 must disable the Stream Control Transmission Protocol (SCTP) kernel module.
GROUP ID: V-269345
RULE ID: SV-269345r1050227
The SCTP is a transport layer protocol, designed to support the idea of message-oriented communication, with several streams of messages within one connection.
Disabling SCTP protects the system against exploitation of any flaws in its implementation.
Solution
To configure the system to prevent the SCTP kernel module from being loaded, run the following command:
$ cat << EOF | tee /etc/modprobe.d/sctp.conf
install sctp /bin/false
blacklist sctp
EOF