FlashGenius Logo FlashGenius
Login Sign Up

CYSA-004 Practice Questions: Vulnerability Management Domain

Test your CYSA-004 knowledge with 10 practice questions from the Vulnerability Management domain. Includes detailed explanations and answers.

CYSA-004 Practice Questions

Master the Vulnerability Management Domain

Test your knowledge in the Vulnerability Management domain with these 10 practice questions. Each question is designed to help you prepare for the CYSA-004 certification exam with detailed explanations to reinforce your learning.

Question 1

A healthcare organization wants visibility into a sensitive network segment. Artifact: Segment: 10.77.14.0/24 Assets: infusion pump controllers and monitoring appliances Vendor note: active scans may interrupt patient sessions Business requirement: 24/7 uptime Goal: identify hosts, services, and communication patterns with minimal disruption What is the best assessment approach?

A) Use passive network monitoring first and schedule any targeted active validation later

B) Launch a full authenticated vulnerability scan immediately for the most complete results

C) Run repeated Nmap version scans during peak hours to capture all open services

D) Skip assessment entirely because medical devices should never be evaluated

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Passive monitoring is the best initial method because the environment is availability-sensitive and the vendor explicitly warns that active scans may interrupt patient sessions. In fragile or latency-sensitive environments, analysts should gather visibility with the least disruptive method first, then coordinate limited active validation only when needed and when it is operationally safe.

Why the other options are wrong:
- Option B: Authenticated scans provide deeper detail, but they are an active method and conflict with the stated risk of disrupting patient sessions.
- Option C: Repeated active version scans during peak hours directly ignore the vendor warning and the 24/7 uptime requirement.
- Option D: The goal is still to assess the environment safely. The right answer is a lower-impact method, not avoiding visibility altogether.

Question 2

A vulnerability team reviews endpoint coverage. Artifact: Managed laptops: 650 Not seen on corporate network in last 30 days: 240 Work model: mostly remote Requirement: weekly vulnerability and missing-patch visibility for all laptops Constraint: no always-on VPN requirement Which approach best meets the requirement?

A) Deploy an agent-based vulnerability solution to the laptops

B) Increase internal network scan frequency on the data center VLANs

C) Run monthly unauthenticated scans against the VPN gateway only

D) Wait for users to return on-site before collecting vulnerability data

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Agent-based assessment is the best choice because many endpoints are remote and not consistently reachable by internal network scanning. An agent can report missing patches and local vulnerability data regardless of whether the device is on the corporate network. This is a practical visibility decision, not just a scanning preference.

Why the other options are wrong:
- Option B: Scanning data center VLANs more often does not solve the main problem: hundreds of laptops are off-network and therefore unreachable by internal scans.
- Option C: Scanning the VPN gateway evaluates the gateway, not the patch state and local vulnerabilities of individual laptops.
- Option D: Delaying assessment until users return on-site fails the stated weekly visibility requirement and leaves a large portion of the fleet unassessed.

Question 3

A scan reports the following finding: Asset: VPN-MGMT IP: 198.51.100.14 Service: admin portal on 8443/tcp Finding: remote code execution vulnerability CVSS: 9.1 EPSS: 0.87 Exposure: internet-facing Business note: the portal is used only by administrators from the HQ subnet 203.0.113.0/24 Vendor note: patch expected in 12 days What is the best immediate action for the analyst to recommend?

A) Restrict 8443 access to the HQ subnet and block all other public sources until the patch is available

B) Wait for the vendor patch and increase log retention on the gateway in the meantime

C) Mark the issue as accepted risk because only administrators use the portal

D) Reboot the gateway nightly to clear any attempted exploitation before patching

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Because the vulnerable portal is internet-facing but only needed by administrators from one known subnet, the strongest immediate control is to reduce exposure with an access restriction. This is a practical compensating control that materially lowers risk while waiting for the vendor patch. It does not replace patching, but it is the best immediate action in this scenario.

Why the other options are wrong:
- Option B: More logging may help visibility, but it does not materially reduce attack surface. Given the high EPSS and public exposure, waiting without restricting access is not the best choice.
- Option C: Administrative use does not reduce risk by itself. Formal risk acceptance is not appropriate when a high-risk internet-facing service can still be mitigated.
- Option D: Rebooting is not a meaningful compensating control for a remotely exploitable vulnerability. It neither reduces exposure nor fixes the underlying issue.

Question 4

A network team reports that a critical vulnerability has been patched on an external appliance. Remediation tracker: Asset: vpn-edge-01 Finding ID: V-4431 Exposure: internet-facing Status from network team: patched yesterday Evidence attached: change ticket only Latest scan result: from last week, before the patch What should the analyst do before marking the finding closed?

A) Close the item using the network team's change ticket as evidence

B) Rescan or retest the appliance and attach verification results

C) Wait for the next monthly dashboard refresh before updating status

D) Downgrade the item to informational since patching was attempted

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): Reported remediation is not enough by itself. The analyst should verify that the exposure is actually gone by rescanning or otherwise retesting the appliance, then document that result. Verification is a key part of the vulnerability response lifecycle and prevents premature closure.

Why the other options are wrong:
- Option A: A change ticket shows intent or action, but it does not confirm the vulnerability is no longer present.
- Option C: Waiting for a dashboard cycle delays validation and does not directly confirm the current state of the asset.
- Option D: Attempted remediation does not justify downgrading severity or changing the factual status of the finding.

Question 5

An authenticated scan confirms that a legacy radiology server uses an unsupported operating system with multiple kernel vulnerabilities. The medical device vendor will not provide a supported upgrade for 9 months. Current controls include a dedicated VLAN, ACLs that allow only the application server to connect, and no internet access. The business owner approves continued use if the risk is formally documented. What is the BEST analyst recommendation?

A) Document risk acceptance with the current mitigations, require periodic review, and continue pursuing replacement

B) Remove the ACLs so operations staff can access the server more easily until a patch is released

C) Close the finding as a false positive because no vendor patch is available

D) Leave the finding open but postpone documentation until the vendor provides an upgrade

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): This is a classic case for documented risk acceptance with compensating controls. The vulnerability is real, remediation is not currently feasible, exposure has been reduced through segmentation and ACLs, and the business owner has approved continued operation if the risk is formally recorded. Proper analyst guidance is to document the exception, retain the mitigations, review it periodically, and continue working toward replacement or upgrade.

Why the other options are wrong:
- Option B: Removing ACLs would weaken compensating controls and increase exposure, making the situation worse.
- Option C: No available vendor patch does not make the result a false positive. The vulnerability still exists.
- Option D: Undocumented delay is not valid risk treatment. Risk acceptance must be explicit, documented, and reviewed.

Question 6

A weekly remediation meeting reviews the following findings. Artifact: 1. VPN gateway | Internet-facing | CVSS 7.5 | EPSS 0.93 | KEV-listed | Asset criticality: very high 2. Internal file server | Internal only | CVSS 9.8 | EPSS 0.02 | No known exploit activity | Asset criticality: medium 3. Developer workstation | Internal only | CVSS 8.8 | EPSS 0.18 | EDR present | Asset criticality: low 4. Test web server | Internet-facing | CVSS 6.5 | EPSS 0.05 | Nonproduction | Asset criticality: low Which finding should the analyst recommend remediating first?

A) The VPN gateway because it is exposed, critical, and likely to be exploited

B) The internal file server because it has the highest CVSS score

C) The developer workstation because endpoint attacks often lead to lateral movement

D) The test web server because internet exposure always outweighs all other factors

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): The VPN gateway is the highest priority because remediation urgency is driven by more than CVSS. It is internet-facing, supports a very high-criticality function, has a very high EPSS score, and is KEV-listed, which indicates known real-world exploitation pressure. That combination makes it more urgent than an internal-only CVSS 9.8 finding with low exploit likelihood. CySA+ prioritization requires balancing severity, exploitability, exposure, and business impact together.

Why the other options are wrong:
- Option B: This is a common CVSS-only mistake. The file server is technically severe, but it is internal only, has low EPSS, and lacks active exploitation indicators.
- Option C: Developer workstations can be stepping stones, but this item has lower criticality and weaker exploitability indicators than the VPN gateway.
- Option D: Internet exposure matters, but it does not override all other context. The test web server is low criticality and has much lower exploitability pressure than the VPN gateway.

Question 7

A scan identifies a serious issue on a production web application. Artifact: Asset: payments.example.com Finding: remote code execution in exposed framework component CVSS: 9.1 EPSS: 0.88 Exposure: internet-facing Vendor patch ETA: 7 days Available controls: WAF, admin path can be IP-restricted What should the analyst recommend now?

A) Apply a WAF rule and restrict the admin path while scheduling the vendor patch

B) Wait for the vendor patch because temporary controls could complicate troubleshooting

C) Accept the risk until next week because the patch is already planned

D) Reimage the server immediately without considering service continuity

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): The best immediate action is to apply compensating controls now because the application is internet-facing, the vulnerability is severe, and the EPSS is high, but a vendor patch is not available for seven days. WAF rules and access restrictions can materially reduce exposure during that gap. Those steps mitigate risk; they do not replace full remediation once the patch becomes available.

Why the other options are wrong:
- Option B: Waiting without mitigation is risky given the internet exposure and high likelihood of exploitation.
- Option C: Risk acceptance does not reduce the technical exposure. The application would remain reachable and vulnerable.
- Option D: Reimaging may cause unnecessary outage and still may not remove the vulnerable condition if the framework issue remains unpatched.

Question 8

During an internal assessment, an analyst receives the following output: Nmap scan report for 10.20.5.14 - 445/tcp open microsoft-ds - 3389/tcp open ms-wbt-server - 80/tcp closed - OS details: Windows Server 2016 (92%) What is the best next step for vulnerability management?

A) Treat the host as compromised and start eradication procedures

B) Record the host as fully patched because only two ports are open

C) Conclude SMB is exploitable because port 445 is reachable

D) Use the discovery results to scope the asset and run a vulnerability assessment or patch check

Show Answer & Explanation

Correct Answer: D

Explanation:

Correct answer (D): This output provides discovery and enumeration data: reachable services, ports, and a probable operating system. That information is useful for scoping the host and planning the next assessment step, but it does not by itself prove exploitability or compromise. The best analyst action is to follow up with a vulnerability assessment or patch verification.

Why the other options are wrong:
- Option A: Open ports alone are not evidence of compromise. Moving into incident eradication would be premature and would confuse vulnerability assessment with incident response.
- Option B: A host can still be vulnerable even if only a few ports are exposed. Port count does not prove patch status.
- Option C: Reachability of SMB shows attack surface, not confirmed exploitability. Additional assessment is needed to validate whether a relevant vulnerability exists.

Question 9

A new CVE affecting libxml2 was matched against the organization's container SBOM data: - payments-api:v41 | prod | internet-facing | component present | CVSS 7.4 | EPSS 0.86 | exploit activity reported - batch-etl:v12 | prod | internal only | component present | CVSS 9.8 | EPSS 0.04 | no exploitation reported - dev-tools:v8 | private registry only | not deployed | component present | CVSS 9.8 | EPSS 0.04 - metrics-sidecar:v6 | prod | internal only | component absent in SBOM Build capacity is limited to one image today. Which image should be rebuilt and redeployed first?

A) payments-api:v41 because it is deployed, internet-facing, and has strong exploitation likelihood

B) batch-etl:v12 because its CVSS score is higher than the others with the vulnerable component

C) dev-tools:v8 because fixing nonproduction images first prevents future deployment risk

D) metrics-sidecar:v6 because production deployment alone makes it the highest priority

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): payments-api:v41 is the best choice because it is a live, internet-facing production workload with the vulnerable component confirmed by SBOM data, high EPSS, and reported exploit activity. The batch ETL image has a higher CVSS, but it is less exposed and less likely to be exploited in the near term. The dev-tools image is not deployed, and the metrics sidecar does not contain the vulnerable component at all.

Why the other options are wrong:
- Option B: This is the CVSS-only trap. Higher severity on an internal workload does not automatically outrank a lower-scored but internet-facing, actively targeted production service.
- Option C: Preventing future deployment risk matters, but addressing a live exposed production workload should come first when capacity is limited.
- Option D: Production status alone is not enough. The SBOM shows this image does not contain the affected component.

Question 10

A critical manufacturing support server cannot be patched without breaking a vendor application. Artifact: Asset: lab-scheduler01 Platform: Windows Server 2012, end of support Finding: Remote service vulnerability, CVSS 9.8 Exposure: Internal only Network controls: reachable only from a jump host on a segmented VLAN Business note: required for plant scheduling for the next 6 months until replacement Patch status: no supported vendor fix What is the best recommendation for the analyst?

A) Close the finding because network segmentation already solves the risk

B) Apply any available operating system update and mark the issue remediated

C) Shut down the server immediately without business consultation

D) Document a formal exception with owner approval and maintain compensating controls until replacement

Show Answer & Explanation

Correct Answer: D

Explanation:

Correct answer (D): Because no supported fix exists and the system is still business-critical, the analyst should recommend a documented exception or risk acceptance decision by the appropriate business owner, along with continued compensating controls such as segmentation, jump-host restrictions, and monitoring. This is not the same as ignoring the finding; it is a managed treatment decision until the replacement occurs.

Why the other options are wrong:
- Option A: Segmentation reduces risk but does not eliminate it, especially for a critical unsupported system. The finding still requires documented treatment and tracking.
- Option B: Applying unrelated updates does not resolve the unsupported vulnerability. Marking it remediated would be inaccurate.
- Option C: Immediate shutdown may reduce risk, but the stem states the server is needed for manufacturing. A unilateral shutdown is not the best analyst recommendation.

Ready to Accelerate Your CYSA-004 Preparation?

Join thousands of professionals who are advancing their careers through expert certification preparation with FlashGenius.

  • ✅ Unlimited practice questions across all CYSA-004 domains
  • ✅ Full-length exam simulations with real-time scoring
  • ✅ AI-powered performance tracking and weak area identification
  • ✅ Personalized study plans with adaptive learning
  • ✅ Mobile-friendly platform for studying anywhere, anytime
  • ✅ Expert explanations and study resources
Start Free Practice Now

Already have an account? Sign in here

About CYSA-004 Certification

The CYSA-004 certification validates your expertise in vulnerability management and other critical domains. Our comprehensive practice questions are carefully crafted to mirror the actual exam experience and help you identify knowledge gaps before test day.