Response playbooks, investigation guides, and Atomic Red Team tests are Pro-only. Upgrade to unlock the full detection package for CVE-2025-68686.
Upgrade to ProFortinet FortiOS Sensitive Information Exposure (CVE-2025-68686)
CVE-2025-68686 is an Exposure of Sensitive Information to an Unauthorized Actor vulnerability (CWE-200) in Fortinet FortiOS, added to CISA's Known Exploited Vulnerabilities catalog. Unauthorized actors may be able to access sensitive information exposed by affected FortiOS instances, potentially including configuration data, credentials, session tokens, or internal system details that could facilitate further compromise. This detection focuses on identifying anomalous access to FortiOS management interfaces, unusual API/CLI enumeration behavior, and downstream indicators of information disclosure abuse such as suspicious authentication following reconnaissance against exposed FortiOS endpoints.
Vulnerability Intelligence
KEV — Known ExploitedAffected Software
- Vendor
- Fortinet
- Product
- FortiOS
Weakness (CWE)
Timeline
- Disclosed
- July 27, 2026
References & Proof of Concept
- https://fortiguard.fortinet.com/psirt/FG-IR-25-934
- https://www.cisa.gov/news-events/directives/bod-26-04-prioritizing-security-updates-based-risk
- https://www.cisa.gov/news-events/directives/bod-26-04-implementation-guidance-prioritizing-security-updates-based-risk
- https://nvd.nist.gov/vuln/detail/CVE-2025-68686
What is CVE-2025-68686 Fortinet FortiOS Sensitive Information Exposure (CVE-2025-68686)?
Fortinet FortiOS Sensitive Information Exposure (CVE-2025-68686) (CVE-2025-68686) maps to the Reconnaissance and Initial Access and Discovery tactics — the adversary is trying to gather information they can use to plan future operations in MITRE ATT&CK.
This page provides production-ready detection logic for Fortinet FortiOS Sensitive Information Exposure (CVE-2025-68686), covering the data sources and telemetry it touches: Fortinet FortiOS Syslog (CEF), CommonSecurityLog. The queries below are rated high severity at medium confidence, and ship for 7 SIEM platforms — KQL, SPL, Elastic, QRadar, Sumo, YARA-L, LogScale.
MITRE ATT&CK
// Detect anomalous access patterns to FortiOS management interfaces preceding suspected information disclosure
let lookback = 1d;
CommonSecurityLog
| where TimeGenerated > ago(lookback)
| where DeviceVendor has "Fortinet"
| where DeviceEventClassID has_any ("admin", "webadmin", "sslvpn", "management")
| where Activity has_any ("login", "config", "get", "download", "backup")
| summarize RequestCount = count(), Activities = make_set(Activity), Users = make_set(SourceUserName) by SourceIP, DestinationIP, DeviceProduct, bin(TimeGenerated, 1h)
| where RequestCount > 20
| project TimeGenerated, SourceIP, DestinationIP, DeviceProduct, RequestCount, Activities, Users
| order by RequestCount desc Identifies unusually high volumes of administrative/management activity against FortiOS devices in a short window, consistent with enumeration or automated extraction of sensitive information exposed by CVE-2025-68686.
Data Sources
Required Tables
False Positives
- Legitimate bulk configuration backups by administrators
- Scheduled automated compliance/config-export jobs
- Vulnerability scanning performed by authorized security teams
- Multiple concurrent admin sessions during change windows
Sigma rule & cross-platform mapping
The detection logic for Fortinet FortiOS Sensitive Information Exposure (CVE-2025-68686) (CVE-2025-68686) above is provided in a vendor-neutral
form so you can deploy it on any SIEM. The same logic is shipped here as native
KQL (Microsoft Sentinel / Defender), SPL (Splunk), Elastic (Elastic Security (EQL)), QRadar (IBM QRadar (AQL)), Sumo (Sumo Logic CSE), YARA-L (Google Chronicle / SecOps), LogScale (CrowdStrike LogScale (CQL)) queries. In Sigma terms, this detection targets the
following logsource:
logsource:
product: windows Browse the community-maintained Sigma rules for this technique:
Platform-specific guides for CVE-2025-68686
References (4)
- https://fortiguard.fortinet.com/psirt/FG-IR-25-934
- https://www.cisa.gov/news-events/directives/bod-26-04-prioritizing-security-updates-based-risk
- https://www.cisa.gov/news-events/directives/bod-26-04-implementation-guidance-prioritizing-security-updates-based-risk
- https://nvd.nist.gov/vuln/detail/CVE-2025-68686
Testing Methodology
Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.
- Test 1Simulate high-volume FortiOS admin API access
Expected signal: Multiple HTTP GET requests to /api/v2/cmdb/* endpoint from a single source IP within a short time window, logged in firewall/proxy logs.
- Test 2Simulate FortiOS config backup enumeration
Expected signal: Repeated backup/config-related HTTP requests logged in FortiOS event logs and network proxy logs.
- Test 3Simulate SSL-VPN portal session enumeration
Expected signal: Multiple failed/attempted SSL-VPN login events logged with consistent source IP within a short window.
Unlock playbooks & atomic tests with Pro
Get the full detection package for CVE-2025-68686 — response playbook and atomic red team tests, plus investigation guidance and hunting queries.
df00tech Pro — £29/user/month