Detection rules › Sigma

CVE-2020-5902 F5 BIG-IP Exploitation Attempt

Status
test
Severity
critical
Log source
category webserver
Author
Florian Roth (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects the exploitation attempt of the vulnerability found in F5 BIG-IP and described in CVE-2020-5902

MITRE ATT&CK coverage

TacticTechniques
Initial AccessT1190 Exploit Public-Facing Application

Rule body yaml

title: CVE-2020-5902 F5 BIG-IP Exploitation Attempt
id: 44b53b1c-e60f-4a7b-948e-3435a7918478
status: test
description: Detects the exploitation attempt of the vulnerability found in F5 BIG-IP and described in CVE-2020-5902
references:
    - https://support.f5.com/csp/article/K52145254
    - https://www.ptsecurity.com/ww-en/about/news/f5-fixes-critical-vulnerability-discovered-by-positive-technologies-in-big-ip-application-delivery-controller/
    - https://twitter.com/yorickkoster/status/1279709009151434754
    - https://www.criticalstart.com/f5-big-ip-remote-code-execution-exploit/
author: Florian Roth (Nextron Systems)
date: 2020-07-05
modified: 2023-01-02
tags:
    - attack.initial-access
    - attack.t1190
    - cve.2020-5902
    - detection.emerging-threats
logsource:
    category: webserver
detection:
    selection_base:
        cs-uri-query|contains:
            - '/tmui/'
            - '/hsqldb'
    selection_traversal:
        cs-uri-query|contains:
            - '..;/'
            - '.jsp/..'
    condition: selection_base and selection_traversal
falsepositives:
    - Unknown
level: critical

Stages and Predicates

Stage 0: condition

selection_base and selection_traversal

Stage 1: selection_base

selection_base:
    cs-uri-query|contains:
        - '/tmui/'
        - '/hsqldb'

Stage 2: selection_traversal

selection_traversal:
    cs-uri-query|contains:
        - '..;/'
        - '.jsp/..'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
cs-uri-querymatch
  • ..;/
  • .jsp/..
  • /hsqldb
  • /tmui/