{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.1.4-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  iio: temperature: tmp006: use devm_iio_trigger_register  tmp006_probe() allocates the DRDY trigger with devm_iio_trigger_alloc() but registers it with plain iio_trigger_register(). The driver has no .remove() callback, so on module unload the trigger stays in the global trigger list while its memory is freed by devm, leaving a dangling entry.  Switch to devm_iio_trigger_register() so the registration is undone in the same devm scope as the allocation.",
  "id": "DEBIAN-CVE-2026-64492",
  "modified": "2026-09-14T16:47:31.059923714Z",
  "published": "2026-07-25T10:17:35.017Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-64492"
    }
  ],
  "upstream": [
    "CVE-2026-64492"
  ]
}