cve/2018/CVE-2018-8046.md

18 lines
985 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-8046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8046)
![](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
The getTip() method of Action Columns of Sencha Ext JS 4 to 6 before 6.6.0 is vulnerable to XSS attacks, even when passed HTML-escaped data. This framework brings no built-in XSS protection, so the developer has to ensure that data is correctly sanitized. However, the getTip() method of Action Columns takes HTML-escaped data and un-escapes it. If the tooltip contains user-controlled data, an attacker could exploit this to create a cross-site scripting attack, even when developers took precautions and escaped data.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2018/Jul/8
#### Github
No PoCs found on GitHub currently.