Description
Cytrix has detected that the script source on your site is user controllable.
The “src” parameter for one (or more) script tags from this page can be directly controlled by user inputs.
An attacker who has the options to control the reference location of a JavaScript source file can load any script of their choice into the application, manipulating it for themselves.
Recommendation
To prevent it, properly sanitize user input, and, do not allow any user’s input to control any script source location references.
References
https://cwe.mitre.org/data/definitions/79.html
https://cwe.mitre.org/data/definitions/80.html
https://cwe.mitre.org/data/definitions/94.html