Courseiva
Risk Response and MitigationmediumMultiple ChoiceObjective-mapped

CRISC Risk Response and Mitigation Practice Question

Exhibit

Refer to the exhibit.

Exhibit: Firewall rule configuration

```
access-list 100 permit tcp any any eq 80
access-list 100 permit tcp any any eq 443
access-list 100 permit tcp 10.0.0.0 0.255.255.255 any eq 22
access-list 100 deny ip any any
```

Refer to the exhibit. An organization uses this firewall access list. What is the MOST significant risk associated with this configuration?

⚠ Common exam trap

The trap here is that candidates often focus on the 'deny all' rule as a risk (thinking it might block legitimate traffic) or overlook the severity of allowing unencrypted HTTP, mistakenly assuming HTTPS and HTTP are equivalent in risk level.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

HTTP traffic is permitted from any source to any destination

Permitting HTTP traffic (TCP port 80) from any source to any destination exposes the organization to significant risk, including data interception, man-in-the-middle attacks, and exploitation of web application vulnerabilities. HTTP transmits data in cleartext, making it trivial for attackers on the same network segment to capture credentials, session tokens, or sensitive information. This broad rule violates the principle of least privilege and is a common misconfiguration that leads to data breaches.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The final rule denies all traffic

    Why it's wrong here

    This is a standard security practice.

  • HTTPS traffic is permitted to any destination

    Why it's wrong here

    HTTPS is necessary and encrypted.

  • SSH access is only allowed from internal network

    Why it's wrong here

    This is a good control.

  • HTTP traffic is permitted from any source to any destination

    Why this is correct

    Unrestricted HTTP exposure is risky.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

About these practice questions

This CRISC question is part of Courseiva's 983-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CRISC practice question is part of Courseiva's free ISACA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CRISC exam.