CVE-2026-9073
Description
A flaw was found in foreman-mcp-server. This component utilizes two distinct logging mechanisms that can expose sensitive session and authentication data. One mechanism logs session identifiers, which are treated as authentication credentials, at an informational level. The other, when debug logging is enabled, incompletely sanitizes HTTP request headers, leading to the cleartext logging of sensitive information such as authorization tokens and API keys. This vulnerability can result in a confidentiality breach, as sensitive authentication data is persisted in plain text within container logs, increasing the risk if logs are forwarded to a centralized platform.
Summary dbcve.org
The foreman-mcp-server component has two logging vulnerabilities: (1) session identifiers are logged at informational level despite being authentication credentials, and (2) debug logging incompletely sanitizes HTTP request headers, allowing authorization tokens and API keys to be logged in cleartext. This exposes sensitive authentication data in container logs.
Mitigation
Disable debug logging in production environments and implement proper sanitization filters for session identifiers, authorization tokens, and API keys in all logging paths to prevent sensitive data from being persisted in plain text.