CVE-2026-97407 (GCVE-0-2026-97407)

Vulnerability from cvelistv5 – Published: 2026-09-24 16:03 – Updated: 2026-09-25 12:43
VLAI
Title
ASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmt
Summary
In the Linux kernel, the following vulnerability has been resolved: ASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmt rockchip_pdm_set_fmt() calls pm_runtime_get_sync() before accessing hardware registers, but ignores its return value. If the runtime resume fails, the function continues to perform register accesses while the device state is undefined. Replace pm_runtime_get_sync() with pm_runtime_resume_and_get() and return early on failure to avoid unpowered register accesses.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: c85064435fe7a216ec0f0238ef2b8f7cd850a450 , < a9cc27a4a9b5fe013e152841fd8408061fa2312f (git)
Affected: c85064435fe7a216ec0f0238ef2b8f7cd850a450 , < b2b5c2ca5a4924271fa86d75a252de32fa285375 (git)
Affected: c85064435fe7a216ec0f0238ef2b8f7cd850a450 , < ee7b5f7b39332febf917f9ebf212842cc9379815 (git)
Affected: a8f82720673d41b85145f232c954fe3a365f72b5 (git)
Affected: 88294658ddbe0e35fa48e1679252e86b3b5ba1d2 (git)
Affected: 2f0ec100032e9f23b7561ec6f3b5c8a9806a7100 (git)
Affected: 4.14.118 , < 4.15 (semver)
Affected: 4.19.42 , < 4.20 (semver)
Affected: 5.0.15 , < 5.1 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 5.1
Unaffected: 0 , < 5.1 (semver)
Unaffected: 6.12.111 , ≤ 6.12.* (semver)
Unaffected: 6.18.53 , ≤ 6.18.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/rockchip/rockchip_pdm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "a9cc27a4a9b5fe013e152841fd8408061fa2312f",
              "status": "affected",
              "version": "c85064435fe7a216ec0f0238ef2b8f7cd850a450",
              "versionType": "git"
            },
            {
              "lessThan": "b2b5c2ca5a4924271fa86d75a252de32fa285375",
              "status": "affected",
              "version": "c85064435fe7a216ec0f0238ef2b8f7cd850a450",
              "versionType": "git"
            },
            {
              "lessThan": "ee7b5f7b39332febf917f9ebf212842cc9379815",
              "status": "affected",
              "version": "c85064435fe7a216ec0f0238ef2b8f7cd850a450",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "a8f82720673d41b85145f232c954fe3a365f72b5",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "88294658ddbe0e35fa48e1679252e86b3b5ba1d2",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "2f0ec100032e9f23b7561ec6f3b5c8a9806a7100",
              "versionType": "git"
            },
            {
              "lessThan": "4.15",
              "status": "affected",
              "version": "4.14.118",
              "versionType": "semver"
            },
            {
              "lessThan": "4.20",
              "status": "affected",
              "version": "4.19.42",
              "versionType": "semver"
            },
            {
              "lessThan": "5.1",
              "status": "affected",
              "version": "5.0.15",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/rockchip/rockchip_pdm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.1"
            },
            {
              "lessThan": "5.1",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.111",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.53",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.111",
                  "versionStartIncluding": "5.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.53",
                  "versionStartIncluding": "5.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.14.118",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.19.42",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.0.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmt\n\nrockchip_pdm_set_fmt() calls pm_runtime_get_sync() before accessing\nhardware registers, but ignores its return value.\nIf the runtime resume fails, the function continues to perform register\naccesses while the device state is undefined.\nReplace pm_runtime_get_sync() with pm_runtime_resume_and_get() and\nreturn early on failure to avoid unpowered register accesses."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-25T12:43:41.484Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/a9cc27a4a9b5fe013e152841fd8408061fa2312f"
        },
        {
          "url": "https://git.kernel.org/stable/c/b2b5c2ca5a4924271fa86d75a252de32fa285375"
        },
        {
          "url": "https://git.kernel.org/stable/c/ee7b5f7b39332febf917f9ebf212842cc9379815"
        }
      ],
      "title": "ASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmt",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-97407",
    "datePublished": "2026-09-24T16:03:13.856Z",
    "dateReserved": "2026-09-24T14:53:16.866Z",
    "dateUpdated": "2026-09-25T12:43:41.484Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-97407",
      "date": "2026-09-25",
      "epss": "0.00166",
      "percentile": "0.05186"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "sound/soc/rockchip/rockchip_pdm.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "a9cc27a4a9b5fe013e152841fd8408061fa2312f",
                    "status": "affected",
                    "version": "c85064435fe7a216ec0f0238ef2b8f7cd850a450",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "b2b5c2ca5a4924271fa86d75a252de32fa285375",
                    "status": "affected",
                    "version": "c85064435fe7a216ec0f0238ef2b8f7cd850a450",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "ee7b5f7b39332febf917f9ebf212842cc9379815",
                    "status": "affected",
                    "version": "c85064435fe7a216ec0f0238ef2b8f7cd850a450",
                    "versionType": "git"
                  },
                  {
                    "status": "affected",
                    "version": "a8f82720673d41b85145f232c954fe3a365f72b5",
                    "versionType": "git"
                  },
                  {
                    "status": "affected",
                    "version": "88294658ddbe0e35fa48e1679252e86b3b5ba1d2",
                    "versionType": "git"
                  },
                  {
                    "status": "affected",
                    "version": "2f0ec100032e9f23b7561ec6f3b5c8a9806a7100",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "4.15",
                    "status": "affected",
                    "version": "4.14.118",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "4.20",
                    "status": "affected",
                    "version": "4.19.42",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "5.1",
                    "status": "affected",
                    "version": "5.0.15",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "sound/soc/rockchip/rockchip_pdm.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "5.1"
                  },
                  {
                    "lessThan": "5.1",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.12.*",
                    "status": "unaffected",
                    "version": "6.12.111",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.53",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.2",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmt\n\nrockchip_pdm_set_fmt() calls pm_runtime_get_sync() before accessing\nhardware registers, but ignores its return value.\nIf the runtime resume fails, the function continues to perform register\naccesses while the device state is undefined.\nReplace pm_runtime_get_sync() with pm_runtime_resume_and_get() and\nreturn early on failure to avoid unpowered register accesses."
          }
        ],
        "id": "CVE-2026-97407",
        "lastModified": "2026-09-25T13:17:24.233",
        "metrics": {},
        "published": "2026-09-24T17:17:18.203",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/a9cc27a4a9b5fe013e152841fd8408061fa2312f"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/b2b5c2ca5a4924271fa86d75a252de32fa285375"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/ee7b5f7b39332febf917f9ebf212842cc9379815"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…