Question 439 of 503
Vulnerability ManagementeasyMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is a software bill of materials (SBOM). This is the formal, machine-readable inventory—commonly in SPDX or CycloneDX format—that lists every third-party library, its version, and its dependencies, giving the security team the precise visibility into included libraries and versions required for vulnerability assessment and regulatory compliance. On the CompTIA CySA+ CS0-003 exam, this concept tests your understanding of supply chain risk management and the practical steps for a software bill of materials supplier request, often appearing in scenario-based questions about regulated environments like healthcare or finance. A common trap is confusing an SBOM with a vendor’s security policy or a penetration test report, but remember: only the SBOM provides the granular library-level inventory needed to track vulnerabilities like Log4Shell. Memory tip: “SBOM = Source Bill of Materials” — think of it as the ingredients list for your software, not just the recipe.

CS0-003 Vulnerability Management Practice Question

This CS0-003 practice question tests your understanding of vulnerability management. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A supplier provides a software product used in a regulated environment. The security team wants visibility into included libraries and versions. What should they request? For stakeholder management, Which documentation or approval is required to keep the programme defensible?

Question 1easymultiple choice
Full question →

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

A software bill of materials

A Software Bill of Materials (SBOM) is a formal, machine-readable inventory (often in SPDX or CycloneDX format) that lists all third-party libraries, their versions, and dependencies. In a regulated environment, this provides the security team with the visibility needed to assess vulnerabilities (e.g., Log4Shell) and ensure compliance with standards like NIST SP 800-53 or FDA cybersecurity guidance. Requesting an SBOM is the standard practice for supply chain risk management.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • A software bill of materials

    Why this is correct

    An SBOM lists software components and versions, supporting dependency risk analysis.

    Related concept

    Read the scenario before looking for a memorised answer.

  • A building floor plan

    Why it's wrong here

    Physical layout does not identify software components.

  • A password complexity screenshot only

    Why it's wrong here

    Password settings are unrelated to supplied libraries.

  • A DNS MX record report

    Why it's wrong here

    Mail exchange records do not describe application dependencies.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests the distinction between operational security artifacts (like password policies or DNS records) and the specific supply chain documentation (SBOM) required for software composition analysis, leading candidates to confuse general security controls with component inventory.

Detailed technical explanation

How to think about this question

An SBOM typically includes package names, version strings, dependency relationships, and hash values (e.g., SHA-256) for integrity verification. Under the hood, tools like Syft or Trivy parse package managers (npm, pip, Maven) to generate SBOMs in CycloneDX JSON format, which can be ingested by vulnerability scanners to map CVEs to specific library versions. In regulated environments (e.g., medical devices under FDA premarket submission), an SBOM is often a mandatory deliverable to demonstrate supply chain transparency.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Security exam questions test whether you can match controls to threats in context — not just recall definitions.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CS0-003 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CS0-003 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CS0-003 question test?

Vulnerability Management — This question tests Vulnerability Management — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: A software bill of materials — A Software Bill of Materials (SBOM) is a formal, machine-readable inventory (often in SPDX or CycloneDX format) that lists all third-party libraries, their versions, and dependencies. In a regulated environment, this provides the security team with the visibility needed to assess vulnerabilities (e.g., Log4Shell) and ensure compliance with standards like NIST SP 800-53 or FDA cybersecurity guidance. Requesting an SBOM is the standard practice for supply chain risk management.

What should I do if I get this CS0-003 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

4 more ways this is tested on CS0-003

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A supplier provides a software product used in a regulated environment. The security team wants visibility into included libraries and versions. What should they request? For business prioritization, Which recommendation gives the best risk-based order of work?

easy
  • A.A DNS MX record report
  • B.A password complexity screenshot only
  • C.A software bill of materials
  • D.A building floor plan

Why C: A Software Bill of Materials (SBOM) provides a formal, machine-readable inventory of all third-party and open-source components, libraries, and their versions used in a software product. In a regulated environment, this is essential for vulnerability management and compliance, as it enables the security team to quickly identify known vulnerabilities (e.g., CVEs) in specific library versions and prioritize remediation based on risk.

Variation 2. A supplier provides a software product used in a regulated environment. The security team wants visibility into included libraries and versions. What should they request? For tool configuration, Which scanner or pipeline change most directly improves result quality?

easy
  • A.A DNS MX record report
  • B.A software bill of materials
  • C.A building floor plan
  • D.A password complexity screenshot only

Why B: A software bill of materials (SBOM) is a formal, machine-readable inventory of all components, libraries, and versions used in a software product. In a regulated environment, an SBOM provides the security team with the visibility needed to assess vulnerabilities, track supply chain risks, and ensure compliance with standards like NIST SP 800-53 or FDA guidance. Requesting an SBOM directly addresses the need for library and version transparency.

Variation 3. A supplier provides a software product used in a regulated environment. The security team wants visibility into included libraries and versions. What should they request? For control selection, Which control best addresses the stated weakness without hiding risk?

easy
  • A.A DNS MX record report
  • B.A software bill of materials
  • C.A building floor plan
  • D.A password complexity screenshot only

Why B: A software bill of materials (SBOM) provides a formal, machine-readable inventory of all components, libraries, and versions used in a software product. This directly gives the security team the visibility needed for vulnerability management in a regulated environment, aligning with frameworks like NIST SP 800-53 and Executive Order 14028.

Variation 4. A supplier provides a software product used in a regulated environment. The security team wants visibility into included libraries and versions. What should they request? For validation, Which action should be taken before closing or downgrading the finding?

easy
  • A.A building floor plan
  • B.A password complexity screenshot only
  • C.A software bill of materials
  • D.A DNS MX record report

Why C: A Software Bill of Materials (SBOM) is the correct request because it provides a formal, machine-readable inventory of all included libraries, components, and their versions used in the software product. In a regulated environment (e.g., healthcare, finance), this visibility is essential for vulnerability management, license compliance, and supply chain risk assessment, as mandated by frameworks like NIST SP 800-53 or FDA premarket cybersecurity guidance.

Keep practising

More CS0-003 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CS0-003 practice question is part of Courseiva's free CompTIA 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 CS0-003 exam.