CVE-2022-50368 (GCVE-0-2022-50368)
Vulnerability from cvelistv5
Published
2025-09-17 14:56
Modified
2025-09-17 14:56
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case there are ever more than eight bridges. Patchwork: https://patchwork.freedesktop.org/patch/502668/
Impacted products
Vendor Product Version
Linux Linux Version: a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e
Version: a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e
Version: a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e
Version: a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e
Version: a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e
Version: a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/msm/dsi/dsi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "4e5587cddb334f7a5bb1c49ea8bbfc966fafe1b8",
              "status": "affected",
              "version": "a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e",
              "versionType": "git"
            },
            {
              "lessThan": "f649ed0e1b7a1545f8e27267d3c468b3cb222ece",
              "status": "affected",
              "version": "a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e",
              "versionType": "git"
            },
            {
              "lessThan": "21c4679af01f1027cb559330c2e7d410089b2b36",
              "status": "affected",
              "version": "a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e",
              "versionType": "git"
            },
            {
              "lessThan": "9f035d1fb30648fe70ee01627eb131c56d699b35",
              "status": "affected",
              "version": "a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e",
              "versionType": "git"
            },
            {
              "lessThan": "e83b354890a3c1d5256162f87a6cc38c47ae7f20",
              "status": "affected",
              "version": "a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e",
              "versionType": "git"
            },
            {
              "lessThan": "2e786eb2f9cebb07e317226b60054df510b60c65",
              "status": "affected",
              "version": "a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/msm/dsi/dsi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.1"
            },
            {
              "lessThan": "4.1",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.264",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.223",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.153",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.77",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.0.*",
              "status": "unaffected",
              "version": "6.0.7",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.264",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.223",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.153",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.77",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.0.7",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/msm/dsi: fix memory corruption with too many bridges\n\nAdd the missing sanity check on the bridge counter to avoid corrupting\ndata beyond the fixed-sized bridge array in case there are ever more\nthan eight bridges.\n\nPatchwork: https://patchwork.freedesktop.org/patch/502668/"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-09-17T14:56:24.102Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/4e5587cddb334f7a5bb1c49ea8bbfc966fafe1b8"
        },
        {
          "url": "https://git.kernel.org/stable/c/f649ed0e1b7a1545f8e27267d3c468b3cb222ece"
        },
        {
          "url": "https://git.kernel.org/stable/c/21c4679af01f1027cb559330c2e7d410089b2b36"
        },
        {
          "url": "https://git.kernel.org/stable/c/9f035d1fb30648fe70ee01627eb131c56d699b35"
        },
        {
          "url": "https://git.kernel.org/stable/c/e83b354890a3c1d5256162f87a6cc38c47ae7f20"
        },
        {
          "url": "https://git.kernel.org/stable/c/2e786eb2f9cebb07e317226b60054df510b60c65"
        }
      ],
      "title": "drm/msm/dsi: fix memory corruption with too many bridges",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-50368",
    "datePublished": "2025-09-17T14:56:24.102Z",
    "dateReserved": "2025-09-17T14:53:06.995Z",
    "dateUpdated": "2025-09-17T14:56:24.102Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2022-50368\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-09-17T15:15:35.717\",\"lastModified\":\"2025-09-18T13:43:34.310\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/msm/dsi: fix memory corruption with too many bridges\\n\\nAdd the missing sanity check on the bridge counter to avoid corrupting\\ndata beyond the fixed-sized bridge array in case there are ever more\\nthan eight bridges.\\n\\nPatchwork: https://patchwork.freedesktop.org/patch/502668/\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/21c4679af01f1027cb559330c2e7d410089b2b36\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2e786eb2f9cebb07e317226b60054df510b60c65\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4e5587cddb334f7a5bb1c49ea8bbfc966fafe1b8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9f035d1fb30648fe70ee01627eb131c56d699b35\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e83b354890a3c1d5256162f87a6cc38c47ae7f20\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f649ed0e1b7a1545f8e27267d3c468b3cb222ece\",\"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 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…