The trudesk application allows large characters to insert in the input field "Full Name" on the signup field which can allow attackers to cause a Denial of Service (DoS) via a crafted HTTP request in GitHub repository polonel/trudesk prior to 1.2.2. This can lead to Denial of service.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://huntr.dev/bounties/1ff8afe4-6ff7-45aa-a652-d8aac7e5be7e | third party advisory exploit |
https://github.com/polonel/trudesk/commit/87e231e04495fb705fe1e03cb56fc4136bafe895 | third party advisory patch |