CSS CSS Vulnerability Management & Penetration Testing 1 — Questions and Answers
Question 1: What does the Common Vulnerability Scoring System (CVSS) measure?
- The severity of security vulnerabilities using a standardized numerical score from 0 to 10 (Correct answer)
- The number of systems affected by a vulnerability
- The cost to remediate a vulnerability
- The number of exploit attempts detected
Correct answer: The severity of security vulnerabilities using a standardized numerical score from 0 to 10
CVSS assigns numerical scores to vulnerabilities based on metrics such as attack vector, complexity, privileges required, and impact, enabling consistent prioritization.
Question 2: What is the difference between a vulnerability scan and a penetration test?
- A vulnerability scan identifies known weaknesses automatically; a penetration test actively attempts to exploit them (Correct answer)
- A penetration test is automated; a vulnerability scan requires manual effort
- Vulnerability scans are more thorough than penetration tests
- They are the same process with different names
Correct answer: A vulnerability scan identifies known weaknesses automatically; a penetration test actively attempts to exploit them
Vulnerability scanning uses automated tools to identify potential weaknesses, while penetration testing involves skilled professionals who attempt to exploit those weaknesses to assess real impact.
Question 3: What is a zero-day vulnerability?
- A vulnerability that is unknown to the software vendor and has no available patch (Correct answer)
- A vulnerability discovered on the first day of a software release
- A vulnerability that takes zero days to exploit
- A vulnerability with a CVSS score of zero
Correct answer: A vulnerability that is unknown to the software vendor and has no available patch
A zero-day vulnerability is one that the vendor is unaware of, meaning there are zero days between discovery and exploitation — no patch exists yet.
Question 4: Which penetration testing phase involves gathering information about the target without directly interacting with its systems?
- Passive reconnaissance (Correct answer)
- Active scanning
- Exploitation
- Post-exploitation
Correct answer: Passive reconnaissance
Passive reconnaissance collects publicly available information (OSINT) about the target without sending any traffic to its systems, making it harder to detect.
Question 5: What is the purpose of patch management in vulnerability management?
- Systematically identifies, tests, and deploys software updates to remediate known vulnerabilities (Correct answer)
- Blocks all external traffic until patches are available
- Generates vulnerability reports for auditors
- Scans systems for malware after exploitation
Correct answer: Systematically identifies, tests, and deploys software updates to remediate known vulnerabilities
Patch management reduces the attack surface by ensuring that known vulnerabilities in software and firmware are remediated in a timely, tested manner.
Question 6: What does 'attack surface reduction' mean in vulnerability management?
- Minimizing the number of exposed entry points that attackers could exploit (Correct answer)
- Reducing the size of the security team
- Removing all internet connectivity
- Limiting the number of vulnerability scans performed
Correct answer: Minimizing the number of exposed entry points that attackers could exploit
Attack surface reduction involves disabling unnecessary services, ports, and features to shrink the number of potential attack vectors available to adversaries.
What does the Common Vulnerability Scoring System (CVSS) measure?