PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97582 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's hwmon gpio-fan driver. The fan_alarm_irq_handler() queues a work item, but it is not cancelled. When the hwmon device is unbound, the interrupt is freed, but the work item may still run, leading to a use-after-free condition. This issue was resolved by replacing INIT_WORK() with devm_work_autocancel().

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-25
Original CVE updated
2026-09-25
Advisory published
2026-09-25
Advisory updated
2026-09-25

Who should care

Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux-based systems with gpio-fan drivers should be aware of this vulnerability and take necessary actions to prevent potential system instability or crashes. They should review and apply patches, verify driver updates, and monitor system logs for issues.

Why it matters

This vulnerability requires attention from Linux kernel developers, maintainers, and users of Linux-based systems with gpio-fan drivers. The use-after-free condition can lead to system instability or crashes. Verification of gpio-fan driver updates and monitoring of system logs are necessary.

  • Potential system crashes or instability
  • Possible elevation of privileges
  • Required verification of gpio-fan driver updates
  • Necessity to monitor system logs for issues

Technical summary

The Linux kernel's hwmon gpio-fan driver has a use-after-free vulnerability. The fan_alarm_irq_handler() queues a work item, but it is not cancelled. When the hwmon device is unbound, the interrupt is freed, but the work item may still run, leading to a use-after-free condition. This issue was resolved by replacing INIT_WORK() with devm_work_autocancel(). Linux kernel developers and maintainers should review and apply the patch to prevent potential system instability or crashes. Users of Linux-based systems with gpio-fan drivers should verify the gpio-fan driver is updated and monitor system logs for potential issues.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the patch to the Linux kernel
  • Verify the gpio-fan driver is updated
  • Monitor system logs for potential issues
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record and NVD entry provide details about the vulnerability in the Linux kernel's hwmon gpio-fan driver. However, the scope of affected systems and versions is not explicitly stated, requiring further verification by Linux kernel developers, maintainers, and users of Linux-based systems with gpio-fan drivers to confirm whether their deployments are affected and to apply patches or mitigations as necessary.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97582 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-97582

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-97582 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97582

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/30755d3a5782cd704c8921cac8ee66dffe4383ea

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9b12bd724db9db318e3a68be17693583dc29a066

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/a2471ed17b0e6ff7bfb6b2ea8e6e5b04c309d293

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c6ab7f855891877a16d2e2ddf0cd0305fd098a85

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.