{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "3b82f43238aecd73464aeacc9c73407079511533"
            },
            {
              "fixed": "df9127a1d2d748e426c49c8fcd9b6801e4eb743d"
            },
            {
              "fixed": "0a89002737ee34decc20fa232204dbe5fe83e0de"
            },
            {
              "fixed": "f75beebcd5bc9bdc80e0722142e78a6f306214ee"
            },
            {
              "fixed": "e545936e06f1c7173ab41a5f33a77ff43ced3a8d"
            },
            {
              "fixed": "307dc4240bd41852d9e0912921e298160db1c109"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.8.0"
            },
            {
              "fixed": "6.12.95"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.37"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.0.14"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "7.1.0"
            },
            {
              "fixed": "7.1.2"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53387.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: light: veml6075: add bounds check to veml6075_it_ms index\n\nveml6075_it_ms has 5 elements but VEML6075_CONF_IT can yield values 0-7.\nIf it returns a value \u003e= 5, this causes an out-of-bounds array access.\nAdd a bounds check and return -EINVAL if the index is out of range.\n\nThe problem values are reserved so should never be read from the\nregister. Hence this is hardening against fault device, missprogramming\nor bus corruption.",
  "id": "CVE-2026-53387",
  "modified": "2026-07-22T05:29:57.234583993Z",
  "published": "2026-07-19T11:59:33.888Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/0a89002737ee34decc20fa232204dbe5fe83e0de"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/307dc4240bd41852d9e0912921e298160db1c109"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/df9127a1d2d748e426c49c8fcd9b6801e4eb743d"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e545936e06f1c7173ab41a5f33a77ff43ced3a8d"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f75beebcd5bc9bdc80e0722142e78a6f306214ee"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53387.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53387"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "iio: light: veml6075: add bounds check to veml6075_it_ms index"
}