Question 148 of 500
IT Risk IdentificationhardMultiple ChoiceObjective-mapped

Quick Answer

The answer is unauthorized access to sensitive data from the internet. This is the most significant risk because a public S3 bucket configuration removes all access controls, allowing any unauthenticated user on the internet to read or write objects stored within it. Without a restrictive bucket policy—such as one limiting access to specific IP addresses or requiring authenticated AWS credentials—the bucket is effectively an open directory, exposing confidential information to untrusted external actors. On the CRISC exam, this scenario tests your ability to identify the primary risk in a cloud misconfiguration, often appearing in questions about data leakage and access control failures. A common trap is to focus on compliance or availability risks, but the core issue here is the direct exposure of data to the internet. Memory tip: think of a public S3 bucket as an unlocked front door—anyone can walk in, so the risk is always unauthorized access, not just a policy violation.

CRISC IT Risk Identification Practice Question

This CRISC practice question tests your understanding of it risk identification. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.

{
  "PolicyName": "S3BucketAccessPolicy",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": "*",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::critical-data/*"
    }
  ]
}

What is the most significant risk identified by this configuration?

Question 1hardmultiple choice
Full question →

Exhibit

Refer to the exhibit.

{
  "PolicyName": "S3BucketAccessPolicy",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": "*",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::critical-data/*"
    }
  ]
}

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

Unauthorized access to sensitive data from the internet

The configuration exposes the S3 bucket to the internet without proper access controls, such as a bucket policy that restricts access to specific IP addresses or requires authentication. This means anyone on the internet can read or write objects in the bucket, leading to unauthorized access to sensitive data. The most significant risk is the direct exposure of confidential information to untrusted external actors.

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.

  • Denial of service attack on the S3 bucket

    Why it's wrong here

    The policy does not affect availability; it only defines read access permissions.

  • Loss of encryption keys

    Why it's wrong here

    Encryption keys are not addressed in this policy; the risk is about access control, not key management.

  • Unauthorized access to sensitive data from the internet

    Why this is correct

    The wildcard principal and lack of condition allow anyone to read objects, leading to data exposure.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Data exfiltration by internal users

    Why it's wrong here

    The policy does not restrict access to internal users; it grants public access, so the primary risk is external, not internal.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may focus on internal threats (Option D) or encryption key management (Option B) instead of recognizing that a public bucket policy directly enables external unauthorized access, which is the most immediate and severe risk.

Detailed technical explanation

How to think about this question

An S3 bucket policy that grants 'Effect: Allow' and 'Principal: *' with 'Action: s3:GetObject' effectively makes all objects publicly readable. This is equivalent to setting the bucket ACL to 'public-read' and bypasses any IAM-based restrictions. In a real-world scenario, a misconfigured bucket policy can lead to massive data breaches, as seen in incidents where companies inadvertently exposed customer PII or intellectual property to the entire internet.

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 practitioner preparing for the CRISC exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

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 Identification — This question tests IT Risk Identification — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Unauthorized access to sensitive data from the internet — The configuration exposes the S3 bucket to the internet without proper access controls, such as a bucket policy that restricts access to specific IP addresses or requires authentication. This means anyone on the internet can read or write objects in the bucket, leading to unauthorized access to sensitive data. The most significant risk is the direct exposure of confidential information to untrusted external actors.

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.

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

Keep practising

More CRISC practice questions

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.