---
id: CVE-2026-92504
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  thermal: intel: int3400: clean up ODVP on probe failures

  evaluate_odvp() creates per-ODVP sysfs files before the thermal zone
  and later probe resources are registered.…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  thermal: intel: int3400: clean up ODVP on probe failures

  evaluate_odvp() creates per-ODVP sysfs files before the thermal zone
  and later probe resources are registered.…
severity: high
cvss: 7
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 006f006f1e5c48e5ddd6515eab2c9a7b27ce1144 <
    5798c714fccf1b4939a98a812b9073da365172c8
  - >-
    Linux >= 006f006f1e5c48e5ddd6515eab2c9a7b27ce1144 <
    bfd6df12ce6781e4bf1c7177dab42a8780177960
  - >-
    Linux >= 006f006f1e5c48e5ddd6515eab2c9a7b27ce1144 <
    ad13e550ce51c66560bafd315eb5d09f2ee7c4ce
  - >-
    Linux >= 006f006f1e5c48e5ddd6515eab2c9a7b27ce1144 <
    08df725b927512fa9672b146a00766da478b6c2e
  - >-
    Linux >= 006f006f1e5c48e5ddd6515eab2c9a7b27ce1144 <
    bc0e96267a6715fcc4b81cf980034a5e65703780
  - >-
    Linux >= 006f006f1e5c48e5ddd6515eab2c9a7b27ce1144 <
    d7b025d3fdf3cf8b726ce1d13f434f57477972bb
  - >-
    Linux >= 006f006f1e5c48e5ddd6515eab2c9a7b27ce1144 <
    169772cd2147c517be5cfda2710d17f8c90d6f10
  - >-
    Linux >= 006f006f1e5c48e5ddd6515eab2c9a7b27ce1144 <
    d83dc9ce57a746a6dca28439bcc0575d26fa6986
  - Linux 5.8
published: '2026-09-17'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T18:18:13.180'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92504'
references:
  - url: 'https://git.kernel.org/stable/c/08df725b927512fa9672b146a00766da478b6c2e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/169772cd2147c517be5cfda2710d17f8c90d6f10'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/5798c714fccf1b4939a98a812b9073da365172c8'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ad13e550ce51c66560bafd315eb5d09f2ee7c4ce'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/bc0e96267a6715fcc4b81cf980034a5e65703780'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/bfd6df12ce6781e4bf1c7177dab42a8780177960'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d7b025d3fdf3cf8b726ce1d13f434f57477972bb'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d83dc9ce57a746a6dca28439bcc0575d26fa6986'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
epss: 0.00145
epssPercentile: 0.04152
ingestedAt: '2026-09-17T16:21:47.781Z'
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

thermal: intel: int3400: clean up ODVP on probe failures

evaluate_odvp() creates per-ODVP sysfs files before the thermal zone
and later probe resources are registered. The current unwind path only
calls cleanup_odvp() from the late sysfs failure path, so failures after
evaluate_odvp() but before that label, including
thermal_tripless_zone_device_register() failures, leave the ODVP files
and storage behind.

Move the ODVP cleanup to the common ART/TRT unwind path so every failure
after evaluate_odvp() releases the ODVP state. Also clear the cached
ODVP pointers in cleanup_odvp(), because evaluate_odvp() can already call
it for partial setup failures while probe continues.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
