{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.19.10-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  iio: imu: adis: Fix NULL pointer dereference in adis_init  The adis_init() function dereferences adis-\u003eops to check if the individual function pointers (write, read, reset) are NULL, but does not first check if adis-\u003eops itself is NULL.  Drivers like adis16480, adis16490, adis16545 and others do not set custom ops and rely on adis_init() assigning the defaults. Since struct adis is zero-initialized by devm_iio_device_alloc(), adis-\u003eops is NULL when adis_init() is called, causing a NULL pointer dereference:      Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000     pc : adis_init+0xc0/0x118     Call trace:      adis_init+0xc0/0x118      adis16480_probe+0xe0/0x670  Fix this by checking if adis-\u003eops is NULL before dereferencing it, falling through to assign the default ops in that case.",
  "id": "DEBIAN-CVE-2026-43356",
  "modified": "2026-09-14T16:47:32.404995037Z",
  "published": "2026-05-08T15:16:46.367Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-43356"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "upstream": [
    "CVE-2026-43356"
  ]
}