PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97905 Linux CVE debrief

A vulnerability in the Linux kernel's cpufreq subsystem allows for a potential information disclosure. The cpufreq_policy_alloc() function allocates memory for the policy->cpus cpumask without initializing it, which can lead to garbage values being exposed through sysfs attributes. This vulnerability can be mitigated by reviewing and applying the patch, verifying the cpufreq subsystem configuration, and monitoring sysfs attributes for unusual activity. Linux kernel developers and administrators should take these steps to address the vulnerability.

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, administrators, and security teams should review and apply the patch, verify the cpufreq subsystem configuration, and monitor sysfs attributes for unusual activity. Affected operators and platforms may be vulnerable to information disclosure through sysfs attributes, and vulnerability management teams should prioritize patching and monitoring of exposed systems.

Why it matters

A vulnerability in the Linux kernel's cpufreq subsystem allows for a potential information disclosure. Linux kernel developers and administrators should review and apply the patch, verify the cpufreq subsystem configuration, and monitor sysfs attributes for unusual activity.

  • Potential information disclosure through sysfs attributes
  • Verification of cpufreq subsystem configuration required

Technical summary

The cpufreq_policy_alloc() function allocates memory for the policy->cpus cpumask without initializing it, which can lead to garbage values being exposed through sysfs attributes. This vulnerability can be mitigated by using zalloc_cpumask_var() for policy->cpus. Linux kernel developers and administrators should review and apply the patch, verify the cpufreq subsystem configuration, and monitor sysfs attributes for unusual activity to address the vulnerability effectively. Affected systems may be vulnerable to information disclosure through sysfs attributes.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the patch to the Linux kernel
  • Verify the cpufreq subsystem configuration
  • Monitor sysfs attributes for unusual activity
  • 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 vulnerability was resolved by using zalloc_cpumask_var() for policy->cpus. The CVE record and NVD entry provide details on the vulnerability. To verify, defenders should review the cpufreq subsystem configuration, monitor sysfs attributes for unusual activity, and confirm whether affected product deployments exist in managed environments.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97905 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-97905 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/0de2f3918fbbbb767e7e716178194b66560dd12a

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/54d37bcf2f497140b9207968557ddb484058e749

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6e166b9281dec98aed19213a84235250e5fdb081

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

  • Source reference

    Unverified legacy reference

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

    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.