How to Fix CVE-2026-24858: Authentication Bypass in FortiOS
By Sai Kiran Pandrala
| Severity | CVSS 9.4 - Critical |
|---|---|
| Actively exploited? | Yes, listed in CISA KEV (added 2026-01-27) |
| Affected | FortiOS 7.6.0 up to and including 7.6.5; FortiOS 7.4.0 up to and including 7.4.10; FortiOS 7.2.0 up to and including 7.2.12; FortiOS 7.0.0 up to and including 7.0.18; see advisory for full list |
| Fixed in | See vendor advisory |
| Type (CWE) | CWE-288: Improper access control |
Patch immediately. CISA added CVE-2026-24858 to the Known Exploited Vulnerabilities catalog on 2026-01-27. Federal civilian agencies must remediate by 2026-01-30. Treat every internet-reachable instance as a priority patch.
What is CVE-2026-24858?
CVE-2026-24858 is an Authentication Bypass flaw in Fortinet FortiOS. It carries a CVSS base score of 9.4 (critical). CISA confirmed real-world exploitation by adding it to the Known Exploited Vulnerabilities catalog on 2026-01-27.
From the source record: An Authentication Bypass Using an Alternate Path or Channel vulnerability [CWE-288] vulnerability in Fortinet FortiAnalyzer 7.6.0 through 7.6.5, FortiAnalyzer 7.4.0 through 7.4.9, FortiAnalyzer 7.2.0 through 7.2.11, FortiAnalyzer 7.0.0 through 7.0.15, FortiManager 7.6.0 through 7.6.5, FortiManager 7.4.0 through 7.4.9, FortiManager 7.2.0 through 7.2.11, FortiManager 7.0.0 through 7.0.15, FortiOS 7.6.0 through 7.6.5, FortiOS 7.4.0 through 7.4.10, FortiOS 7.2.0 through 7.2.12, FortiOS 7.0.0 through 7.0.18, FortiProxy 7.6.0 through 7.6.4, FortiProxy 7.4.0 through 7.4.12, FortiProxy 7.2.0 through 7...
Why it matters in practice: KEV-listed CVEs draw continuous internet-wide scanning. Any unpatched, internet-reachable installation is on borrowed time. The blast radius depends on how the affected service is exposed. An internet-facing instance with no compensating controls is the highest-risk configuration.
Am I affected?
You are affected if your installation of FortiOS matches a version listed in the Affected row above.
From the FortiOS CLI:
get system status
# Look for the Version: line.
How to fix CVE-2026-24858
Apply the vendor patch. Target the patched build listed on the vendor advisory. The runnable command set below covers the most common deployment patterns for FortiOS.
FortiOS upgrade
# Vendor advisory: https://fortiguard.fortinet.com/psirt/FG-IR-26-060
execute backup config flash
execute restore image tftp <patched-image.out> <tftp-server-ip>
# Device reboots and loads the patched image.
get system status
After applying the patch
- Restart the service or device so the patched binary loads.
- Confirm the running version matches the Fixed in row using the verification command below.
- Rotate credentials and API keys that the affected service could access if the asset was exposed during the disclosure window.
If you can't patch immediately
Until the patch lands, narrow the attack surface with these runnable controls.
Restrict management-plane exposure
Block public access to the admin interface at the perimeter. Allow only trusted jump hosts and bastion IPs.
# Cisco IOS example: ACL on the management VTY
configure terminal
ip access-list standard MGMT-ACL
permit 10.10.10.0 0.0.0.255
deny any log
line vty 0 4
access-class MGMT-ACL in
end
write memory
On Linux jump hosts in front of the appliance, drop traffic from anything outside the admin range:
sudo iptables -A INPUT -p tcp --dport 443 -s 10.10.10.0/24 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 443 -j DROP
sudo iptables-save | sudo tee /etc/iptables/rules.v4
Mitigations are temporary. Apply the vendor patch as soon as a maintenance window opens.
How to verify the fix worked
Confirm the patched build is the one actually running.
get system status
Expected: the Version line lists the patched build (See vendor advisory).
Also worth doing: pull recent log windows for any indicators of compromise listed in the vendor advisory, and re-run an authenticated vulnerability scan with up-to-date signatures.
Frequently asked questions
Related fixes
Other vulnerabilities in the same area that are worth patching alongside this one:
- How to Fix CVE-2026-24535: Critical Vulnerability in Automatic Featured Images from Videos — Critical Vulnerability in Automatic Featured Images from Videos
- How to Fix CVE-2026-42035: CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') — CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
- How to Fix CVE-2026-25815: Code Injection RCE in FortiOS , Code Injection RCE in FortiOS
- How to Fix CVE-2026-34841: Axios npm Supply Chain Incident Impacting @usebruno/cli in bruno , Axios npm Supply Chain Incident Impacting @usebruno/cli in bruno
- How to Fix CVE-2026-0421: Path Traversal in ThinkPad L13 Gen 6 BIOS , Path Traversal in ThinkPad L13 Gen 6 BIOS
Is CVE-2026-24858 being exploited in the wild?
Yes. CISA added CVE-2026-24858 to the Known Exploited Vulnerabilities catalog on 2026-01-27. KEV listing means at least one confirmed real-world exploitation report exists.
Do I have to take downtime to patch?
For most Fortinet FortiOS deployments, the patched build needs a service restart or device reboot. HA pairs and clusters can roll the upgrade by patching the standby first, failing over, then patching the former primary.
Will a WAF or IDS rule alone close CVE-2026-24858?
No. Network filters cut down opportunistic scans but they do not remove the flaw. The vendor patch is the only durable fix.
Why is CVE-2026-24858 rated critical?
The CVSS base score of 9.4 reflects network reach, low attack complexity, and high impact on confidentiality, integrity, and availability. That combination is what the rating model maps to critical.
References
- Official vendor advisory: Please adhere to Fortinet's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible Fortinet products affected by this vulnerability. Apply any final mitigations provided by the vendor as soon as they become available. For more information please see: https://fortiguard.fortinet.com/psirt/FG-IR-26-060
- NVD entry: https://nvd.nist.gov/vuln/detail/CVE-2026-24858
- CISA KEV catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog
- CISA KEV entry: "Fortinet Multiple Products Authentication Bypass Using an Alternate Path or Channel Vulnerability" - added 2026-01-27, due 2026-01-30
- Additional reference: https://cert-portal.siemens.com/productcert/html/ssa-975644.html
- Additional reference: https://fortiguard.fortinet.com/psirt/FG-IR-26-060
- Additional reference: https://www.fortinet.com/blog/psirt-blogs/analysis-of-sso-abuse-on-fortios
*Assembled from the official vendor advisory, the NVD record, and the CISA KEV listing on 2026-05-25. Always confirm against the vendor advisory before applying changes in production.*