Question 266 of 529
Security Assessment and TestingmediumMultiple SelectObjective-mapped

Quick Answer

The correct answer is automated scanning of open ports and services, because vulnerability assessment activities focus on identification rather than exploitation. Unlike penetration testing, which actively attempts to breach systems, a vulnerability assessment uses automated tools like Nessus or OpenVAS to catalog weaknesses—such as missing patches or misconfigurations—by comparing system states against known vulnerability databases like CVE. On the CISSP exam, this distinction tests your understanding of the assessment lifecycle: vulnerability assessments are broad, non-intrusive scans that produce a list of potential issues, while penetration testing is a targeted, often manual effort to validate exploitability. A common trap is confusing the two; remember that exploitation is the goal of a pen test, not a vulnerability assessment. Memory tip: “Vulnerability assessment finds the holes; penetration testing tries to climb through them.”

CISSP Security Assessment and Testing Practice Question

This CISSP practice question tests your understanding of security assessment and testing. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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 company is conducting a security assessment of its network infrastructure. Which of the following activities are typically performed during a vulnerability assessment? (Select TWO.)

Question 1mediummulti select
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

Identification of missing security patches

A is correct because vulnerability assessments focus on identifying and cataloging weaknesses without exploitation. Missing security patches are a common finding from automated scanning tools like Nessus or OpenVAS, which compare system configurations against known vulnerability databases (e.g., CVE). This aligns with the assessment's goal of discovering vulnerabilities, not exploiting them.

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.

  • Identification of missing security patches

    Why this is correct

    Patch identification is a key component of vulnerability assessment.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Attempting to crack password hashes

    Why it's wrong here

    Password cracking is a post-exploitation activity in penetration testing.

  • Social engineering attacks against employees

    Why it's wrong here

    Social engineering is a separate assessment type.

  • Exploiting identified vulnerabilities to gain unauthorized access

    Why it's wrong here

    Exploitation is performed during penetration testing, not vulnerability assessment.

  • Automated scanning of open ports and services

    Why this is correct

    Port scanning is a routine vulnerability assessment activity.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is confusing vulnerability assessment (identification only) with penetration testing (identification plus exploitation), leading candidates to select 'Exploiting identified vulnerabilities to gain unauthorized access' as a correct activity.

Detailed technical explanation

How to think about this question

Vulnerability assessments typically use tools like Nmap for port scanning (e.g., SYN scan, TCP connect scan) and Nessus for service enumeration and CVE matching. These tools operate at Layer 4 (transport) and Layer 7 (application) of the OSI model, sending crafted packets to detect open ports (e.g., TCP port 80) and then fingerprinting services (e.g., Apache 2.4.41) to identify known vulnerabilities. In contrast, exploitation involves sending payloads (e.g., Metasploit modules) to trigger buffer overflows or command injection, which is outside the assessment's scope.

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

An employee at a financial services firm receives an email that appears to come from the IT helpdesk, asking them to reset their password via a link. The link leads to a convincing fake portal that harvests credentials. Security teams use phishing simulations and security-awareness training to reduce this attack vector. Questions like this test whether you can identify social engineering techniques and appropriate controls.

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 CISSP 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 CISSP 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 CISSP question test?

Security Assessment and Testing — This question tests Security Assessment and Testing — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Identification of missing security patches — A is correct because vulnerability assessments focus on identifying and cataloging weaknesses without exploitation. Missing security patches are a common finding from automated scanning tools like Nessus or OpenVAS, which compare system configurations against known vulnerability databases (e.g., CVE). This aligns with the assessment's goal of discovering vulnerabilities, not exploiting them.

What should I do if I get this CISSP 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

6 more ways this is tested on CISSP

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. Which THREE of the following are common methods used in security assessment and testing? (Select exactly 3.)

hard
  • A.Risk analysis
  • B.Penetration testing
  • C.Security auditing
  • D.Forensic analysis
  • E.Vulnerability scanning

Why B: Penetration testing is a common method in security assessment and testing that simulates real-world attacks to identify exploitable vulnerabilities. Unlike vulnerability scanning, which only identifies potential weaknesses, penetration testing actively exploits them to validate security controls and measure the impact of a breach.

Variation 2. Match each security assessment type to its description.

medium

    Why : Assessments help identify and mitigate security weaknesses.

    Variation 3. Which TWO of the following are key objectives of a security assessment? (Select exactly 2.)

    medium
    • A.Identify vulnerabilities in systems and applications.
    • B.Assess the effectiveness of existing security controls.
    • C.Exploit vulnerabilities to gain unauthorized access.
    • D.Prioritize threats based on business impact.
    • E.Implement new security controls to address findings.

    Why A: A is correct because identifying vulnerabilities is a primary objective of a security assessment, such as a vulnerability scan or penetration test, which systematically discovers weaknesses in systems and applications (e.g., missing patches, misconfigurations, or insecure code). B is correct because assessing the effectiveness of existing security controls (e.g., firewalls, IDS/IPS, access controls) is a core goal, often achieved through control testing or validation to determine if controls are properly implemented and functioning as intended.

    Variation 4. Which of the following is the primary purpose of a security assessment?

    easy
    • A.To identify and evaluate security risks
    • B.To fix all vulnerabilities
    • C.To achieve compliance with regulations
    • D.To punish non-compliant employees

    Why A: A security assessment's primary purpose is to systematically identify and evaluate security risks by analyzing assets, threats, vulnerabilities, and existing controls. This aligns with the NIST SP 800-115 framework, which defines assessment as the process of determining how effectively an entity is meeting specific security objectives, not as a remediation or enforcement activity.

    Variation 5. Which of the following is the primary purpose of a security assessment?

    easy
    • A.To fix all vulnerabilities immediately
    • B.To ensure compliance with regulations
    • C.To punish non-compliant employees
    • D.To identify weaknesses and measure control effectiveness

    Why D: The primary purpose of a security assessment is to systematically identify vulnerabilities, threats, and weaknesses in an organization's information systems, and to evaluate the effectiveness of existing security controls. This aligns with the CISSP domain of Security Assessment and Testing, where the goal is to measure control performance against a baseline, not to immediately remediate or enforce compliance.

    Variation 6. Which TWO of the following are examples of types of security assessments?

    medium
    • A.Vulnerability scan
    • B.Firewall rule review
    • C.Password policy enforcement
    • D.Antivirus update
    • E.Penetration test

    Why A: A vulnerability scan is a security assessment that systematically identifies, categorizes, and reports known vulnerabilities in systems, networks, and applications. It uses automated tools (e.g., Nessus, OpenVAS) to compare system configurations and software versions against databases of known vulnerabilities (e.g., CVE, NVD). This is a core example of a security assessment because it evaluates the security posture without exploiting vulnerabilities, aligning with the 'Security Assessment and Testing' domain.

    Keep practising

    More CISSP practice questions

    Last reviewed: Jun 24, 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 CISSP practice question is part of Courseiva's free ISC2 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 CISSP exam.