CVE-2026-43345 (GCVE-0-2026-43345)
Vulnerability from cvelistv5
Published
2026-05-08 13:39
Modified
2026-08-05 12:27
Summary
In the Linux kernel, the following vulnerability has been resolved: net: ipa: fix event ring index not programmed for IPA v5.0+ For IPA v5.0+, the event ring index field moved from CH_C_CNTXT_0 to CH_C_CNTXT_1. The v5.0 register definition intended to define this field in the CH_C_CNTXT_1 fmask array but used the old identifier of ERINDEX instead of CH_ERINDEX. Without a valid event ring, GSI channels could never signal transfer completions. This caused gsi_channel_trans_quiesce() to block forever in wait_for_completion(). At least for IPA v5.2 this resolves an issue seen where runtime suspend, system suspend, and remoteproc stop all hanged forever. It also meant the IPA data path was completely non functional.
Impacted products
Vendor Product Version
Linux Linux Version: faf0678ec8a0aa9039d8b188d012206abd67dd5c
Version: faf0678ec8a0aa9039d8b188d012206abd67dd5c
Version: faf0678ec8a0aa9039d8b188d012206abd67dd5c
Version: faf0678ec8a0aa9039d8b188d012206abd67dd5c
Version: faf0678ec8a0aa9039d8b188d012206abd67dd5c
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ipa/reg/gsi_reg-v5.0.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "ae8343a19ccb051d519dbb3a9082ddea9f0551d3",
              "status": "affected",
              "version": "faf0678ec8a0aa9039d8b188d012206abd67dd5c",
              "versionType": "git"
            },
            {
              "lessThan": "2bf18b643c4656413f7cfd5615af60a6b4e261da",
              "status": "affected",
              "version": "faf0678ec8a0aa9039d8b188d012206abd67dd5c",
              "versionType": "git"
            },
            {
              "lessThan": "2d2dc166d55148cfcf8ae67b415f8d6d110e6fca",
              "status": "affected",
              "version": "faf0678ec8a0aa9039d8b188d012206abd67dd5c",
              "versionType": "git"
            },
            {
              "lessThan": "34c988bb04cbdf093d2134e179433da49ffcd044",
              "status": "affected",
              "version": "faf0678ec8a0aa9039d8b188d012206abd67dd5c",
              "versionType": "git"
            },
            {
              "lessThan": "56007972c0b1e783ca714d6f1f4d6e66e531d21f",
              "status": "affected",
              "version": "faf0678ec8a0aa9039d8b188d012206abd67dd5c",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ipa/reg/gsi_reg-v5.0.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.4"
            },
            {
              "lessThan": "6.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.136",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.83",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.24",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.14",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.136",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.83",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.24",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.14",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ipa: fix event ring index not programmed for IPA v5.0+\n\nFor IPA v5.0+, the event ring index field moved from CH_C_CNTXT_0 to\nCH_C_CNTXT_1. The v5.0 register definition intended to define this\nfield in the CH_C_CNTXT_1 fmask array but used the old identifier of\nERINDEX instead of CH_ERINDEX.\n\nWithout a valid event ring, GSI channels could never signal transfer\ncompletions. This caused gsi_channel_trans_quiesce() to block\nforever in wait_for_completion().\n\nAt least for IPA v5.2 this resolves an issue seen where runtime\nsuspend, system suspend, and remoteproc stop all hanged forever. It\nalso meant the IPA data path was completely non functional."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The affected IPA/GSI channels are the Qualcomm modem/RMNet network data path, including AP receive channels driven by packets arriving from the cellular/network side. A remote peer can send traffic to a configured affected device without reaching any ioctl or local-only control interface.\nAC:L - The failure is deterministic on IPA v5.0+ hardware because the channel event-ring index is never encoded into CH_C_CNTXT_1. No race, heap shaping, or attacker-uncontrolled timing is needed once the affected channel is programmed and used.\nPR:N - For the remote packet/data-path scenario, the attacker does not need local credentials or kernel capabilities. The relevant receive path is packet-driven after the device and modem interface are configured by the system.\nUI:N - No victim action is required beyond the affected device being online with its IPA modem data path configured. Traffic or normal power-management transitions can exercise the broken completion path.\nS:U - The impact remains within the same kernel/device security authority. This is not a VM escape, IOMMU bypass, or cross-sandbox boundary violation.\nC:N - The bug is an incorrect hardware register field mask that prevents completion signaling; I found no out-of-bounds access, use-after-free, or attacker-readable memory exposure. The event rings are driver-allocated DMA rings, not an arbitrary disclosure primitive.\nI:N - The observed and code-supported impact is loss of completion signaling and broken data-path operation, not attacker-controlled modification of kernel memory or persistent data. There is no evident arbitrary write or control-flow corruption primitive.\nA:H - Missing completions cause waits such as gsi_channel_trans_quiesce() to block forever, hanging runtime suspend, system suspend, and remoteproc stop. The IPA data path can also become completely nonfunctional, so availability impact is high."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:27:22.811Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/ae8343a19ccb051d519dbb3a9082ddea9f0551d3"
        },
        {
          "url": "https://git.kernel.org/stable/c/2bf18b643c4656413f7cfd5615af60a6b4e261da"
        },
        {
          "url": "https://git.kernel.org/stable/c/2d2dc166d55148cfcf8ae67b415f8d6d110e6fca"
        },
        {
          "url": "https://git.kernel.org/stable/c/34c988bb04cbdf093d2134e179433da49ffcd044"
        },
        {
          "url": "https://git.kernel.org/stable/c/56007972c0b1e783ca714d6f1f4d6e66e531d21f"
        }
      ],
      "title": "net: ipa: fix event ring index not programmed for IPA v5.0+",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43345",
    "datePublished": "2026-05-08T13:39:31.222Z",
    "dateReserved": "2026-05-01T14:12:56.003Z",
    "dateUpdated": "2026-08-05T12:27:22.811Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…