SV-24899r1_rule
V-3865
Oracle XML DB
DO0420-ORACLE11
CAT III
10
If the database is authorized to support web services using XML over HTTP, then include documentation and authorization in the System Security Plan.
If not authorized, uninstall XML DB per Oracle MetaLink Note 742014.1.
From SQL*Plus:
select count(*) from dba_users where username = 'XDB';
select count(*) from v$parameter where name = 'dispatchers'
and value like '%XDB%';
If a value of 0 is returned for either the first or the second SQL statement above, this is not a Finding.
If a value of 1 (or more) is returned for the second SQL statement, review the System Security Plan to verify existence of all XML DB dispatchers is authorized.
If it is not, this is a Finding.
V-3865
False
DO0420-ORACLE11
From SQL*Plus:
select count(*) from dba_users where username = 'XDB';
select count(*) from v$parameter where name = 'dispatchers'
and value like '%XDB%';
If a value of 0 is returned for either the first or the second SQL statement above, this is not a Finding.
If a value of 1 (or more) is returned for the second SQL statement, review the System Security Plan to verify existence of all XML DB dispatchers is authorized.
If it is not, this is a Finding.
M
Database Administrator
1367