Refer to the exhibit. A security analyst reviews the following firewall rule on a border firewall. Which vulnerability is present?
Permitting SSH from any source exposes the server to unauthorized access attempts.
Why this answer
The firewall rule allows SSH (TCP port 22) from any source, which exposes the border firewall to brute-force attacks, unauthorized access, and potential credential harvesting. SSH should be restricted to specific trusted IP addresses or management networks to reduce the attack surface. An implicit deny rule exists by default at the end of most firewall rule sets, but the explicit permissive SSH rule overrides it, creating a critical security gap.
Exam trap
A common trap is the misconception that an implicit deny rule is missing when the real vulnerability is an overly permissive explicit allow rule, such as SSH from any source, which candidates overlook because they focus on the absence of a deny-all statement.
How to eliminate wrong answers
Option A is wrong because HTTPS being allowed from a single host is a security best practice, not a vulnerability; it restricts encrypted web traffic to a specific trusted source. Option C is wrong because HTTP from the internal network is a typical and acceptable rule for outbound web access, and the vulnerability is about inbound or management access, not internal HTTP. Option D is wrong because an implicit deny rule is standard in most firewall configurations (e.g., Cisco ASA, iptables, or Palo Alto) and is not missing; the vulnerability is the explicit permissive SSH rule, not the absence of a deny-all.