A security operations analyst is investigating an unauthorized privilege escalation incident on a critical Linux database server. A database administrator checked out temporary, just-in-time (JIT) root access through the enterprise Privileged Access Management (PAM) vault to conduct routine maintenance. Reviewing the target server's local `/var/log/secure` logs alongside the PAM gateway logs reveals the following entries:
[PAM Gateway] 14:02:11 UTC - JIT Session #8942 initiated for User 'db_admin_01' -> Target: db01.corp.internal (SSH proxy port 2222)
[PAM Gateway] 14:02:12 UTC - MFA Challenge SUCCESS (FIDO2 Security Key)
[Target syslog] 14:02:12 UTC - sshd[4102]: Accepted publickey for db_admin_01 from 10.200.15.5 (PAM Proxy) port 48110 ssh2
[Target syslog] 14:15:33 UTC - sshd[4891]: Accepted password for db_admin_01 from 10.200.45.118 (Dev Subnet) port 51204 ssh2
[Target syslog] 14:15:40 UTC - sudo[4910]: db_admin_01 : TTY=pts/2 ; PWD=/tmp ; USER=root ; COMMAND=/usr/bin/chmod +s /bin/bash
Which of the following operational root causes BEST explains why the unauthorized secondary SSH session from 10.200.45.118 was established without going through the PAM gateway's MFA controls?
- The local server retained static administrative credentials, allowing direct SSH authentication from unapproved source IPs bypassing proxy-enforced PAM workflow.Cevap
- BThe perimeter firewall failed to perform continuous Layer 3 inspection to block non-proxy traffic originating from internal subnets.
- CThe central Active Directory domain controller failed to authorize the role-based access control (RBAC) group policy update during the active JIT window.
- DThe SIEM log ingestion engine failed to automatically correlate the timestamp offset between the PAM proxy and the target host syslog daemon.