Neil is a budding software developer who has requested you to review his code.He has been asked by the client manager to create an administrative web application designed allow users to kick off a backup of an Oracle database using a batch-file wrapper around the rman utility . The script rmanDB.bat accepts a single command line parameter, which specifies what type of backup to perform. Because access to the database is restricted, the application runs the backup as a privileged user. The commmand to execute the rman script is cmd.exe /K \c:\util\rmanDB.bat < User Specified Back Up type> .Neil has coded the program and which simply accepts the user specified back up variable as a string and directly excutes the command line. What is the most likely vulnerability this code is exposed to?
Reveal answer
Fill a bubble to check yourself