CISSP · Question #1198
A company developed a web application which is sold as a Software as a Service (SaaS) solution to the customer. The application is hosted by a web server running on a specific operating system (OS)…
The correct answer is D. Administrative privileges on the application folders. In a SaaS model, access should be granted at the least-privilege level necessary for the task. Since the support team only needs to read application logs, access should be scoped to the specific application folders containing those logs.
Question
Options
- AAdministrative privileges on the OS
- BAdministrative privileges on the web server
- CAdministrative privileges on the hypervisor
- DAdministrative privileges on the application folders
How the community answered
(27 responses)- A4% (1)
- B11% (3)
- C4% (1)
- D81% (22)
Why each option
In a SaaS model, access should be granted at the least-privilege level necessary for the task. Since the support team only needs to read application logs, access should be scoped to the specific application folders containing those logs.
Administrative privileges on the OS would grant far broader access than needed, including the ability to modify system files, install software, or alter configurations, which violates the principle of least privilege.
Administrative privileges on the web server would allow the support team to modify web server configurations, restart services, or alter hosted content, which is excessive for simply reading application logs.
Administrative privileges on the hypervisor would grant control over all virtual machines on that host, representing the highest and most dangerous level of over-privileged access, completely unnecessary for log review.
Granting administrative privileges only on the application folders where logs reside follows the principle of least privilege, giving the support team exactly what they need - read access to log files - without exposing broader system resources. This minimizes the attack surface and limits the potential damage from credential compromise or misuse. In a SaaS context, support teams should never require OS-level or hypervisor-level access just to review application logs.
Concept tested: Principle of least privilege in SaaS access control
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/identity-management-best-practices#use-role-based-access-control
Topics
Community Discussion
No community discussion yet for this question.