SV-234133r1137684_rule
V-234133
SRG-NET-000019-FW-000003
FNFG-FW-000005
CAT I
10
The fix can be performed on FortiGate GUI or CLI.
Log in to the FortiGate GUI with Super- or Firewall Policy-Admin privilege.
1. Click Policy and Objects.
2. Click IPv4 or IPv6 Policy.
3. Click +Create New to configure application specific policies, with Action set to ACCEPT.
4. Configure Logging Options to log All Sessions.
5. Confirm each Policy is Enabled.
6. Click OK.
or
1. Open a CLI console, via SSH or available from the GUI.
2. For IPv4 policy, run the following command:
# config firewall policy
# edit {policyid}
# set srcintf {interface_name_ext}
# set dstintf {interface_name_int}
# set srcaddr {address_a}
# set dstaddr {address_b}
# set schedule {always}
# set service {HTTPS}
# set action {accept}
# set logtraffic all
# end
For IPv6 policy, run the following command:
# config firewall policy6
# edit {policyid}
# set srcintf {interface_name_ext}
# set dstintf {interface_name_int}
# set srcaddr {address_a}
# set dstaddr {address_b}
# set schedule {always}
# set service {HTTPS}
# set action {accept}
# set logtraffic all
# end
The {} indicate the object is defined by the organization policy. The firewall performs IP integrity header checking on all incoming packets to verify if the protocol packet is a valid TCP, UDP, ICMP, SCTP, or GRE length. Stateful inspection is done to verify TCP SYN and FIN flags are set as needed.
Log in to the FortiGate GUI with Super- or Firewall Policy-Admin privilege.
1. Click Policy and Objects.
2. Click IPv4 or IPv6 Policy.
3. Verify there are no policies configured with source and destination interface set to "any", and source and destination address set to "all" and the Action set to ACCEPT.
If there are policies configured with source and destination interface set to "any", and source and destination address set to "all" and the Action set to ACCEPT, this is a finding.
V-234133
False
FNFG-FW-000005
Log in to the FortiGate GUI with Super- or Firewall Policy-Admin privilege.
1. Click Policy and Objects.
2. Click IPv4 or IPv6 Policy.
3. Verify there are no policies configured with source and destination interface set to "any", and source and destination address set to "all" and the Action set to ACCEPT.
If there are policies configured with source and destination interface set to "any", and source and destination address set to "all" and the Action set to ACCEPT, this is a finding.
M
5258