Description
A weakness has been identified in Almico Speedfan 4.52. This affects the function KiSystemCall64 in the library speedfan.sys of the component MSR Index Handler. Executing a manipulation can lead to memory leak. The attack can only be executed locally. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-10
Score: 4.6 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in Almico Speedfan version 4.52 exists in the KiSystemCall64 function of the speedfan.sys driver, which handles MSR index data. When a local attacker manipulates the driver, it causes a memory leak, leading to gradual exhaustion of system memory and eventual degradation or crash of the host. This flaw falls under CWE‑401 and CWE‑404, reflecting unsigned memory management and failure to release resources. The exploit is local only and the vendor has not issued a response or patch.

Affected Systems

Almico Speedfan 4.52 running on Windows platforms that load the speedfan.sys kernel driver. No other versions or editions are listed as impacted.

Risk and Exploitability

The CVSS base score is 4.6, indicating a moderate severity. The EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, suggesting limited public exploitation data. Attackers must gain local access to the target machine and then trigger the driver through crafted input to create a memory leak. Once the memory reservoir is depleted, the system may become unstable or unresponsive, compromising availability for legitimate users.

Generated by OpenCVE AI on August 10, 2026 at 02:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Remove or uninstall the Speedfan software to eliminate the vulnerable driver from the system.
  • If uninstallation is not possible, disable the Speedfan service or prevent the speedfan.sys driver from loading at boot.
  • Monitor system memory usage for unusual growth patterns; if spikes occur, investigate and consider disabling the application.
  • Check the Almico website or contact their support periodically for a patch or update that fixes the driver memory leak.
  • Limit local user privileges so that only trusted administrators can modify or restart the Speedfan service, reducing the risk of exploitation.

Generated by OpenCVE AI on August 10, 2026 at 02:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 01:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in Almico Speedfan 4.52. This affects the function KiSystemCall64 in the library speedfan.sys of the component MSR Index Handler. Executing a manipulation can lead to memory leak. The attack can only be executed locally. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Title Almico Speedfan MSR Index speedfan.sys KiSystemCall64 memory leak
First Time appeared Almico
Almico speedfan
Weaknesses CWE-401
CWE-404
CPEs cpe:2.3:a:almico:speedfan:*:*:*:*:*:*:*:*
Vendors & Products Almico
Almico speedfan
References
Metrics cvssV2_0

{'score': 1.4, 'vector': 'AV:L/AC:L/Au:M/C:N/I:N/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 2.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 2.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.6, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-10T00:45:09.818Z

Reserved: 2026-08-09T17:20:54.739Z

Link: CVE-2026-19382

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T02:30:04Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-404

    Improper Resource Shutdown or Release