cve/2019/CVE-2019-17207.md

20 lines
966 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-17207](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17207)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
A reflected XSS vulnerability was found in includes/admin/table-printer.php in the broken-link-checker (aka Broken Link Checker) plugin 1.11.8 for WordPress. This allows unauthorized users to inject client-side JavaScript into an admin-only WordPress page via the wp-admin/tools.php?page=view-broken-links s_filter parameter in a search action.
### POC
#### Reference
- http://packetstormsecurity.com/files/154875/WordPress-Broken-Link-Checker-1.11.8-Cross-Site-Scripting.html
- http://seclists.org/fulldisclosure/2019/Oct/31
- https://wpvulndb.com/vulnerabilities/9917
#### Github
No PoCs found on GitHub currently.