FKIE_CVE-2026-90281

Vulnerability from fkie_nvd - Published: 2026-09-17 17:17 - Updated: 2026-09-17 17:17
Severity
Summary
In the Linux kernel, the following vulnerability has been resolved: phy: qcom: snps-femto-v2: Fix possible NULL-deref on early runtime suspend Runtime PM must be enabled before creating the PHY, since phy_create() only enables runtime PM on the PHY device if it is already enabled on this parent device. However, the runtime PM callbacks dereference the hsphy instance, which is not yet ready, leaving a window where a suspend callback may trigger a NULL pointer dereference. Take a runtime PM usage reference with pm_runtime_get_noresume() before enabling runtime PM and release it once the PHY has been created, so that no runtime suspend can run before the PHY is ready. This also prevents a short window where an unnecessary runtime suspend can occur. Use the devres-managed version to ensure PM runtime is symmetrically disabled during driver removal for proper cleanup.
Impacted products
Vendor Product Version

{
  "affected": [
    {
      "affectedData": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "0c5c08c94dd64c05679970d4eed8b06d36a889a8",
              "status": "affected",
              "version": "0d75f508a9d56133a2834215959cde4605c804d1",
              "versionType": "git"
            },
            {
              "lessThan": "1027b1d4e29756dfbf74ef8743456a1efa3679f0",
              "status": "affected",
              "version": "0d75f508a9d56133a2834215959cde4605c804d1",
              "versionType": "git"
            },
            {
              "lessThan": "34293f5a8982a06c40af69c8c7c856b5837ac652",
              "status": "affected",
              "version": "0d75f508a9d56133a2834215959cde4605c804d1",
              "versionType": "git"
            },
            {
              "lessThan": "3ddf41938fee3d148a170c31e76b0515a522ef7e",
              "status": "affected",
              "version": "0d75f508a9d56133a2834215959cde4605c804d1",
              "versionType": "git"
            },
            {
              "lessThan": "82cb1aedf4bdb279cf8853fe8f39bec4e6cffa0a",
              "status": "affected",
              "version": "0d75f508a9d56133a2834215959cde4605c804d1",
              "versionType": "git"
            },
            {
              "lessThan": "61749681e4a3629ec20b04ba2443b91016af3d2f",
              "status": "affected",
              "version": "0d75f508a9d56133a2834215959cde4605c804d1",
              "versionType": "git"
            },
            {
              "lessThan": "b85bbec72fa813b60e093c6bb36ae232b9b0eb5e",
              "status": "affected",
              "version": "0d75f508a9d56133a2834215959cde4605c804d1",
              "versionType": "git"
            },
            {
              "lessThan": "c271a6926ea7d3c9566b033d63fd4e8c488dc860",
              "status": "affected",
              "version": "0d75f508a9d56133a2834215959cde4605c804d1",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.9"
            },
            {
              "lessThan": "5.9",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.270",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.221",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.188",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.157",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.110",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.52",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.6",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "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\nphy: qcom: snps-femto-v2: Fix possible NULL-deref on early runtime suspend\n\nRuntime PM must be enabled before creating the PHY, since phy_create()\nonly enables runtime PM on the PHY device if it is already enabled on\nthis parent device. However, the runtime PM callbacks dereference the\nhsphy instance, which is not yet ready, leaving a window where a suspend\ncallback may trigger a NULL pointer dereference.\n\nTake a runtime PM usage reference with pm_runtime_get_noresume() before\nenabling runtime PM and release it once the PHY has been created, so that\nno runtime suspend can run before the PHY is ready. This also prevents a\nshort window where an unnecessary runtime suspend can occur.\n\nUse the devres-managed version to ensure PM runtime is symmetrically\ndisabled during driver removal for proper cleanup."
    }
  ],
  "id": "CVE-2026-90281",
  "lastModified": "2026-09-17T17:17:24.810",
  "metrics": {},
  "published": "2026-09-17T17:17:24.810",
  "references": [
    {
      "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "url": "https://git.kernel.org/stable/c/0c5c08c94dd64c05679970d4eed8b06d36a889a8"
    },
    {
      "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "url": "https://git.kernel.org/stable/c/1027b1d4e29756dfbf74ef8743456a1efa3679f0"
    },
    {
      "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "url": "https://git.kernel.org/stable/c/34293f5a8982a06c40af69c8c7c856b5837ac652"
    },
    {
      "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "url": "https://git.kernel.org/stable/c/3ddf41938fee3d148a170c31e76b0515a522ef7e"
    },
    {
      "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "url": "https://git.kernel.org/stable/c/61749681e4a3629ec20b04ba2443b91016af3d2f"
    },
    {
      "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "url": "https://git.kernel.org/stable/c/82cb1aedf4bdb279cf8853fe8f39bec4e6cffa0a"
    },
    {
      "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "url": "https://git.kernel.org/stable/c/b85bbec72fa813b60e093c6bb36ae232b9b0eb5e"
    },
    {
      "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "url": "https://git.kernel.org/stable/c/c271a6926ea7d3c9566b033d63fd4e8c488dc860"
    }
  ],
  "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…