CVE-2023-53571 (GCVE-0-2023-53571)

Vulnerability from cvelistv5 – Published: 2025-10-04 15:17 – Updated: 2025-10-04 15:17
VLAI?
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Make intel_get_crtc_new_encoder() less oopsy The point of the WARN was to print something, not oops straight up. Currently that is precisely what happens if we can't find the connector for the crtc in the atomic state. Get the dev pointer from the atomic state instead of the potentially NULL encoder to avoid that. (cherry picked from commit 3b6692357f70498f617ea1b31a0378070a0acf1c)
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 3a47ae201e074945bbde0b088e4c1215c07f4d75 , < 780f303233c35eeb5132e3ee1cbc8f4cebe86dd2 (git)
Affected: 3a47ae201e074945bbde0b088e4c1215c07f4d75 , < 54202488c835dab8c648acd107f0bb8eaa699894 (git)
Affected: 3a47ae201e074945bbde0b088e4c1215c07f4d75 , < 0fe6ef82e4f4764e8f556632e4cd93d78d448e99 (git)
Affected: 3a47ae201e074945bbde0b088e4c1215c07f4d75 , < 8cd725315c559a8a4d18ac1d7fce1d6b9a667529 (git)
Affected: 3a47ae201e074945bbde0b088e4c1215c07f4d75 , < fd8b0abecdf66379e9d25d7448b942b5be379cb2 (git)
Affected: 3a47ae201e074945bbde0b088e4c1215c07f4d75 , < 631420b06597a33c72b6dcef78d1c2dea17f452d (git)
Create a notification for this product.
    Linux Linux Affected: 5.7
Unaffected: 0 , < 5.7 (semver)
Unaffected: 5.10.180 , ≤ 5.10.* (semver)
Unaffected: 5.15.111 , ≤ 5.15.* (semver)
Unaffected: 6.1.28 , ≤ 6.1.* (semver)
Unaffected: 6.2.15 , ≤ 6.2.* (semver)
Unaffected: 6.3.2 , ≤ 6.3.* (semver)
Unaffected: 6.4 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/i915/display/intel_display.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "780f303233c35eeb5132e3ee1cbc8f4cebe86dd2",
              "status": "affected",
              "version": "3a47ae201e074945bbde0b088e4c1215c07f4d75",
              "versionType": "git"
            },
            {
              "lessThan": "54202488c835dab8c648acd107f0bb8eaa699894",
              "status": "affected",
              "version": "3a47ae201e074945bbde0b088e4c1215c07f4d75",
              "versionType": "git"
            },
            {
              "lessThan": "0fe6ef82e4f4764e8f556632e4cd93d78d448e99",
              "status": "affected",
              "version": "3a47ae201e074945bbde0b088e4c1215c07f4d75",
              "versionType": "git"
            },
            {
              "lessThan": "8cd725315c559a8a4d18ac1d7fce1d6b9a667529",
              "status": "affected",
              "version": "3a47ae201e074945bbde0b088e4c1215c07f4d75",
              "versionType": "git"
            },
            {
              "lessThan": "fd8b0abecdf66379e9d25d7448b942b5be379cb2",
              "status": "affected",
              "version": "3a47ae201e074945bbde0b088e4c1215c07f4d75",
              "versionType": "git"
            },
            {
              "lessThan": "631420b06597a33c72b6dcef78d1c2dea17f452d",
              "status": "affected",
              "version": "3a47ae201e074945bbde0b088e4c1215c07f4d75",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/i915/display/intel_display.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.7"
            },
            {
              "lessThan": "5.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.180",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.111",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.28",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.2.*",
              "status": "unaffected",
              "version": "6.2.15",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.3.*",
              "status": "unaffected",
              "version": "6.3.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.4",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.180",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.111",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.28",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2.15",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3.2",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915: Make intel_get_crtc_new_encoder() less oopsy\n\nThe point of the WARN was to print something, not oops\nstraight up. Currently that is precisely what happens\nif we can\u0027t find the connector for the crtc in the atomic\nstate. Get the dev pointer from the atomic state instead\nof the potentially NULL encoder to avoid that.\n\n(cherry picked from commit 3b6692357f70498f617ea1b31a0378070a0acf1c)"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-10-04T15:17:12.304Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/780f303233c35eeb5132e3ee1cbc8f4cebe86dd2"
        },
        {
          "url": "https://git.kernel.org/stable/c/54202488c835dab8c648acd107f0bb8eaa699894"
        },
        {
          "url": "https://git.kernel.org/stable/c/0fe6ef82e4f4764e8f556632e4cd93d78d448e99"
        },
        {
          "url": "https://git.kernel.org/stable/c/8cd725315c559a8a4d18ac1d7fce1d6b9a667529"
        },
        {
          "url": "https://git.kernel.org/stable/c/fd8b0abecdf66379e9d25d7448b942b5be379cb2"
        },
        {
          "url": "https://git.kernel.org/stable/c/631420b06597a33c72b6dcef78d1c2dea17f452d"
        }
      ],
      "title": "drm/i915: Make intel_get_crtc_new_encoder() less oopsy",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53571",
    "datePublished": "2025-10-04T15:17:12.304Z",
    "dateReserved": "2025-10-04T15:14:15.925Z",
    "dateUpdated": "2025-10-04T15:17:12.304Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53571\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-04T16:15:52.690\",\"lastModified\":\"2025-10-06T14:56:21.733\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/i915: Make intel_get_crtc_new_encoder() less oopsy\\n\\nThe point of the WARN was to print something, not oops\\nstraight up. Currently that is precisely what happens\\nif we can\u0027t find the connector for the crtc in the atomic\\nstate. Get the dev pointer from the atomic state instead\\nof the potentially NULL encoder to avoid that.\\n\\n(cherry picked from commit 3b6692357f70498f617ea1b31a0378070a0acf1c)\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0fe6ef82e4f4764e8f556632e4cd93d78d448e99\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/54202488c835dab8c648acd107f0bb8eaa699894\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/631420b06597a33c72b6dcef78d1c2dea17f452d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/780f303233c35eeb5132e3ee1cbc8f4cebe86dd2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8cd725315c559a8a4d18ac1d7fce1d6b9a667529\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fd8b0abecdf66379e9d25d7448b942b5be379cb2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


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 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…

Detection rules are retrieved from Rulezet.

Loading…

Loading…