OS10-NDM-000110 - The Dell OS10 Switch must enforce approved authorizations for controlling the flow of management information within the network device based on information flow control policies.

Information

A mechanism to detect and prevent unauthorized communication flow must be configured or provided as part of the system design. If management information flow is not enforced based on approved authorizations, the network device may become compromised. Information flow control regulates where management information is allowed to travel within a network device. The flow of all management information must be monitored and controlled so it does not introduce any unacceptable risk to the network device or data.

Application-specific examples of enforcement occur in systems that employ rule sets or establish configuration settings that restrict information system services or message-filtering capability based on message content (e.g., implementing key word searches or using document characteristics).

Applications providing information flow control must be able to enforce approved authorizations for controlling the flow of management information within the system in accordance with applicable policy.

Satisfies: SRG-APP-000038-NDM-000213, SRG-APP-000880-NDM-000290

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

Configure the OS10 Switch to restrict management access to specific IP addresses as shown in the example below.

Step 1: Configure inbound ACLs to restrict which packets should be allowed to reach to the control plane from the OOBM port and from the front panel data ports:

OS10(config)# ip access-list MGMT_TRAFFIC_FROM_OOBM
OS10(config-ipv4-acl)# seq 10 permit ip 192.168.105.0/28 192.168.105.17/32
OS10(config-ipv4-acl)# seq 20 deny ip any 192.168.105.17/32 log

OS10(config)# ip access-list MGMT_TRAFFIC_FROM_DATA
OS10(config-ipv4-acl)# seq 10 permit ip 10.20.30.0/24 10.20.31.1/32
OS10(config-ipv4-acl)# seq 20 deny ip any 10.20.31.1 log

Step 2: Apply the ACLs to the ingress of the control-plane:

OS10(config)# control-plane
OS10(config-control-plane)# ip access-group MGMT_TRAFFIC_FROM_OOBM mgmt in
OS10(config-control-plane)# ip access-group MGMT_TRAFFIC_FROM_DATA data in

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Dell_OS10_Switch_Y24M12_STIG.zip

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-4, CAT|II, CCI|CCI-001368, CCI|CCI-004192, Rule-ID|SV-269770r1051695_rule, STIG-ID|OS10-NDM-000110, Vuln-ID|V-269770

Plugin: Dell_OS10

Control ID: a24bcb983a7b210f1ab68d84a54a5cd0a4a707747677c481739d0daa1e040364