104k views
2 votes
What occurs when an application sends user-fed data directly to a web browser without authenticating or deleting the content? Cross-site occurs when an application sends user-fed data directly to a web browser without authenticating or deleting the content.

2 Answers

3 votes

Answer:

scripting

Step-by-step explanation:

Just did it and it worked out perfectly.

User Narthi
by
7.3k points
3 votes

Cross-Site Request Forgery

CSRF is a type of a malicious exploit or an attack vector that forces a user to transmit unauthorized commands that the web application trust. Malicious websites can transmit such commands through hidden forms or specially crafted image tags. Unlike Cross-Site Scripting (XSS) where the victim’s trust for a website is exploited, the website’s trust in CSRF for a victim’s browser is exploited.

User Lavaraju
by
6.6k points