mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 09:41:05 +00:00
19 lines
971 B
Markdown
19 lines
971 B
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://wpvulndb.com/vulnerabilities/9893
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/ARPSyndicate/kenzer-templates
|
||
|
|