{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:12",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:13",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  thermal/drivers/rcar: Fix error checking in probe()  This code accidentally calls thermal_zone_device_enable() before checking whether thermal_zone_device_register_with_trips() failed.  Move the call until later to avoid an error pointer dereference of \"priv-\u003ezone\".  The driver works differently depending on if we are using OF thermal or not.  We use thermal_add_hwmon_sysfs() if we are using OF thermal and call thermal_zone_device_enable() if not.  We can share same error check for if either of these fail.  Moving the thermal_zone_device_enable() call is a bit cleaner as well. The original code used a three step process to cleanup: 1. Call thermal_zone_device_unregister() to cleanup. 2. Set priv-\u003ezone to an error pointer to preserve the error code. 3. Set priv-\u003ezone to NULL to avoid a second call to    thermal_zone_device_unregister() in the rcar_thermal_remove()    function.  Now we can just do a direct goto error_unregister and rcar_thermal_remove() handles the cleanup properly.",
  "id": "DEBIAN-CVE-2026-93142",
  "modified": "2026-09-18T04:47:34.637216753Z",
  "published": "2026-09-17T17:18:09.267Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-93142"
    }
  ],
  "upstream": [
    "CVE-2026-93142"
  ]
}