Scan Virus/Malware while uploading the image by USER using jQuery | Community
Skip to main content
sateeshk9319722
Level 2
April 16, 2021
Solved

Scan Virus/Malware while uploading the image by USER using jQuery

  • April 16, 2021
  • 1 reply
  • 870 views

Hai All,

We have one use case, where the user can upload an image (let's say Identity card photo).

Now in the front end, I need to check for any malware/virus is present in that image.

Do we have any Jquery plugins or any similar implementations available?

Kindly suggest here.

 

Many Thanks,

Sateesh Kotramangalam.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @sateeshk9319722,

We do have one from NPM module - https://www.npmjs.com/package/clamscan

Also, I suggest to consider other validations related to file upload in general both in front end and at back end (If your implementation involves back end logic too)

Related links for reference:

https://cheatsheetseries.owasp.org/cheatsheets/File_Upload_Cheat_Sheet.html

https://security.stackexchange.com/questions/235/what-steps-should-be-taken-to-validate-user-uploaded-images-within-an-applicatio

 

 

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
April 20, 2021

Hi @sateeshk9319722,

We do have one from NPM module - https://www.npmjs.com/package/clamscan

Also, I suggest to consider other validations related to file upload in general both in front end and at back end (If your implementation involves back end logic too)

Related links for reference:

https://cheatsheetseries.owasp.org/cheatsheets/File_Upload_Cheat_Sheet.html

https://security.stackexchange.com/questions/235/what-steps-should-be-taken-to-validate-user-uploaded-images-within-an-applicatio