最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Are SVG image files safe to upload? Why WP defines them as a security risk?

programmeradmin3浏览0评论
This question already has an answer here: For what security reasons are svgs blocked in the media uploader? (1 answer) Closed 6 years ago.

I'd like to upload a map of the USA in a SVG format however I am prevented from doing so because of a 'security risk'.

Any ideas why this is? Is it safe to do so?

Thanks

This question already has an answer here: For what security reasons are svgs blocked in the media uploader? (1 answer) Closed 6 years ago.

I'd like to upload a map of the USA in a SVG format however I am prevented from doing so because of a 'security risk'.

Any ideas why this is? Is it safe to do so?

Thanks

Share Improve this question asked Apr 10, 2019 at 23:46 HenryHenry 9831 gold badge8 silver badges31 bronze badges 0
Add a comment  | 

1 Answer 1

Reset to default 1

SVG files contain code in the XML markup language which is similar to HTML. Your browser or SVG editing software parses the XML markup language to display the output on the screen.

However, this opens up your website to possible XML vulnerabilities. It can be used to gain unauthorized access to user data, trigger brute force attacks, or cross-site scripting attacks.

Detailed article here

发布评论

评论列表(0)

  1. 暂无评论