Skip to main content
Commerce Security logo, "All 12 PCI DSS Requirements in Plain English," "Get it now for free," "Complete Survival Guide" and a button toclick to get it
Do We Really Need to Patch That This Week?Configuration & Endpoint Security
6 min readFor IT Security Leads

Do We Really Need to Patch That This Week?

Understanding the Importance of Prioritizing Vulnerabilities

You're staring at your vulnerability scanner output on a Monday morning. There are 347 findings. Your patching window is Thursday night. Your team wants to know which ones actually matter.

This isn't a theoretical exercise. CISA just added four vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalog: CVE-2026-85102, CVE-2026-93616, CVE-2026-93952, and CVE-2026-94127. Federal agencies under Binding Operational Directive (BOD) 26-04 must prioritize these on publicly exposed assets. But what if you're not a Federal Civilian Executive Branch agency? What if you're a defense contractor juggling CMMC prep, a state agency eyeing StateRAMP, or a GCC High tenant managing your own infrastructure?

These questions arise from real Slack channels, team standups, and Friday afternoon calls with your CISO. Let's answer them.

Why Focus on the KEV Catalog?

The KEV Catalog lists vulnerabilities that threat actors are actively exploiting, not just theoretical risks.

Your scanner reports every CVE it knows about. While useful, it doesn't tell you which ones adversaries are weaponizing. The KEV Catalog does. CISA adds entries based on evidence of active exploitation, meaning someone has already written working exploit code and is using it against real targets.

For defense contractors, this aligns with NIST SP 800-171 Rev 2 requirement 3.11.2 (scan for vulnerabilities) and 3.14.1 (identify and respond to security incidents). If you're remediating KEV-listed vulnerabilities, you're addressing known threat actor tactics, techniques, and procedures, not just compliance checkbox items. That distinction matters during a CMMC Level 2 assessment when your C3PAO asks how you prioritize patching.

For federal or state agencies running FedRAMP-authorized systems, the KEV Catalog provides concrete input for your continuous monitoring program under SI-2 (Flaw Remediation). You can justify prioritization decisions with "CISA identified active exploitation" rather than relying solely on CVSS scores.

DoD Contractors and BOD 26-04

Even if BOD 26-04 doesn't legally bind you, adopting its risk-based prioritization approach is wise.

BOD 26-04 requires FCEB agencies to prioritize remediation of KEV vulnerabilities on publicly exposed assets that grant total control post-exploitation. It also establishes expectations for checking whether threat actors compromised the system before patching.

As a DIB contractor, you're not subject to BOD 26-04, but you are subject to DFARS 252.204-7012, which requires you to "provide adequate security" for covered defense information. Ignoring actively exploited vulnerabilities flagged by CISA makes it difficult to argue you've provided adequate security when an incident occurs.

Practically speaking, your government customers are adopting BOD 26-04's framework. When they ask about your vulnerability management process during a supplier risk review, they're comparing your approach to their internal requirements. Aligning your practices with BOD 26-04's risk-based model simplifies those conversations.

Patching Timelines for KEV Vulnerabilities

BOD 26-04 doesn't specify uniform timelines. It requires agencies to prioritize based on asset exposure and exploitability. You should do the same.

The directive focuses on publicly exposed assets that grant total control post-exploitation. If you've got an internet-facing VPN appliance with CVE-2026-94127 (F5 BIG-IP APM heap-based buffer overflow), that's a high-priority remediation. If the same vulnerability exists on an internal-only system behind multiple network segmentation controls, your risk calculus changes.

For CMMC purposes, your System Security Plan should document how you determine remediation timelines. Citing the KEV Catalog as an input to your risk-based prioritization (per NIST SP 800-171 Rev 2 requirement 3.11.2) demonstrates a mature process. Don't just say "we patch critical vulnerabilities within 30 days." Explain how you identify which vulnerabilities pose the highest risk to CUI and how KEV status factors into that determination.

One practical approach: treat KEV vulnerabilities on boundary systems as emergency patches (72-hour window), KEV vulnerabilities on internal CUI systems as high-priority (two-week window), and non-KEV vulnerabilities according to your standard risk-based timeline.

Checking for System Compromise Before Patching

You can't just apply a patch and consider the job done. You need to look for indicators of prior exploitation.

This is where many organizations stumble. You identify a KEV vulnerability, apply the vendor patch, and move on. But if an adversary exploited that vulnerability three days before you patched, they may have established persistence mechanisms that survive the patch.

BOD 26-04 establishes basic expectations for this analysis. While the directive doesn't spell out exact procedures for non-FCEB entities, the principle applies universally: check your logs, review authentication events, look for unexpected administrative accounts or scheduled tasks, and verify file integrity on the affected system.

For FedRAMP systems, this ties directly to AU-6 (Audit Review, Analysis, and Reporting) and IR-4 (Incident Handling). Your continuous monitoring plan should already include procedures for correlating vulnerability data with security event logs. KEV additions should trigger that analysis automatically.

For CMMC, this supports the incident response requirements in NIST SP 800-171 Rev 2 section 3.6. Your incident response plan should address how you determine whether a vulnerability was exploited before remediation.

Integrating the KEV Catalog into Your Vulnerability Management Process

Treat the KEV Catalog as an additional risk input, not a replacement for your current process.

Your existing vulnerability management program probably uses CVSS scores, asset criticality, and exposure as prioritization factors. Add KEV status as a fifth factor. When your scanner identifies a CVE that appears in the KEV Catalog, flag it for accelerated remediation regardless of CVSS score.

Technically, this means:

  • Configure your vulnerability scanner to tag KEV CVEs (most commercial scanners added this capability in the past year)
  • Set up automated alerts when a KEV vulnerability appears in your environment
  • Modify your patching SLA matrix to include a KEV column
  • Update your risk register to reflect KEV vulnerabilities as high-likelihood threats

For defense contractors preparing for CMMC assessments, document this process in your System Security Plan under vulnerability scanning and flaw remediation. When your C3PAO asks how you prioritize vulnerabilities, you can point to a specific, risk-based methodology that incorporates authoritative threat intelligence.

For state agencies pursuing StateRAMP authorization, this demonstrates maturity in your continuous monitoring program and aligns with how federal agencies are managing the same baselines.

Nominating a Vulnerability for the KEV Catalog

You can nominate a vulnerability for the KEV Catalog using CISA's KEV Nomination Form. The threshold is evidence of active exploitation, not theoretical exploitability.

To qualify for KEV inclusion, a vulnerability must have:

  • An assigned CVE ID
  • Evidence of active exploitation in the wild
  • Clear remediation guidance available

The key word is "evidence." CISA isn't adding CVEs based on proof-of-concept code or researcher demonstrations. They're adding vulnerabilities that threat actors are actively using against real targets.

If you've identified exploitation attempts in your environment, or your threat intelligence feed shows active campaigns targeting a specific CVE, submit it. CISA reviews nominations and adds qualifying vulnerabilities to the catalog.

This matters for DIB contractors because you're often early targets for adversaries seeking defense information. If you're seeing exploitation attempts that aren't yet in the KEV Catalog, reporting them helps the broader defense ecosystem.

Next Steps

CISA maintains the KEV Catalog at cisa.gov/known-exploited-vulnerabilities-catalog. It's updated regularly as new evidence of exploitation emerges.

For federal agencies, BOD 26-04 is your primary policy document. For everyone else, treat it as a model framework.

If you're a defense contractor, map KEV remediation to NIST SP 800-171 Rev 2 requirements 3.11.2 and 3.14.1 in your System Security Plan. If you're pursuing FedRAMP authorization, integrate KEV monitoring into your continuous monitoring plan under SI-2 and AU-6.

The vulnerabilities in your scanner output aren't going away. But now you know which ones to fix first.

Promotional banner for the Pentest Readiness checklist download

You Might Also Like