CompTIA PenTest+ (PT0-001) — Question 92
In which of the following components is an exploited vulnerability MOST likely to affect multiple running application containers at once?
Answer options
- A. Common libraries
- B. Configuration files
- C. Sandbox escape
- D. ASLR bypass
Correct answer: A
Explanation
The correct answer is A, as common libraries are shared among multiple application containers, meaning a vulnerability in them can propagate across all containers using that library. Options B (configuration files) and C (sandbox escape) typically affect individual containers rather than multiple ones, while D (ASLR bypass) is a specific exploit that may not have a widespread effect on running containers.