nerdexam
(ISC)2

CISSP · Question #562

Which of the following open source software issues pose the MOST risk to an application?

The correct answer is C. The software has multiple Common Vulnerabilities and Exposures (CVE) and only some are. When evaluating open source software risk, unpatched CVEs represent the most immediate and exploitable threat to an application's security posture.

Submitted by deeparc· Mar 5, 2026Software Development Security

Question

Which of the following open source software issues pose the MOST risk to an application?

Options

  • AThe software is beyond end of life and the vendor is out of business.
  • BThe software is not used or popular in the development community.
  • CThe software has multiple Common Vulnerabilities and Exposures (CVE) and only some are
  • DThe software has multiple Common Vulnerabilities and Exposures (CVE) but the CVEs are

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    8% (2)
  • C
    81% (21)
  • D
    4% (1)

Why each option

When evaluating open source software risk, unpatched CVEs represent the most immediate and exploitable threat to an application's security posture.

AThe software is beyond end of life and the vendor is out of business.

End-of-life software with a defunct vendor is a long-term risk concern, but if no active CVEs exist it may not present an immediate exploitable vulnerability compared to software with known, unpatched CVEs.

BThe software is not used or popular in the development community.

Low popularity or community adoption is a risk indicator for poor code review and slow vulnerability discovery, but it does not represent an active, documented exploitable vulnerability like an unpatched CVE does.

CThe software has multiple Common Vulnerabilities and Exposures (CVE) and only some areCorrect

Software with multiple CVEs where only some are patched means known, documented vulnerabilities remain unremediated and exploitable in production. Attackers can reference public CVE databases to identify and target these specific unpatched weaknesses, making this the highest immediate risk. The combination of public disclosure and lack of full remediation creates a critical attack surface.

DThe software has multiple Common Vulnerabilities and Exposures (CVE) but the CVEs are

If multiple CVEs exist but are fully patched, the risk is significantly mitigated because the known vulnerabilities have been remediated, leaving no documented unpatched attack vector for adversaries to exploit.

Concept tested: Open source software risk assessment and CVE management

Source: https://www.cisa.gov/sites/default/files/2023-06/SOFTWARE_ACQUISITION_GUIDE_FOR_GOVERNMENT_ENTERPRISE_CONSUMERS_508c.pdf

Topics

#Open source security#Vulnerability management#Software supply chain risk#Risk assessment

Community Discussion

No community discussion yet for this question.

Full CISSP Practice