SY0-701 - Security Operations (28% of the exam) - Section 4.3

Explain various activities associated with vulnerability management.

Describe the vulnerability management lifecycle from scanning and CVSS-based prioritisation through remediation, and distinguish authenticated vulnerability scanning from penetration testing in terms of depth and authorisation. Recognise the role of responsible disclosure in coordinating the reporting of newly discovered vulnerabilities between researchers and affected vendors.

vulnerability scanningpenetration testingCVSSremediationresponsible disclosure

Practice question for this objective

Free sampleSecurity Operationsmedium

Which statement best contrasts a vulnerability scan with a penetration test as activities within an enterprise vulnerability management programme?

  • AA vulnerability scan is always credentialed and intrusive, while a penetration test is always non-credentialed and read-only, so only the scan can affect production stability.
  • BA vulnerability scan reports a single severity score per host, while a penetration test reports findings using the Common Vulnerability Scoring System version four base metrics.
  • CA vulnerability scan can be run continuously by the asset owner, while a penetration test may only be conducted by a regulator under statutory powers granted to that body.
  • DA vulnerability scan identifies and reports known weaknesses largely through automated tooling, while a penetration test attempts to exploit weaknesses and chain them together to demonstrate real-world impact. Correct
Distinguish automated vulnerability scanning from penetration testing by the depth of validation and exploitation each technique provides. Scanning is a breadth-first discovery activity that catalogues known weaknesses from signatures, version banners and configuration checks across many assets. A penetration test is depth-first: an authorised attacker validates the findings by exploiting them, chains weaknesses together and demonstrates a realistic impact path, which scanning alone cannot prove.

Why A is wrong: Both activities can be credentialed or non-credentialed and both can affect stability. Penetration tests in particular are typically more intrusive than scans because they involve actual exploitation.

Why B is wrong: Both activities commonly use CVSS to score individual findings, and a scan usually reports per-finding severity rather than one score per host. The contrast is the depth of validation, not the scoring system.

Why C is wrong: Penetration tests are carried out by internal red teams or contracted firms under written authorisation; they are not restricted to regulators. The frequency contrast is real, but the legal claim about regulators is incorrect.

Why D is correct: Scanners are automated discovery tools that flag known issues from signatures and configuration checks. A penetration test goes further by actively exploiting those issues, pivoting through the environment and proving what an attacker could actually achieve.

See more SY0-701 practice questions, answers explained.

Exam traps in Security Operations

Answers that look right on this material and are not. Each one is a distractor from a different question in the SY0-701 bank for this domain.

  • Publish full technical details and proof-of-concept exploit code for every reported flaw on the day the report arrives, so customers learn of the risk immediately.

    Why it is wrong: Immediate transparency sounds customer-friendly, but releasing a working exploit before a fix exists arms attackers against unpatched users, which is the uncoordinated full-disclosure approach responsible disclosure is designed to avoid.

  • Order the findings strictly by raw CVSS base score from highest to lowest and patch from the top of the list until the maintenance window is exhausted, leaving everything else for the next cycle.

    Why it is wrong: Raw CVSS base score is tempting because it is a well-known severity number, but base score ignores exposure, exploit availability and asset value, so it can promote internal low-impact issues above a critical internet-facing flaw and waste a limited window.

  • The web server's IIS access log covering the seventy-two hours preceding the confirmed compromise.

    Why it is wrong: Web access logs show requests and responses against the server but they do not name missing patches, CVE identifiers, or CVSS scores, so they cannot substantiate why the host was vulnerable when it was attacked.

Examworthy is not affiliated with or endorsed by CompTIA. Original, blueprint-aligned practice material only.