CVE-2026-9073
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe 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.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 6.19all versionsCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if foreman-mcp-server component is in useCheck running processes or installed packages for foreman-mcp-server. On RHEL/Satellite: rpm -qa | grep foreman-mcp-server or systemctl list-units | grep foreman-mcp-server. On Foreman: check the /opt/foreman directory or ps aux for mcp-server processes.Affected if The foreman-mcp-server component is installed and running in the environment.
-
Determine the configured logging levelInspect the foreman-mcp-server configuration file (typically /etc/foreman-mcp-server/settings.yaml or similar) and look for log_level, log_level_debug, or similar settings. Also check environment variables like LOG_LEVEL or DEBUG.Affected if Debug logging is explicitly enabled or the log level is set to debug/DEBUG.
-
Locate and inspect foreman-mcp-server log filesFind the log directory - typically /var/log/foreman-mcp-server/, /var/log/foreman/, or check journalctl -u foreman-mcp-server. Review recent log entries for patterns matching session identifiers, authorization headers, or API keys.Affected if Logs contain visible session identifiers (look for sid=, session, or alphanumeric tokens after 'session') or authorization tokens (Bearer, API-Key, Token patterns in cleartext).
-
Review HTTP header logging behaviorEnable debug logging temporarily in a non-production test environment and send requests with custom Authorization or X-API-Key headers. Capture the resulting log output and verify if these headers appear in plain text.Affected if Authorization tokens or API keys sent in HTTP request headers appear in cleartext in debug logs.
-
Check for sanitization filters in logging configurationSearch the foreman-mcp-server configuration and source code (if accessible) for regex patterns, filters, or sanitization logic that handles sensitive headers like Authorization, Cookie, X-API-Key, or session identifiers before logging.Affected if No sanitization filters are defined for authentication credentials, or filters exist but do not cover session identifiers, authorization tokens, and API keys.
A user is affected if foreman-mcp-server is running with debug logging enabled and sensitive authentication data (session IDs, authorization tokens, or API keys) can be observed in plain text within log files.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataDisable 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.
- Consultation3.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,880.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-9073 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-9073 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data