218k views
1 vote
Which Web application threat allows attackers to pass malicious code to different systems via a Web application

User SHRram
by
4.4k points

1 Answer

2 votes

Answer:

An SQL Injection

Step-by-step explanation:

Web applications are vulnerable to SQL injections which can happen when an unprotected form is linked to a critical database. The attacker can pass in malicious code through the form and modify or even delete the database.

User Allyl Isocyanate
by
5.5k points