CVE-2026-53279 (GCVE-0-2026-53279)
Vulnerability from cvelistv5
Published
2026-06-26 19:40
Modified
2026-06-26 19:40
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/gma500/oaktrail_lvds: fix hang on init failure The LVDS init code looks up an I2C adapter using i2c_get_adapter() and tries to read the EDID before falling back to allocating and registering its own adapter. The error handling does not separate these cases so on a late init failure it will try to deregister and free also an adapter that had previously been registered. Since i2c_get_adapter() takes another reference to the adapter, deregistration hangs indefinitely while waiting for the reference to be released. Fix this by only destroying adapters allocated during LVDS init on errors.
Impacted products
Vendor Product Version
Linux Linux Version: a57ebfc0b4da16a3f36bfebb158198aab3e340f8
Version: a57ebfc0b4da16a3f36bfebb158198aab3e340f8
Version: a57ebfc0b4da16a3f36bfebb158198aab3e340f8
Version: a57ebfc0b4da16a3f36bfebb158198aab3e340f8
Version: a57ebfc0b4da16a3f36bfebb158198aab3e340f8
Version: a57ebfc0b4da16a3f36bfebb158198aab3e340f8
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/gma500/oaktrail_lvds.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5fe9f505d8578852c30668567bc3ce52e776e8c7",
              "status": "affected",
              "version": "a57ebfc0b4da16a3f36bfebb158198aab3e340f8",
              "versionType": "git"
            },
            {
              "lessThan": "4e04b564c005c9900643c56656d751ad677889be",
              "status": "affected",
              "version": "a57ebfc0b4da16a3f36bfebb158198aab3e340f8",
              "versionType": "git"
            },
            {
              "lessThan": "7877f7e231a8bd5c817af1491276550a5e195cd7",
              "status": "affected",
              "version": "a57ebfc0b4da16a3f36bfebb158198aab3e340f8",
              "versionType": "git"
            },
            {
              "lessThan": "ab9256936b58eb178caddcf5b5b1638f079909d2",
              "status": "affected",
              "version": "a57ebfc0b4da16a3f36bfebb158198aab3e340f8",
              "versionType": "git"
            },
            {
              "lessThan": "f6fc44af3bbd5ab0fb6bdec6f47decca11b38425",
              "status": "affected",
              "version": "a57ebfc0b4da16a3f36bfebb158198aab3e340f8",
              "versionType": "git"
            },
            {
              "lessThan": "657a091ab6d01d0091b77660c75cfed573c9a53e",
              "status": "affected",
              "version": "a57ebfc0b4da16a3f36bfebb158198aab3e340f8",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/gma500/oaktrail_lvds.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.0"
            },
            {
              "lessThan": "6.0",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.175",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.141",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.91",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.33",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.175",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.141",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.91",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.33",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.10",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/gma500/oaktrail_lvds: fix hang on init failure\n\nThe LVDS init code looks up an I2C adapter using i2c_get_adapter() and\ntries to read the EDID before falling back to allocating and registering\nits own adapter.\n\nThe error handling does not separate these cases so on a late init\nfailure it will try to deregister and free also an adapter that had\npreviously been registered. Since i2c_get_adapter() takes another\nreference to the adapter, deregistration hangs indefinitely while\nwaiting for the reference to be released.\n\nFix this by only destroying adapters allocated during LVDS init on\nerrors."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-26T19:40:41.489Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/5fe9f505d8578852c30668567bc3ce52e776e8c7"
        },
        {
          "url": "https://git.kernel.org/stable/c/4e04b564c005c9900643c56656d751ad677889be"
        },
        {
          "url": "https://git.kernel.org/stable/c/7877f7e231a8bd5c817af1491276550a5e195cd7"
        },
        {
          "url": "https://git.kernel.org/stable/c/ab9256936b58eb178caddcf5b5b1638f079909d2"
        },
        {
          "url": "https://git.kernel.org/stable/c/f6fc44af3bbd5ab0fb6bdec6f47decca11b38425"
        },
        {
          "url": "https://git.kernel.org/stable/c/657a091ab6d01d0091b77660c75cfed573c9a53e"
        }
      ],
      "title": "drm/gma500/oaktrail_lvds: fix hang on init failure",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53279",
    "datePublished": "2026-06-26T19:40:41.489Z",
    "dateReserved": "2026-06-09T07:44:35.395Z",
    "dateUpdated": "2026-06-26T19:40:41.489Z",
    "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…