CVE-2026-43331: x86/kexec: Disable KCOV instrumentation after load_segments()

Published May 8, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

x86/kexec: Disable KCOV instrumentation after loadsegments()

The loadsegments() function changes segment registers, invalidating GS base (which KCOV relies on for per-cpu data). When CONFIGKCOV is enabled, any subsequent instrumented C code call (e.g. nativegdtinvalidate()) begins crashing the kernel in an endless loop.

To reproduce the problem, it's sufficient to do kexec on a KCOV-instrumented kernel:

$ kexec -l /boot/otherKernel $ kexec -e

The real-world context for this problem is enabling crash dump collection in syzkaller. For this, the tool loads a panic kernel before fuzzing and then calls makedumpfile after the panic. This workflow requires both CONFIGKEXEC and CONFIGKCOV to be enabled simultaneously.

Adding safeguards directly to the KCOV fast-path (sanitizercovtracepc()) is also undesirable as it would introduce an extra performance overhead.

Disabling instrumentation for the individual functions would be too fragile, so disable KCOV instrumentation for the entire machinekexec64.c and physaddr.c. If coverage-guided fuzzing ever needs these components in the future, other approaches should be considered.

The problem is not relevant for 32 bit kernels as CONFIGKCOV is not supported there.

[ bp: Space out comment for better readability. ]

Affected Software

9 affected components
Linux Linux kernel (x86_64)
Linux Linux kernel>=6.6<6.18.22
Linux Linux kernel>=6.19<6.19.12
Linux Linux kernel=7.0-rc1
Linux Linux kernel=7.0-rc2
Linux Linux kernel=7.0-rc3
Linux Linux kernel=7.0-rc4
Linux Linux kernel=7.0-rc5
Linux Linux kernel=7.0-rc6

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Disable KCOV instrumentation for the entire machine_kexec_64.c and for subsequent instrumented C code calls so that KCOV is not active after load_segments() (i.e., ensure KCOV instrumentation is turned off in machine_kexec_64.c to avoid invoking __sanitizer_cov_trace_pc() after load_segments()).

    x86 kexec (machine_kexec_64.c) KCOV instrumentation = disabled
  2. Configuration

    Add safeguards directly to the KCOV fast-path (__sanitizer_cov_trace_pc()) to prevent unsafe per-CPU data access when segment registers (GS base) are changed by load_segments().

    KCOV fast-path __sanitizer_cov_trace_pc() safeguards = added

Event History

May 8, 2026
CVE Published
via MITRE·01:31 PM
Data Sourced
via MITRE·01:31 PM
Description
Data Sourced
via NVD·02:16 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-43331?

CVE-2026-43331 has been classified with a moderate severity rating due to its potential impact on security within the Linux kernel.

2

How do I fix CVE-2026-43331?

To mitigate CVE-2026-43331, users should upgrade to the latest version of the Linux kernel where the vulnerability has been resolved.

3

Which versions of the Linux kernel are affected by CVE-2026-43331?

CVE-2026-43331 affects versions of the Linux kernel that utilize the x86_64 architecture, particularly prior to the patch.

4

What are the risks associated with CVE-2026-43331?

The primary risk associated with CVE-2026-43331 is the potential for exploitation that may lead to unauthorized access or control over system resources.

5

Does CVE-2026-43331 affect all Linux distributions?

CVE-2026-43331 impacts any Linux distributions that incorporate the vulnerable x86_64 kernel version unless patched.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203