Fortinet SSL VPN Exploitation Attempt via Path Traversal in Web Requests (CVE-2018-13379)

Alerts on HTTP requests matching a Fortinet SSL VPN traversal-style query indicative of CVE-2018-13379 exploitation.

FreeReviewedSigma · Critical · v5
Category
webserver
Author
Bhabesh Raj (SigmaHQ), DRL 1.1
Published
2020-12-08
Updated
2026-07-31
title: Fortinet SSL VPN Exploitation Attempt via Path Traversal in Web Requests (CVE-2018-13379)
id: c0be326a-25dc-4a3e-b7f7-fccacb9aa2e6
status: test
description: This rule flags web requests targeting Fortinet SSL VPNs that include a specific path traversal pattern combined with a management websession path in the URL query. Such requests matter because they can indicate attempts to reach sensitive internal resources through improperly handled path segments. The detection relies on webserver telemetry capturing the full request URI query string and matching required substrings.
references:
  - https://devco.re/blog/2019/08/09/attacking-ssl-vpn-part-2-breaking-the-Fortigate-ssl-vpn/
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2018/Exploits/CVE-2018-13379/web_cve_2018_13379_fortinet_preauth_read_exploit.yml
author: Bhabesh Raj, Huntrule Team
date: 2020-12-08
modified: 2023-01-02
tags:
  - attack.initial-access
  - attack.t1190
  - cve.2018-13379
  - detection.emerging-threats
logsource:
  category: webserver
detection:
  selection:
    cs-uri-query|contains|all:
      - lang=/../../
      - /dev/cmdb/sslvpn_websession
  condition: selection
falsepositives:
  - Unknown
level: critical
license: DRL-1.1
related:
  - id: a2e97350-4285-43f2-a63f-d0daff291738
    type: derived