nuclei-templates/file/audit/fortigate/inactivity-timeout.yaml

33 lines
1.0 KiB
YAML
Raw Normal View History

id: inactivity-timeout
info:
2023-07-06 05:23:49 +00:00
name: Fortinet Inactivity Timeout Not Implemented - Detect
author: pussycat0x
severity: info
description: If Fortinet inactivity timeout functionality is disabled, an attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations within that window if the administrator is away from the computer.
reference: https://docs.fortinet.com/document/fortigate/6.2.0/hardening-your-fortigate/582009/system-administrator-best-practices
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
2023-04-14 19:43:08 +00:00
tags: audit,config,file,firewall,fortigate
file:
- extensions:
- conf
matchers-condition: and
matchers:
- type: word
words:
- "set admin-console-timeout"
negative: true
- type: word
words:
- "config system"
- "config router"
- "config firewall"
2023-04-14 19:43:08 +00:00
condition: or
# Enhanced by md on 2023/05/03