Skip to content

Instantly share code, notes, and snippets.

@alert3
Created June 24, 2020 05:10
Show Gist options
  • Save alert3/f8d33412ab0c671d3cac6a50b132a894 to your computer and use it in GitHub Desktop.
Save alert3/f8d33412ab0c671d3cac6a50b132a894 to your computer and use it in GitHub Desktop.
Solarwinds Orion - Web Console WPM: 2019.4.1 Orion Platform HF4, NPM HF2: 2019.4
This is a description of two Stored XSS vulnerability found in Solarwinds Orion - Web Console WPM: 2019.4.1 Orion Platform HF4, NPM HF2: 2019.4
@alert3
Copy link
Author

alert3 commented Jun 24, 2020

Product

Solarwinds Orion - Web Console WPM: 2019.4.1 Orion Platform HF4, NPM HF2: 2019.4

Author

Amin Rawah

CVE ID

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14006
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14007

Description

A malicious user with privilege to create "Alerts" can create an alert and inject XSS payload in it. There are two injection points one point is more critical since it affects two pages.
While creating a new alert, an attacker can inject in 'name of alert definition' <svg/onload=alert('name') /> and 'Responsible Team' <svg/onload=alert('XSS') /> to cause stored XSS affecting all users including Admins visiting "Alerts" page. The payload injected in 'Responsible Team' will be executed as soon as a user visit "Alerts" page or clicking alert's details, However, the injection in 'name of alert definition' will be executed when a user click on alert details.

PoC

13-3
13-2
13-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment