350-701 · Question #374
Why is it important to patch endpoints consistently?
The correct answer is B. Patching helps to mitigate vulnerabilities. Consistent patching of endpoints is crucial because it helps to mitigate vulnerabilities by applying fixes for known security flaws.
Question
Why is it important to patch endpoints consistently?
Options
- APatching reduces the attack surface of the infrastructure.
- BPatching helps to mitigate vulnerabilities.
- CPatching is required per the vendor contract.
- DPatching allows for creating a honeypot.
How the community answered
(46 responses)- A4% (2)
- B91% (42)
- C2% (1)
- D2% (1)
Why each option
Consistent patching of endpoints is crucial because it helps to mitigate vulnerabilities by applying fixes for known security flaws.
While patching *can* indirectly affect the attack surface by closing specific vulnerability entry points, its primary and most direct function is to fix *existing* vulnerabilities, rather than broadly reducing the attack surface of the entire infrastructure.
Software patches are released to fix bugs, improve performance, and most importantly, address security vulnerabilities discovered in operating systems and applications. By consistently applying these patches, organizations close known security gaps that attackers could exploit, thereby mitigating the risk of compromise.
While vendor contracts might mandate patching for support, the *technical security reason* for patching is to address vulnerabilities, not contractual obligation.
Patching is about securing systems, not about creating honeypots, which are decoy systems designed to attract and trap attackers.
Concept tested: Importance of Software Patching
Source: https://www.cisa.gov/news-events/news/patch-now-protect-against-vulnerabilities
Topics
Community Discussion
No community discussion yet for this question.