peppermint
peppermint copied to clipboard
An open source ticket management & help desk solution. A zendesk/freshdesk alternative
Hello, it would be really nice if peppermint can fetch mails from an imap-account and create tickets based on this
The application allows users to download files. The `filepath` parameter is vulnerable to a path traversal resulting in reading/downloading arbitrary files from the server. ```http POST /api/v1/users/file/download?filepath=./../../../../../etc/passwd HTTP/1.1 Host: localhost:5000...
The password reset endpoint (`/api/v1/users/resetpassword`) allows any unauthenticated user to change passwords of any other user by just incrementing the `id` JSON parameter. ``` POST /api/v1/users/resetpassword HTTP/1.1 Host: localhost:5000 Content-Length:...
An attacker can upload files to any location on the server. The following request creates a text file in `/etc/hacked.txt`. ```http POST /api/v1/users/file/upload HTTP/1.1 Host: localhost:5000 Content-Length: 608 Pragma: no-cache...
The application does not properly filter the `path` JSON parameter in the `/api/v1/users/file/delete` endpoint. This results in arbitrary file deletion. ``` DELETE /api/v1/users/file/delete HTTP/1.1 Host: localhost:5000 Content-Length: 57 Pragma: no-cache...
I think it would be nice to be able to completely remove these entities when/if they are no longer needed. Thanks!
I would like tools that embrace doing one thing well in the server realm, as they do on my computer. For that, the ticketing should only handle the tickets and,...
Add support to sending when certain jobs are completed - Ticket Creation / Ticket completion - Client Creation - User Creation / User password reset from log in page /...
Safari browser user here. Adding a ticket and working on it results in ticket getting created. Still moving from sections will not result is changes being visible unless you do...
If you place peppermint behind some kind of loadbalancer or proxy where the BASE_URL might not be reachable from within the container, logins will fail with an error like this:...