ペネトレーションテスターは、組織のソフトウェア開発 Web サイトでテストを実施しています。ペネトレーション テスターは、次のリクエストを Web インターフェイスに送信します。 次のエクスプロイトのうち、試みられている可能性が最も高いのはどれですか?
正解:A
SQL injection is a type of attack that injects malicious SQL statements into a web application's input fields or parameters, in order to manipulate or access the underlying database. The request shown in the image contains an SQL injection attempt, as indicated by the "UNION SELECT" statement, which is used to combine the results of two or more queries. The attacker is trying to extract information from the database by appending the malicious query to the original one