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

platform/x86: int1092: Fix potential memory leak in sar_probe()

The memory allocated for device_mode_info in parse_package() called by
sar_get_data() is not freed in some of the error paths in sar_probe().
Fix that by converting to use device managed allocations.
Published: 2026-09-11
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Memory Leak
Action: Apply Patch
AI Analysis

Impact

The vulnerability in the Linux kernel causes a memory leak in the sar_probe() function, where device_mode_info allocated in parse_package() is not freed on certain error paths. The leak does not provide direct code execution or data confidentiality compromise, but can lead to resource exhaustion and degraded system availability if the error scenario is repeatedly triggered.

Affected Systems

This issue affects the Linux kernel, with no specific version range identified in the available data. All distributions that ship the affected kernel version are potentially impacted.

Risk and Exploitability

The CVSS score is 4.4, and the EPSS score is less than 1%. The vulnerability is not listed in CISA’s KEV catalog. The risk is primarily of availability due to uncontrolled memory consumption. The likely attack vector is through repeated invocation of sar_get_data() or related interfaces that trigger sar_probe(), leading to memory accumulation. Exploitation would require an ability to repeatedly trigger the error paths, which may be feasible for local or privileged users but is not known to allow remote code execution.

Generated by OpenCVE AI on September 13, 2026 at 07:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest Linux kernel update that includes the sar_probe memory leak fix.
  • If an immediate kernel update is not possible, restrict or disable use of the sar_probe-related interfaces to prevent the exploit path from being exercised.
  • Monitor system memory usage for unexpected increases and reboot or remediate if significant memory pressure or sar_probe error logs are observed.

Generated by OpenCVE AI on September 13, 2026 at 07:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: platform/x86: int1092: Fix potential memory leak in sar_probe() The memory allocated for device_mode_info in parse_package() called by sar_get_data() is not freed in some of the error paths in sar_probe(). Fix that by converting to use device managed allocations.
Title platform/x86: int1092: Fix potential memory leak in sar_probe()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:43:07.377Z

Reserved: 2026-09-11T19:38:34.703Z

Link: CVE-2026-89437

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:23.967

Modified: 2026-09-11T20:19:23.967

Link: CVE-2026-89437

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:43:07Z

Links: CVE-2026-89437 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T07:30:17Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime