Respuesta :

Blocking assignment of form field values to global variables is one of the defenses available to prevent a PHP remote code injection attack.

The correct option is A.

A vulnerability in PHP called "code injection" enables an attacker to remotely inject their own script into the server-side scripting engine. This flaw appears when an attacker has complete or partial control over an input string that is sent to an eval() function call. The parameter will be used as code by Eval.

PHP is an open-source scripting language and interpreter that is mostly used on Linux Web servers. The abbreviation PHP, which was initially short for Personal Home Page Tools, is now known as PHP: Hypertext Preprocessor, according to the PHP FAQ.

The complete question:

Blocking assignment of form field values to global variables is one of the defenses available to prevent a __________ attack.

A. PHP remote code injection

B. mail injection

C. command injection

D. SQL injection

To learn more about PHP code, refer

https://brainly.com/question/27750672

#SPJ4