This document is under active development and has not been finalized.
Skip to content

Patch Management

Patch Deadlines by Severity

SeverityCVSSDeadlineEscalation upon Overdue
Critical>= 9.048 hoursImmediately to CISO + Executive Management
High7.0-8.97 daysAfter 5 days to CISO
Medium4.0-6.930 daysMonthly report
Low< 4.0Next release cycleQuarterly report

Patch Process

Standard Process (Medium / Low)

  1. Vulnerability identified through scanning or CVE monitoring
  2. Assessment and prioritization
  3. Test patch in staging environment
  4. Deploy to production within the deadline
  5. Verification: scan confirms remediation

Emergency Process (Critical / High)

  1. Immediate assessment by IT Ops + CISO
  2. Implement workaround if patch is not immediately available (e.g., WAF rule, network isolation)
  3. Test patch (shortened test phase, parallel if necessary)
  4. Emergency deployment (outside regular maintenance windows permitted)
  5. Verification and documentation

EMERGENCY PATCHING

Critical vulnerabilities (CVSS >= 9.0) must be addressed within 48 hours. If a patch is not available, compensating controls must be implemented immediately and documented. The CISO must approve all emergency patches.

Exception Handling

When a patch cannot be applied within the deadline:

StepDescription
JustificationDocumented rationale (technical incompatibility, patch unavailability)
Compensating measureWorkaround, network isolation, enhanced monitoring
ApprovalCISO approval required; executive management approval for critical systems
Time limitMaximum exception duration defined, with review date

Patch Tracking Metrics

MetricMeasurementTarget
Patch compliance ratePercentage of vulnerabilities patched within deadline>= 95%
Mean Time to Patch (MTTP)Average time from CVE publication to patch deploymentCritical: < 48h, High: < 7d
Open critical vulnerabilitiesNumber of unpatched CVSS >= 9.0 vulnerabilities0
ExceptionsNumber of active patch exceptionsMinimize

Documentation licensed under CC BY-NC 4.0 · Code licensed under MIT