{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "12dfe7c4d9c53442efcb4113cff505f60d654906"
            },
            {
              "fixed": "ebf00c51c9ac9188e2806a2b842418805ee879be"
            },
            {
              "fixed": "424b762cc26d512e3e7421e57e41b4b55be2400b"
            },
            {
              "fixed": "dd6274706bec30d005bff0587a4262d01dc2775a"
            },
            {
              "fixed": "982caa744fce79d18f2920382aaeb0da821a6e73"
            },
            {
              "fixed": "33c0b072e31dee98a754d9bd01800359dfeb9e8f"
            },
            {
              "fixed": "57c567e0e8aa76f6e3e8f39d7f40c20bc37e76af"
            },
            {
              "fixed": "9ff718df547372d70ca20ad8e66a3fb1300936b2"
            },
            {
              "fixed": "ec6444a00c49e6c2b5e9a507272a28126677f9ee"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.4.0"
            },
            {
              "fixed": "5.10.270"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.11.0"
            },
            {
              "fixed": "5.15.221"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.1.188"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.157"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.110"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.52"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93067.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/bridge: tc358767: clamp the reported AUX read size to the request\n\ntc_aux_transfer() clamps an AUX read to the payload limit:\n\n\tsize_t size = min_t(size_t, DP_AUX_MAX_PAYLOAD_BYTES - 1, msg-\u003esize);\n\nAfter the transfer it replaces size with the byte count the controller\nreports in AUX_BYTES:\n\n\tif (size)\n\t\tsize = FIELD_GET(AUX_BYTES, auxstatus);\n\nAUX_BYTES is GENMASK(15, 8), so it can be up to 255. Nothing clamps it\nback to the request. tc_aux_read_data() reads that many bytes into the\n16-byte auxrdata stack buffer, then copies them into the caller buffer. A\nreported count of 255 makes the read run to 256 bytes and overruns both.\n\nThe controller should never report more than it was asked to transfer, so\nthis is defense in depth rather than a live hole. The reported count is\nonly lightly trusted, and the check is cheap. Clamp it back to the request,\nthe same way ti-sn65dsi86 does in commit aca58eac52b8 (\"drm/bridge:\nti-sn65dsi86: Never store more than msg-\u003esize bytes in AUX xfer\").",
  "id": "CVE-2026-93067",
  "modified": "2026-09-19T03:30:31.822660676Z",
  "published": "2026-09-17T16:10:52.288Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/33c0b072e31dee98a754d9bd01800359dfeb9e8f"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/424b762cc26d512e3e7421e57e41b4b55be2400b"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/57c567e0e8aa76f6e3e8f39d7f40c20bc37e76af"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/982caa744fce79d18f2920382aaeb0da821a6e73"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/9ff718df547372d70ca20ad8e66a3fb1300936b2"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/dd6274706bec30d005bff0587a4262d01dc2775a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/ebf00c51c9ac9188e2806a2b842418805ee879be"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/ec6444a00c49e6c2b5e9a507272a28126677f9ee"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93067.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-93067"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "drm/bridge: tc358767: clamp the reported AUX read size to the request"
}