侵入テスターは、組織のソフトウェア開発 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.