CME-1102
Live Kernel Patching (kpatch/livepatch)
Description
Applies critical kernel security fixes without system reboot, eliminating the patch-reboot delay that leaves systems vulnerable. Patches are applied to the running kernel in memory.
CVSS Vector Impacts
| Metric | Transition | Rationale |
|---|---|---|
| Attack Complexity (AC) | L → H | Temporal: kernel vulnerability patched immediately without reboot window |
CWE Relationships
Verification
Check for active kernel live patches
$ kpatch list
# Expected: installed
# Expected: installed
Platform: rhel
$ canonical-livepatch status
# Expected: running
# Expected: running
Platform: debian