CVE REMEDIATION GUIDE
Review reviewHighFixed-version data available

CVE-2026-52968 remediation guide

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic kvm_s390_pci_aif_enable(), kvm_s390_pci_aif_disable(), and aen_host_forward() index the GAIT by manually multiplying the index with sizeof(struct zpci_gaite). Since aift->gait is already a struct zpci_gaite pointer, this double-scales the offset, accessing element aisb*16 instead of aisb. This causes out-of-bounds accesses when aisb >= 32 (with ZPCI_NR_DEVICES=512) Fix by removing the erroneous sizeof multiplication.

Open CVE record
ProductLinux Linux, linux kernel
Affected versions>= 73f91b004321f2510fa79e66035dbbf1870fcf56 < 31a9d9f9942885aae356a1a57c79e82c5b5b0828, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < a99a25db131ece5e6c0f7632da606de631efe4f2, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < 11b8ff5b930b351dd1f6f088dce0beb027ac92d0, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < b22a2da8792a7bfe743c1a922e77fa499ddedbe8, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < e7216651b94e92e5433fb2f54b77864642b4ea48, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < 16d990a15491cf76cd6eef0846e1b4100e63261a, >= 6.0, >= 6.0 < 6.1.175, >= 6.2 < 6.6.141, >= 6.7 < 6.12.91, >= 6.13 < 6.18.33, >= 6.19 < 7.0.10, 7.1
Fixed versions6.1.175, 6.6.141, 6.12.91, 6.18.33, 7.0.10
Priority basisReview · CVSS 7.1 · EPSS 0.14%
01

Identify the affected asset

Confirm whether Linux Linux, linux kernel is installed, record the deployed version and installation path, and identify exposed interfaces.

  • Record the product name, package or appliance identifier, and installed version.
  • Identify internet-facing, administrative, API, and internal access paths.
  • Preserve the pre-change configuration and relevant service logs.
02

Validate the affected-version match

Compare the deployed version with the affected range: >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < 31a9d9f9942885aae356a1a57c79e82c5b5b0828, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < a99a25db131ece5e6c0f7632da606de631efe4f2, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < 11b8ff5b930b351dd1f6f088dce0beb027ac92d0, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < b22a2da8792a7bfe743c1a922e77fa499ddedbe8, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < e7216651b94e92e5433fb2f54b77864642b4ea48, >= 73f91b004321f2510fa79e66035dbbf1870fcf56 < 16d990a15491cf76cd6eef0846e1b4100e63261a, >= 6.0, >= 6.0 < 6.1.175, >= 6.2 < 6.6.141, >= 6.7 < 6.12.91, >= 6.13 < 6.18.33, >= 6.19 < 7.0.10, 7.1. Treat incomplete inventory results as unresolved.

03

Prioritize with independent signals

The CVSS severity warrants an early asset and exposure review. Combine this signal with asset criticality, exposure, compensating controls, and business impact.

04

Apply supported remediation

Follow the vendor advisory or supported update path. Current fixed-version status: 6.1.175, 6.6.141, 6.12.91, 6.18.33, 7.0.10. Preserve configuration and rollback material before change.

05

Verify the result

Confirm the resulting version, service health, authentication and access paths, monitoring coverage, and relevant security logs.

  • Confirm the expected version and package state.
  • Run a functional health check for critical service paths.
  • Review authentication, error, application, and security monitoring logs.
  • Reassess exposure if the supported fix cannot be applied.

Operational boundary

This page does not replace the vendor advisory, support contract, change-management process, or recovery plan. Do not infer that an asset is unaffected from an incomplete inventory query or a missing fixed-version field.