Question 319 of 500
IT Risk AssessmentmediumMultiple ChoiceObjective-mapped

Quick Answer

The primary risk is that the policy permits unauthenticated access to sensitive data. This occurs because the S3 bucket policy includes a `Principal: "*"` statement combined with an `Effect: Allow` and `Action: s3:GetObject`, which grants public read access to anyone on the internet without requiring AWS credentials or any form of authentication. On the CRISC exam, this scenario tests your ability to identify the most critical risk in a cloud access control configuration, often appearing in questions that present a policy snippet and ask you to prioritize the threat. A common trap is focusing on the specific actions allowed rather than the lack of authentication—remember that `Principal: "*"` with an Allow effect is the red flag. For a quick memory tip: think of the “Star of Exposure”—any policy with a wildcard principal and Allow is an open door to the world.

CRISC IT Risk Assessment Practice Question

This CRISC practice question tests your understanding of it risk assessment. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Refer to the exhibit.

JSON policy snippet:
```json
{
  "effect": "Allow",
  "principal": "*",
  "action": "s3:GetObject",
  "resource": "arn:aws:s3:::critical-data/*",
  "condition": {
    "IpAddress": {
      "aws:SourceIp": "10.0.0.0/8"
    }
  }
}
```

Based on the exhibit, what is the PRIMARY risk associated with this S3 bucket policy?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "primary"

    Why it matters: Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

Question 1mediummultiple choice
Full question →

Exhibit

Refer to the exhibit.

JSON policy snippet:
```json
{
  "effect": "Allow",
  "principal": "*",
  "action": "s3:GetObject",
  "resource": "arn:aws:s3:::critical-data/*",
  "condition": {
    "IpAddress": {
      "aws:SourceIp": "10.0.0.0/8"
    }
  }
}
```

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

The policy permits unauthenticated access to sensitive data

The S3 bucket policy includes a `Principal: "*"` statement that grants public access to the bucket. Combined with an `Effect: Allow` and `Action: s3:GetObject`, this permits any unauthenticated user on the internet to read objects in the bucket. This is the primary risk because it exposes sensitive data to anyone without requiring AWS credentials or any form of authentication.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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 policy allows access to all S3 buckets in the account

    Why it's wrong here

    Resource is specific to critical-data bucket.

  • The policy denies access to legitimate users from outside the subnet

    Why it's wrong here

    Denying access is a control, not a risk; the risk is overly broad access.

  • The policy permits unauthenticated access to sensitive data

    Why this is correct

    The principal is '*', meaning any user (including unauthenticated) can access if from the allowed IP range.

    Clue confirmation

    The clue word "primary" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The policy uses an incorrect IP range that blocks all traffic

    Why it's wrong here

    10.0.0.0/8 is a private range, but that doesn't block all; it allows internal traffic.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may focus on the IP range or subnet details mentioned in the options, but the actual policy lacks any IP restriction and instead grants full public access via `Principal: "*"`, making unauthenticated access the primary risk.

Detailed technical explanation

How to think about this question

In AWS S3 bucket policies, the `Principal` element defines who can access the bucket. Setting `Principal: "*"` means any user (including anonymous users) can attempt the allowed actions. Without a `Condition` block (e.g., `aws:SourceIp`, `aws:Referer`, or `aws:SecureTransport`), the policy grants open access to the entire internet. This is a common misconfiguration that can lead to data breaches, as seen in many real-world incidents where sensitive data was exposed via public S3 buckets.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A security administrator must allow nursing staff to reach a patient records server while blocking access from the guest Wi-Fi VLAN. After applying an extended ACL, traffic is still blocked from nursing workstations. The ACL was applied outbound instead of inbound on the wrong interface. Questions like this test ACL direction and placement rules.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CRISC practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CRISC practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CRISC question test?

IT Risk Assessment — This question tests IT Risk Assessment — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The policy permits unauthenticated access to sensitive data — The S3 bucket policy includes a `Principal: "*"` statement that grants public access to the bucket. Combined with an `Effect: Allow` and `Action: s3:GetObject`, this permits any unauthenticated user on the internet to read objects in the bucket. This is the primary risk because it exposes sensitive data to anyone without requiring AWS credentials or any form of authentication.

What should I do if I get this CRISC question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "primary". Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 25, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.