CV0-004 · Question #120
A cloud security analyst is concerned about security vulnerabilities in publicly available container images. Which of the following is the most appropriate action for the analyst to recommend?
The correct answer is A. Using CIS-hardened images. To mitigate security vulnerabilities in publicly available container images, the analyst should recommend using CIS-hardened images, which adhere to established security benchmarks.
Question
A cloud security analyst is concerned about security vulnerabilities in publicly available container images. Which of the following is the most appropriate action for the analyst to recommend?
Options
- AUsing CIS-hardened images
- BUsing watermarked images
- CUsing digitally signed images
- DUsing images that have an application firewall
How the community answered
(25 responses)- A80% (20)
- B4% (1)
- C4% (1)
- D12% (3)
Why each option
To mitigate security vulnerabilities in publicly available container images, the analyst should recommend using CIS-hardened images, which adhere to established security benchmarks.
CIS-hardened images are pre-configured to meet the security recommendations of the Center for Internet Security (CIS) Benchmarks, which specify secure configurations for operating systems, applications, and containers. This approach directly reduces known vulnerabilities by starting with a more secure base image.
Watermarked images are primarily used for copyright protection or tracking origin, not for addressing security vulnerabilities within the image's software components.
Digitally signed images ensure image integrity and authenticity, guaranteeing the image hasn't been tampered with and comes from a trusted source, but they do not inherently guarantee that the image is free from vulnerabilities.
An application firewall protects the running application from network-based attacks but does not address vulnerabilities present within the container image's operating system or installed software components themselves.
Concept tested: Container image security hardening
Source: https://www.cisecurity.org/cis-benchmarks
Topics
Community Discussion
No community discussion yet for this question.