4.1.15 Ensure 'EXECUTE' Is Revoked from 'PUBLIC' on 'UTL_INADDR'

Information

As use of the UTL_INADDR package is often used in SQL Injection attacks from the web it should be revoked from public.

Solution

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

See Also

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