mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 06:52:09 +02:00
18 lines
784 B
Markdown
18 lines
784 B
Markdown
### [CVE-2018-7465](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7465)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An XSS issue was discovered in VirtueMart before 3.2.14. All the textareas in the backend of the plugin can be closed by simply adding </textarea> to the value and saving the product/config. By editing back the product/config, the editor's browser will execute everything after the </textarea>, leading to a possible XSS.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/44625/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|