CEH Practice Question: Advanced Topics: Wireless, Cloud, IoT, Cryptography
A security analyst runs the following command: 'wget http://example.com/bucket?list-type=2' and receives a listing of objects. Which cloud misconfiguration is this MOST likely exploiting?
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
✓
Publicly accessible S3 bucket with list permissions enabled
An S3 bucket with public listing enabled allows anyone to list objects via HTTP GET requests.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
SSRF vulnerability in the cloud application
Why it's wrong here
A Server-Side Request Forgery (SSRF) vulnerability occurs when a web application is tricked into making requests to an unintended location, often internal network resources, on behalf of the attacker. The `wget http` command, however, is being executed directly by a security analyst from their client machine, indicating a direct external access attempt rather than leveraging a server-side vulnerability within a cloud application. This command does not demonstrate the server being coerced into making the request.
- ✗
Container escape vulnerability
Why it's wrong here
A container escape vulnerability involves an attacker breaking out of an isolated containerized environment to gain unauthorized access to the underlying host operating system or other containers. The `wget http` command, in this context, is an external network request aimed at retrieving content from a specific URL, which is entirely unrelated to the internal security mechanisms or isolation failures associated with container escapes. It does not suggest any compromise of a container's boundaries.
- ✗
Misconfigured IAM roles allowing privilege escalation
Why it's wrong here
Misconfigured IAM roles typically lead to privilege escalation by allowing an entity to assume a role with broader permissions than intended, granting access to internal AWS resources or actions. However, the `wget http` command directly targets an S3 bucket via its public URL, implying that the bucket itself is configured for public access. This action does not involve assuming or exploiting an IAM role for privilege escalation; it simply leverages existing public permissions without authentication.
- ✓
Publicly accessible S3 bucket with list permissions enabled
Why this is correct
The `wget http` command is a standard utility for retrieving content from web servers, and when directed at an S3 bucket URL, it attempts to access the bucket without any AWS authentication. If this command successfully lists the bucket's contents, it unequivocally indicates that the Amazon S3 bucket has been misconfigured with a bucket policy or Access Control List (ACL) that grants public "s3:ListBucket" permissions to "AllUsers" or "Everyone," allowing unauthenticated enumeration of its objects.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
Go deeper
Related to this question
About these practice questions
Courseiva writes every CEH question from scratch — 870 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council 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 CEH exam.