PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97443 Linux CVE debrief

A Linux kernel vulnerability was resolved, addressing a WARNING in __unregister_ftrace_function. The issue arose from perf_ftrace_function_unregister() calling unregister_ftrace_function() without checking if the ftrace_ops was successfully registered. This oversight could lead to warnings during error cleanup in perf_event_alloc(). The fix involves adding a check for FTRACE_OPS_FL_ENABLED before attempting to unregister, preventing unnecessary warnings and ensuring smoother error handling.

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

Who should care

Linux kernel maintainers, users, and administrators should assess exposure to this vulnerability. System administrators and security teams responsible for Linux kernel-based systems should review system logs for related errors and update the Linux kernel to the latest version if necessary. Additionally, they should verify Linux kernel versions and review compensating controls for exposed systems while remediation is scheduled and verified.

Why it matters

A Linux kernel vulnerability was resolved, addressing a WARNING in __unregister_ftrace_function. The issue arose from perf_ftrace_function_unregister() calling unregister_ftrace_function() without checking if the ftrace_ops was successfully registered.

  • Verify Linux kernel versions to assess exposure
  • Review system logs for related errors
  • Update Linux kernel to the latest version if necessary

Technical summary

The Linux kernel vulnerability CVE-2026-97443 was resolved, addressing a WARNING in __unregister_ftrace_function. The issue arose from perf_ftrace_function_unregister() calling unregister_ftrace_function() without checking if the ftrace_ops was successfully registered. This fix prevents warnings during error cleanup in perf_event_alloc() by adding a check for FTRACE_OPS_FL_ENABLED before attempting to unregister, ensuring that only enabled ftrace_ops are unregistered, thus avoiding unnecessary warnings and improving error handling.

Defensive priority

Verify Linux kernel versions and assess exposure to this vulnerability.

Recommended defensive actions

  • Verify Linux kernel versions to assess exposure
  • Review system logs for related errors
  • Update Linux kernel to the latest version if necessary
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE record and NVD entry provide details on the vulnerability and its resolution. The issue is related to the Linux kernel's handling of ftrace_ops registration and error cleanup in perf_event_alloc(). Evidence is limited to publicly available sources, and further verification is recommended to confirm affected systems and assess exposure.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97443 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-97443 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/7f845820afaad339341c2ae42bc7fdec175df9ea

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9581123304b23049437324038698af9fb56ee663

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

  • Source reference

    Unverified legacy reference

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

    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.