1."com.mossle.cms.web.CmsArticleController.uploadImage" method does not restrict file upload

2.The called method, “com.mossle.client.store.LocalStoreClient.saveStore“, does not restrict file upload

3.The called method, “com.mossle.core.store.FileStoreHelper.saveStore“, renames the file but does not restrict the file type.
4.Test the file upload function, the file name is returned, so renaming the file is invalid, the file is uploaded successfully
5.Repair suggestion: Use whitelist to limit file upload types