Hi, We just found out that it's possible to get the ip-address from the Agent opening a ticket in Zoho Desk; no interaction is needed just opening the ticket is enough. Just embed (using the <img> tag an remote image and that's it.
The agent ip-adress should never be revealed to a sender because it introduces security risks.
Steps to reproduce:
- Put an image somewhare on a website (where you have access to webserver logs) and be sure you disable browser caching for this image! eg. https://example.com/remote.png
- Email to Zoho Desk and embed an image (img html tag). eg https://example.com/remote.png
- Tail the http log and grab on the image (remote.png) you just embedded
- Open the new ticket in Zoho Desk
- Watch the log and see the request
- Reload the ticket
- Watch the log and see the request
The caching part is important because this makes it possible to see when an agent has opened the ticket everytime. If browser cache is enabled you will only 1 request.
|