4.1.14 Ensure 'EXECUTE' Is Revoked from 'PUBLIC' on 'UTL_FILE'

Information

As use of the UTL_FILE package could allow an user to read files at the operating system. These files could contain sensitive information (e.g. passwords in .bash_history).

Solution

To remediate this setting execute the following SQL statement. REVOKE EXECUTE ON UTL_FILE FROM PUBLIC;

See Also

https://workbench.cisecurity.org/files/601