A security analyst is auditing access logs following an unauthorized privilege escalation incident on a network perimeter gateway. The organization utilizes a centralized RADIUS server integrated with Directory Services for network access control. The authentication and authorization logs display the following consecutive events:
[TIMESTAMP: 2026-07-27T14:22:01Z] RADIUS-Auth: User 'j_doe' successfully authenticated via MS-CHAPv2.
[TIMESTAMP: 2026-07-27T14:22:02Z] RADIUS-Authz: Vendor-Specific Attribute (VSA) 'Cisco-AVPair = shell:priv-lvl=15' rejected due to policy schema syntax mismatch.
[TIMESTAMP: 2026-07-27T14:22:03Z] Gateway-Daemon: Fallback default authorization rule applied; assigned administrative profile (privilege level 15) to session 'j_doe'.
Which of the following operational vulnerabilities is the primary root cause of the unauthorized privilege escalation?
- A failure in authorization attribute processing triggered an insecure default fallback configuration on the gateway.Answer
- BThe authentication protocol failed to validate the identity credentials of the user before issuing session access.
- CThe RADIUS server failed to enforce continuous Zero Trust inspection on internal perimeter network traffic.
- DAn attacker harvested valid user credentials by sniffing unencrypted authentication exchanges across the network.