cve/2015/CVE-2015-2690.md
2024-06-18 02:51:15 +02:00

18 lines
1.1 KiB
Markdown

### [CVE-2015-2690](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2690)
![](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
Multiple cross-site scripting (XSS) vulnerabilities in views/add-license-form.php in the Digium Addons module (digiumaddoninstaller) before 2.11.0.7 for FreePBX allow remote attackers to inject arbitrary web script or HTML via the (1) add_license_key, (2) add_license_first_name, (3) add_license_last_name, (4) add_license_company, (5) add_license_address1, (6) add_license_address2, (7) add_license_city, (8) add_license_state, (9) add_license_post_code, (10) add_license_country, (11) add_license_phone, or (12) add_license_email parameter in an add-license-form page to admin/config.php.
### POC
#### Reference
- http://packetstormsecurity.com/files/131591/FreePBX-12.0.43-Cross-Site-Scripting.html
#### Github
No PoCs found on GitHub currently.