cve-2021-47108
Vulnerability from cvelistv5
Published
2024-03-04 18:15
Modified
2024-08-04 05:24
Severity
Summary
drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf
Impacted products
VendorProduct
LinuxLinux
LinuxLinux
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-47108",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-06-26T20:37:26.989775Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-26T20:37:36.778Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T05:24:39.828Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/71d07ebc5000b9c1d140e99e7493b0bafa954776"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/3b8e19a0aa3933a785be9f1541afd8d398c4ec69"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/mediatek/mtk_hdmi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "71d07ebc5000",
              "status": "affected",
              "version": "41ca9caaae0b",
              "versionType": "git"
            },
            {
              "lessThan": "3b8e19a0aa39",
              "status": "affected",
              "version": "41ca9caaae0b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/mediatek/mtk_hdmi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.14"
            },
            {
              "lessThan": "5.14",
              "status": "unaffected",
              "version": "0",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.12",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.16",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf\n\nIn commit 41ca9caaae0b\n(\"drm/mediatek: hdmi: Add check for CEA modes only\") a check\nfor CEA modes was added to function mtk_hdmi_bridge_mode_valid()\nin order to address possible issues on MT8167;\nmoreover, with commit c91026a938c2\n(\"drm/mediatek: hdmi: Add optional limit on maximal HDMI mode clock\")\nanother similar check was introduced.\n\nUnfortunately though, at the time of writing, MT8173 does not provide\nany mtk_hdmi_conf structure and this is crashing the kernel with NULL\npointer upon entering mtk_hdmi_bridge_mode_valid(), which happens as\nsoon as a HDMI cable gets plugged in.\n\nTo fix this regression, add a NULL pointer check for hdmi-\u003econf in the\nsaid function, restoring HDMI functionality and avoiding NULL pointer\nkernel panics."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-05-29T05:02:15.261Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/71d07ebc5000b9c1d140e99e7493b0bafa954776"
        },
        {
          "url": "https://git.kernel.org/stable/c/3b8e19a0aa3933a785be9f1541afd8d398c4ec69"
        }
      ],
      "title": "drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf",
      "x_generator": {
        "engine": "bippy-a5840b7849dd"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2021-47108",
    "datePublished": "2024-03-04T18:15:40.883Z",
    "dateReserved": "2024-03-04T18:12:48.835Z",
    "dateUpdated": "2024-08-04T05:24:39.828Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2021-47108\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-03-04T19:15:18.837\",\"lastModified\":\"2024-03-05T13:41:01.900\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf\\n\\nIn commit 41ca9caaae0b\\n(\\\"drm/mediatek: hdmi: Add check for CEA modes only\\\") a check\\nfor CEA modes was added to function mtk_hdmi_bridge_mode_valid()\\nin order to address possible issues on MT8167;\\nmoreover, with commit c91026a938c2\\n(\\\"drm/mediatek: hdmi: Add optional limit on maximal HDMI mode clock\\\")\\nanother similar check was introduced.\\n\\nUnfortunately though, at the time of writing, MT8173 does not provide\\nany mtk_hdmi_conf structure and this is crashing the kernel with NULL\\npointer upon entering mtk_hdmi_bridge_mode_valid(), which happens as\\nsoon as a HDMI cable gets plugged in.\\n\\nTo fix this regression, add a NULL pointer check for hdmi-\u003econf in the\\nsaid function, restoring HDMI functionality and avoiding NULL pointer\\nkernel panics.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: drm/mediatek: hdmi: realice una verificaci\u00f3n de puntero NULL para mtk_hdmi_conf En el commit 41ca9caaae0b (\\\"drm/mediatek: hdmi: agregue verificaci\u00f3n solo para modos CEA\\\") se agreg\u00f3 una verificaci\u00f3n para los modos CEA funcionar mtk_hdmi_bridge_mode_valid() para solucionar posibles problemas en MT8167; Adem\u00e1s, con el commit c91026a938c2 (\\\"drm/mediatek: hdmi: Agregar l\u00edmite opcional en el reloj m\u00e1ximo en modo HDMI\\\") se introdujo otra verificaci\u00f3n similar. Desafortunadamente, al momento de escribir este art\u00edculo, MT8173 no proporciona ninguna estructura mtk_hdmi_conf y esto bloquea el kernel con un puntero NULL al ingresar a mtk_hdmi_bridge_mode_valid(), lo que sucede tan pronto como se conecta un cable HDMI. Para solucionar esta regresi\u00f3n, agregue un El puntero NULL comprueba hdmi-\u0026gt;conf en dicha funci\u00f3n, restaurando la funcionalidad HDMI y evitando p\u00e1nicos del kernel del puntero NULL.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/3b8e19a0aa3933a785be9f1541afd8d398c4ec69\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/71d07ebc5000b9c1d140e99e7493b0bafa954776\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...