STIGQter STIGQter: STIG Summary: Fortinet FortiGate Firewall NDM Security Technical Implementation Guide Version: 1 Release: 5 Benchmark Date: 05 Jan 2026:

The FortiGate device must implement replay-resistant authentication mechanisms for network access to privileged accounts.

DISA Rule

SV-234200r960993_rule

Vulnerability Number

V-234200

Group Title

SRG-APP-000156-NDM-000250

Rule Version

FGFW-ND-000205

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Log in to the FortiGate GUI with Super-Admin privilege.

1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command:
# config system global
# set admin-https-ssl-versions tlsv1-2 tlsv1-3
# set admin-ssh-v1 disable
# end

Check Contents

Log in to the FortiGate GUI with Super-Admin privilege.

1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command:
# show full-configuration system global | grep -i 'tls\|ssh-v'
The output should be:
# set admin-https-ssl-versions tlsv1-2 tlsv1-3
# set admin-ssh-v1 disable
# set ssl-min-proto-version TLSv1-2
#end

If admin-https-ssl-versions is not set to tlsv1-2 tlsv1-3 or admin-ssh-v1 is enable, this is a finding.

Vulnerability Number

V-234200

Documentable

False

Rule Version

FGFW-ND-000205

Severity Override Guidance

Log in to the FortiGate GUI with Super-Admin privilege.

1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command:
# show full-configuration system global | grep -i 'tls\|ssh-v'
The output should be:
# set admin-https-ssl-versions tlsv1-2 tlsv1-3
# set admin-ssh-v1 disable
# set ssl-min-proto-version TLSv1-2
#end

If admin-https-ssl-versions is not set to tlsv1-2 tlsv1-3 or admin-ssh-v1 is enable, this is a finding.

Check Content Reference

M

Target Key

5260