6
|Latest Update with Complete Solution
q6 q6 q6 q6 q6
VUN1 — VUN1 Task 1: Managing Security Operations and Access Controls
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
Information Systems Security - C845
q6 q6 q6 q6 q6
A. Apply an Access Control Model q6 q6 q6 q6
A.1. Chosen Access Control Model q6 q6 q6
I have chosen the Role-Based Access Control (RBAC) model. The principles of RBAC are:
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
• Role Assignment: A user is assigned to a role based on their job function (e.g., "Finance
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
Analyst").
q6
• Permission Assignment: Permissions to perform operations on systems are assigned to roles,
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
not to individual users.
q6 q6 q6 q6
• Session Management: A user activates a role to gain the associated permissions for a session.
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
• Least Privilege: Users should only have the minimum level of access necessary to perform their
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
job duties.
q6 q6
The organization's access control structure, as seen in the user matrix, is implicitly role-based (e.g.,
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
"Finance manager," "HR coordinator"). Applying a formal RBAC model would streamline this by ensuring
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
permissions are strictly tied to business functions, reducing complexity and the potential for user error
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
when assigning permissions.
q6 q6 q6
A.2. Four Misalignments with RBAC Principles q 6 q 6 q 6 q 6
1. Misalignment 1: Privilege Escalation Beyond Role Scope q6 q6 q6 q6 q6 q6
• Description: The "Junior system admin" (J. Lopez) has "Domain admin" privileges. A q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
junior role should not have the highest level of access in a Windows environment.
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
• Conflict with RBAC: This violates the principle of least privilege. The role "Junior system
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
admin" implies a subset of administrative duties, not unrestricted domain-wide control.
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
2. Misalignment 2: Unnecessary Access Across Departments q6 q6 q6 q6 q6
• Description: The "Finance analyst" (L. Cheng) has "Full access" to the CRM, a system q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
, primarily for Sales and Support. A finance role typically does not require full modification
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
rights in a customer relationship system.
q6 q6 q6 q6 q6 q6
• Conflict with RBAC: This violates least privilege and separation of duties. It allows for
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
potential data manipulation outside the user's core business function.
q6 q6 q6 q6 q6 q6 q6 q6 q6
3. Misalignment 3: Violation of User-Role Assignment Post-Termination
q6 q6 q6 q6 q6 q6
• Description: The "HR assistant" (P. Ellis), who was terminated on 2025-05-20, has an
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
"Active" account status and successfully logged in on 2025-06-29.
q6 q6 q6 q6 q6 q6 q6 q6 q6
• Conflict with RBAC: RBAC requires timely revocation of role assignments upon a change in
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
employment status. An active session for a terminated user completely bypasses the
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
security provided by the role structure.
q6 q6 q6 q6 q6 q6
4. Misalignment 4: Overly Broad Privileged Access
q6 q6 q6 q6 q6
• Description: The "IT administrator" (T. Miller) has "Full admin" access to "All internal
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
systems," and the log shows they made a firewall rule change without a ticket_id.
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
• Conflictwith RBAC: While some access is necessary, blanket "Full admin" access
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
violates least privilege and impedes accountability. It does not segment duties within the IT
q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6 q6
department itself.
q6 q6