Troubleshooting Tip: FortiGate GUI Displays Critical Vulnerability Alert Despite Workaround Applied
| Description | This article describes how to suppress the critical vulnerability notification in the FortiGate GUI that may continue to appear even after a valid workaround has been applied. For example, administrators might still see an upgrade warning for a FortiOS critical vulnerability (such as FG-IR-25-647 or FG-IR-26-060) when logging in to the GUI, despite FortiCloud SSO authentication being disabled on the firewall. |
| Scope | FortiOS. |
| Solution | The warning is generated by Fortinet’s Security Rating feature, which assesses vulnerability exposure solely based on the FortiGate firmware version and does not take applied workarounds into account. As a result, the GUI alert is triggered whenever the installed firmware falls within a vulnerable version range.
If upgrading to a non-affected FortiOS version is not currently feasible and the warning needs to be suppressed, automatic Security Rating checks can be disabled and the existing vulnerability results cleared by following the steps below.
To disable automatic Security Rating checks via the CLI:
FortiOS v7.4 and below:
config system global
To clear the vulnerability result, run the following command:
diagnose report-runner vuln-clean
FortiOS v7.6 and above:
diagnose report-runner-v2 security-rating clean
Note: The vulnerability cleanup commands provided above will clear the current upgrade warning. However, if FortiOS becomes exposed to a newly discovered vulnerability, the warning banner will reappear with the updated vulnerability notification.
Important note: Disabling automatic Security Rating checks is not recommended and should be done with caution. If this feature is disabled, it is strongly recommended to run Security Rating checks manually on a regular basis. Alternatively, use an automation stitch with a CLI script action to schedule running of security checks and receive output via email. Refer to this article for a configuration guide: Technical Tip: Configuring CLI script for Automation under Security Fabric to receive email.
Related document: |
