Home Checkmk CVE-2025-32919
Back to Checkmk

CVE-2025-32919

Checkmk Windows Agent - Windows License plugin

Checkmk CVSS 7.8 Updated March 13, 2026

Executive Risk Summary

"A privilege escalation vulnerability exists in the Windows License plugin for the Checkmk Windows Agent due to the use of an insecure temporary directory, allowing attackers to gain elevated privileges. This issue affects various versions of Checkmk, including 2.4.0 before 2.4.0p13, 2.3.0 before 2.3.0p38, 2.2.0 before 2.2.0p46, and all versions of 2.1.0."

Operational Audit Arsenal

Target Type Executable
Target Asset Checkmk Windows Agent
Standard Path %ProgramFiles%\checkmk\agent
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Checkmk Windows Agent (Executable)
$Targets = 'Checkmk Windows Agent'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Monitoring services may be affected

Internal Work Notes

Privilege escalation vulnerability in Checkmk Windows Agent requires patching to prevent potential security breaches

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Checkmk Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.