Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 Report Server to use a whitelist method to prevent end-user from uploading malicious file type like .exe, .py, etc.?
Thanks.
Yes, this is whitelisted under the TrustedFileFormat property, editable through SQL Management Studio when you connect to the PBIRS instance.
@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 types
TrustedFileFormat 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.
You can also use server permissions to disallow users from uploading content in general.
@Jon-Heide wrote:You can also use server permissions to disallow users from uploading content in general.
Can you please point me to this particular setting?
@Jon-Heide wrote:
For our use case, we can't disable the upload feature. We need to be able to whitelist certain file types that can be uploaded to PBI Report Server.