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.
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)- A8% (2)
- B8% (2)
- C81% (21)
- D4% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.