Check: SRG-APP-000431-DB-000388
Database SRG:
SRG-APP-000431-DB-000388
(in versions v4 r2 through v2 r9)
Title
The DBMS must maintain a separate execution domain for each executing process. (Cat II impact)
Discussion
Database management systems can maintain separate execution domains for each executing process by assigning each process a separate address space. Each process has a distinct address space so that communication between processes is controlled through the security functions, and one process cannot modify the executing code of another process. Maintaining separate execution domains for executing processes can be achieved, for example, by implementing separate address spaces.
Check Content
Review the DBMS architecture to find out if and how it protects the private resources of one process (such as working memory, temporary tables, uncommitted data and, especially, executable code) from unauthorized access or modification by another user or process. If it is not capable of maintaining a separate execution domain for each executing process, this is a finding. If the DBMS is capable of maintaining a separate execution domain for each executing process, but is configured not to do so, this is a finding.
Fix Text
Deploy a DBMS capable of maintaining a separate execution domain for each executing process. If this is a configurable feature, configure the DBMS to implement it.
Additional Identifiers
Rule ID: SV-206606r961608_rule
Vulnerability ID: V-206606
Group Title: SRG-APP-000431
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-002530 |
Maintain a separate execution domain for each executing system process. |
Controls
Number | Title |
---|---|
SC-39 |
Process Isolation |