A security operations team reviews the following event logs from an enterprise Identity and Access Management (IAM) environment during an incident post-mortem:
text
[2026-07-27 14:02:11] RADIUS_AUTH: User 'j_doe' authenticated via EAP-TLS from IP 192.168.10.45. Assigned Role: Tier-1 Helpdesk.
[2026-07-27 14:05:30] PAM_VAULT: User 'j_doe' requested emergency break-glass checkout for 'sa_db_admin'. Approval: Automated (Ticket #9842).
[2026-07-27 14:05:31] TACACS_CMD: User 'j_doe' (as 'sa_db_admin') executed privileged command 'GRANT ALL PRIVILEGES ON prod_db.* TO 'j_doe'@'%''.
[2026-07-27 14:15:00] PAM_VAULT: Emergency break-glass session expired for 'sa_db_admin'. Password rotated automatically in Vault.
[2026-07-27 14:30:12] DB_AUDIT: User 'j_doe' logged into 'prod_db' directly from IP 10.200.5.12 using personal credentials with persistent global privileges.
Which of the following operational control failures allowed the user to maintain unauthorized database access after the Privileged Access Management (PAM) session expired?
- The break-glass operational policy permitted interactive command execution that altered target database access control lists directly, establishing an out-of-band persistent entitlement.Cevap
- BThe PAM vault failed to perform automated password rotation within the configured time window, enabling credential reuse of the break-glass account.
- CThe RADIUS server authenticated the initial network access connection without validating database-level authorization policies.
- DThe database server accepted incoming connections from an internal IP address without inspecting perimeter firewall traffic rules.