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

platform/x86: think-lmi: Free system certificate signatures

Multi-certificate support also allows the system authentication object
to store ->signature and ->save_signature, which leak when the driver is
removed. Free the signatures to avoid leaking memory.
Published: 2026-09-11
Score: 3.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Patch
AI Analysis

Impact

The think‑lmi driver in the Linux kernel does not free system certificate signatures when it is removed, causing a memory leak that can expose sensitive authentication data; this flaw is a classic Memory Leak (CWE‑772) that may permit a local attacker to read or reuse signature information from the kernel’s memory space, potentially compromising confidentiality.

Affected Systems

Any Linux kernel build that includes the think‑lmi driver and has not incorporated the patch that frees the signatures; no specific kernel release or version is listed, so the risk applies to all affected builds prior to the fix.

Risk and Exploitability

The CVSS score of 3.3 indicates low severity, and the EPSS score of less than 1% indicates a low likelihood of exploitation; the vulnerability is not cataloged in the CISA KEV list. Based on the description, it is inferred that the attack requires the driver to be unloaded or removed, which normally needs local privileged access, implying that the likely attack vector is local. If an attacker can force the driver to unload, the leaked signatures may be extracted from memory and used for further attacks.

Generated by OpenCVE AI on September 13, 2026 at 03:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that frees system certificate signatures in the think‑lmi driver
  • If patching is not yet possible, disable or unload the think‑lmi driver to prevent the bug from triggering
  • Ensure that the system does not retain any past signature data in memory after the driver is unloaded

Generated by OpenCVE AI on September 13, 2026 at 03:20 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': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L'}

threat_severity

Low


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: think-lmi: Free system certificate signatures Multi-certificate support also allows the system authentication object to store ->signature and ->save_signature, which leak when the driver is removed. Free the signatures to avoid leaking memory.
Title platform/x86: think-lmi: Free system certificate signatures
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:06.080Z

Reserved: 2026-08-26T14:34:25.813Z

Link: CVE-2026-81018

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-81018

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-81018 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime