Forum Discussion
ynt
7 years agoRegular Visitor
Prevent end-user from uploading malicious file types
We recently performed penetration testing and found several vulnerabilities including the issue with unrestricted file upload that pose significant risk. Is there a configuration in Power BI Repo...
Jon-Heide
7 years agoMicrosoft Employee
Yes, this is whitelisted under the TrustedFileFormat property, editable through SQL Management Studio when you connect to the PBIRS instance.
- Jon-Heide7 years agoMicrosoft Employee
You can also use server permissions to disallow users from uploading content in general.
- ynt7 years agoRegular Visitor
Jon-Heide wrote:
Yes, this is whitelisted under the TrustedFileFormat property, editable through SQL Management Studio when you connect to the PBIRS instance.
This setting does not prevent user from downloading/uploading malicious file typesTrustedFileFormat Set all the external file formats that open within the browser under the Reporting Services portal site. External file formats not listed prompts to download the option in the browser. The default values are jpg, jpeg, jpe, wav, bmp, pdf, img, gif, json, mp4, web, png.