Denial of Service via Attachment Upload in plankanban/planka
Reported on
Aug 3rd 2022
Description
An attacker can upload an attachment without any size limitation which leads to an exception and the crash of the application.
Proof of Concept
- 1 - Log in and select and project and card.
- 2 - Upload a file, in this case, a 5GB file. Used sample file.
- 3 - After some seconds the application crash's and restarts, as seen below.
Impact
Denial of service.
Occurrences
I consider this issue as a bug and not a security issue. In SaaS product this would be a problem, but on self-hosted version this doesn’t make any sense.
I fully comprehend your point, but I also consider this a security issue, not a major one of course, because it's possible to continuously send the described payload, which would cause the server to keep crashing and restarting, which clearly affects the availability of the application.
OWASP describes clearly in this post why an issue like this could be a security concern.
I accept this because I didn't have a security policy on DoS vulnerabilities before.