localhost javascript bundled is trying to be injected to my website by an user. (Reported by Sentry an error and performance tracking tool)

Viewed 150

I can see in Sentry report that, Along with my vendors~main-6319dfea084cb55e85bf.js,main-6319dfea084cb55e85bf.js and other resource.scripts and resource.css files i can see https://localhost:49506/7pp3ab609c5236b3bf34c2b621ac79ba.js script is been injected and also- GET https://localhost:49506/storage/userId and GET https://localhost:49506/storage/pendingRequests api calls has been triggered.

The attacker tried this from EDGE browser. The application was developed with typescript and Reactjs.

My questions are,

  1. What type of attack it is?
  2. How can i handled this?

Also if any additional info, please post here.

Thanks in advance.

0 Answers
Related