nuclei-templates/vulnerabilities/other/solar-log-authbypass.yaml

33 lines
838 B
YAML
Raw Normal View History

2021-08-17 12:32:41 +00:00
id: solar-log-authbypass
info:
name: Solar-Log 500 2.8.2 - Incorrect Access Control
author: geeknik
severity: high
2021-10-26 09:45:16 +00:00
description: The web administration server for Solar-Log 500 all versions prior to 2.8.2 Build 52 does not require authentication, which allows arbitrary remote attackers gain administrative privileges by connecting to the server
2021-08-17 12:32:41 +00:00
reference: https://www.exploit-db.com/exploits/49986
tags: solarlog,auth-bypass
requests:
- method: GET
path:
- "{{BaseURL}}/lan.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "IPC@CHIP"
- type: word
part: body
words:
- " Solare Datensysteme GmbH"
- "mailto:info@solar-log.com"
condition: and