During an emergency security assessment following a network breach attempt, a security analyst discovers that an edge router running legacy software contains an unpatched flaw allowing unauthorized remote privilege escalation. Although no functional malicious script has yet been executed against the system, the security team deploys an Access Control List (ACL) to restrict incoming management traffic. However, the ACL misconfiguration inadvertently causes a network outage because the engineer relied on traffic filtering without accounting for default drop behavior, while another technician misanalyzed the attack severity due to numeric logging inversions. Which term precisely classifies the unpatched software flaw itself, and what fundamental security principle explains the unintended blocking of legitimate traffic by the mitigation ACL?
- The unpatched software flaw is a vulnerability, and the traffic block was caused by the ACL implicit deny clause dropping unlisted traffic.Answer
- BThe unpatched software flaw is an exploit, and the traffic block was caused by an implicit permit clause inherent to standard ACLs.
- CThe unpatched software flaw is a threat actor, and the traffic block resulted from Syslog severity level 7 carrying a higher operational priority than level 2.
- DThe unpatched software flaw is a risk mitigation, and the traffic block occurred because RADIUS encrypts the entire payload by default.