Kotlin : Unsafe file upload
Classification
OWASP Top 10 2013 A1-Injection OWASP Top 10 2017 A1-Injection OWASP Top 10 2021 A3-Injection OWASP ASVS Files and Resources Files and Resources PCI DSS 4.0 6.2.4 CWE CWE-1027Overview
The application receives a file attached to a SOAP-message. This can be exploited to upload malicious data or code to the server.
If users can upload files to a publicly accessible directory, an attacker can use this for remote execution of malicious code on the server.