nuclei-templates/file/audit/pfsense/enable-https-protocol.yaml

39 lines
1.1 KiB
YAML
Raw Normal View History

2023-03-16 17:34:50 +00:00
id: enable-https-protocol
info:
2023-07-06 06:27:03 +00:00
name: Pfsence Web Admin Management Portal HTTPS Not Set - Detect
2023-03-16 17:34:50 +00:00
author: pussycat0x
severity: info
description: |
2023-07-06 06:27:03 +00:00
PfSence Web Admin Management Portal is recommended to be accessible using only HTTPS protocol. HTTP transmits all data, including passwords, in clear text over the network and provides no assurance of the identity of the hosts involved, making it possible for an attacker to obtain sensitive information, modify data, and/or execute unauthorized operations.
2023-03-16 17:34:50 +00:00
reference: |
https://docs.netgate.com/pfsense/en/latest/config/advanced-admin.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-03-22 19:14:55 +00:00
metadata:
verified: true
2023-03-16 17:34:50 +00:00
tags: firewall,config,audit,pfsense,file
file:
- extensions:
- xml
matchers-condition: and
matchers:
- type: word
words:
- "<webgui>"
- "<protocol>https</protocol>"
2023-03-17 02:41:22 +00:00
condition: and
2023-03-16 17:34:50 +00:00
negative: true
- type: word
words:
2023-03-22 19:01:22 +00:00
- "<pfsense>"
2023-03-22 19:14:55 +00:00
- "<system>"
condition: and
# Enhanced by md on 2023/05/04