CVE-2026-92882
Deferred Deferred - Pending Action

Insufficiently Protected Credentials in Checkmk REST API

Vulnerability report for CVE-2026-92882, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: Checkmk GmbH

Description

Insufficiently protected credentials in the host and folder configuration endpoints of the REST API in Checkmk <2.5.0p15, <2.4.0p37, <2.3.0p51 and 2.2.0 (EOL) allows an authenticated user who may view a host's configuration to read stored SNMP community strings, SNMPv3 auth and privacy pass phrases and IPMI passwords in clear text from GET responses, although the setup GUI never displays these values.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-22
Last Modified
2026-09-22
Generated
2026-09-22
AI Q&A
2026-09-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
checkmk checkmk to 2.2.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-522 The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves insufficiently protected credentials in the REST API of Checkmk software versions before 2.5.0p15, 2.4.0p37, and 2.3.0p51. An authenticated user can view sensitive information like SNMP community strings, SNMPv3 authentication and privacy passphrases, and IPMI passwords in plain text through GET API responses, even though these values are not displayed in the setup GUI.

Detection Guidance

To detect this vulnerability, check if your Checkmk REST API responses for host configurations expose sensitive credentials. Use curl commands to query the API endpoints for hosts and inspect the responses for plaintext SNMP community strings, SNMPv3 passphrases, or IPMI passwords. Example: curl -u username:password http://your-checkmk-server/check_mk/api/v0/objects/host_config/your-host-name

Impact Analysis

An attacker with access to the API could steal stored credentials, potentially gaining unauthorized access to network devices or systems configured through Checkmk. This could lead to further compromise of infrastructure, data breaches, or lateral movement within a network.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA by exposing sensitive data, such as credentials, which may result in unauthorized access to personal or health information. Organizations using affected Checkmk versions may violate data protection requirements.

Mitigation Strategies

Upgrade Checkmk to a patched version (>=2.5.0p15, >=2.4.0p37, >=2.3.0p51) to redact sensitive credentials from API responses. Ensure no unauthorized users have access to the REST API. Review API logs for suspicious queries targeting host configurations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-92882. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart