mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 01:31:01 +00:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
### [CVE-2019-16931](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16931)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A stored XSS vulnerability in the Visualizer plugin 3.3.0 for WordPress allows an unauthenticated attacker to execute arbitrary JavaScript when an admin or other privileged user edits the chart via the admin dashboard. This occurs because classes/Visualizer/Gutenberg/Block.php registers wp-json/visualizer/v1/update-chart with no access control, and classes/Visualizer/Render/Page/Data.php lacks output sanitization.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://nathandavison.com/blog/wordpress-visualizer-plugin-xss-and-ssrf
|
|
- https://nathandavison.com/blog/wordpress-visualizer-plugin-xss-and-ssrf
|
|
- https://wpvulndb.com/vulnerabilities/9893
|
|
- https://wpvulndb.com/vulnerabilities/9893
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/kenzer-templates
|
|
|