STIGQter STIGQter: STIG Summary: Solaris 10 SPARC Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

X11 forwarding for SSH must be disabled.

DISA Rule

SV-233302r603286_rule

Vulnerability Number

V-233302

Group Title

SRG-OS-000480

Rule Version

GEN005201

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

The root role is required.

Modify the sshd_config file.

# vi /etc/ssh/sshd_config

Locate the line containing:

X11Forwarding

Change it to:

X11Forwarding no

Restart the SSH service.

# svcadm restart svc:/network/ssh

Check Contents

Determine if X11 Forwarding is enabled.

# grep "^X11Forwarding" /etc/ssh/sshd_config

If the output of this command is not “X11Forwarding no”, this is a finding.

Vulnerability Number

V-233302

Documentable

False

Rule Version

GEN005201

Severity Override Guidance

Determine if X11 Forwarding is enabled.

# grep "^X11Forwarding" /etc/ssh/sshd_config

If the output of this command is not “X11Forwarding no”, this is a finding.

Check Content Reference

M

Target Key

4060

Comments