mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 17:50:34 +00:00
19 lines
956 B
Markdown
19 lines
956 B
Markdown
![]() |
### [CVE-2019-14750](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14750)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
An issue was discovered in osTicket before 1.10.7 and 1.12.x before 1.12.1. Stored XSS exists in setup/install.php. It was observed that no input sanitization was provided in the firstname and lastname fields of the application. The insertion of malicious queries in those fields leads to the execution of those queries. This can further lead to cookie stealing or other malicious actions.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- http://packetstormsecurity.com/files/154005/osTicket-1.12-Cross-Site-Scripting.html
|
||
|
- https://www.exploit-db.com/exploits/47226
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/Legoclones/pentesting-osTicket
|
||
|
|