Exploits / Vulnerability Discovered : 2021-01-19 |
Type : webapps |
Platform : php
This exploit / vulnerability Osticket 1.14.2 ssrf is for educational purposes only and if it is used you will do on your own risk!
osTicket before 1.14.3 suffers from Server Side Request Forgery [SSRF]. HTML page is rendered on backend server on calling "Print" ticket functionality.
Below are the steps to reproduce this vulnerability:
1. Create a new ticket
2. Select "HTML Format" format.
3. Add an image tag with your payload in src attribute i.e. "<img src=https://mymaliciouswebsite.com">
4. After submitting this comment, print this ticket.
5. You'll receive a hit on your malicious website from the internal server on which osTicket is deployed.