6.7.1 Ensure Custom Java Privileges Are Revoked from Unauthorized 'GRANTEE'

Information

Oracle supports Java embedded in the database. Privileges exist for this Java, which are maintained in separate privilege tables.

Unauthorized users with certain Java privileges can perform actions at the operating system level that bypass normal security controls, potentially leading to data breaches, tampering, or destruction.

Solution

To remediate this recommendation, execute the following SQL statement.

begin
DBMS_JAVA.disable_permission(<number>);
DBMS_JAVA.delete_permission(<number>);
end;

Note: Custom Java Privileges can be revoked via the SEQ (uence) number.

See Also

https://workbench.cisecurity.org/benchmarks/16474

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|14.6

Plugin: OracleDB

Control ID: 8670e0e6f9da0ba9c678ae7c84c6d7f4705d7cd71bc24aa4a0b592f31030c842