CVE-2023-0436
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 · uneditedThe affected versions of MongoDB Atlas Kubernetes Operator may print sensitive information like GCP service account keys and API integration secrets while DEBUG mode logging is enabled. This issue affects MongoDB Atlas Kubernetes Operator versions: 1.5.0, 1.6.0, 1.6.1, 1.7.0. Please note that this is reported on an EOL version of the product, and users are advised to upgrade to the latest supported version. Required Configuration: DEBUG logging is not enabled by default, and must be configured by the end-user. To check the log-level of the Operator, review the flags passed in your deployment configuration (eg. https://github.com/mongodb/mongodb-atlas-kubernetes/blob/main/config/manager/manager.yaml#L27 https://github.com/mongodb/mongodb-atlas-kubernetes/blob/main/config/manager/manager.yaml#L27 )
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 confidenceMongoDB Atlas Kubernetes Operator versions 1.5.0 through 1.7.0 log sensitive information including GCP service account keys and API integration secrets when DEBUG logging mode is enabled. This creates a credential exposure risk through log file access.
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>= 1.6.0, < 1.7.1= 1.5.0CVSS 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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/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 MongoDB Atlas Kubernetes Operator deploymentRun 'kubectl get deployments -A' and look for deployments named 'mongodb-atlas-kubernetes-operator' or similar Atlas-related operatorsAffected if No Atlas operator deployment exists in the cluster, then the system is not affected by this CVE
-
Check installed operator versionRun 'kubectl get deployment <atlas-operator-deployment> -o jsonpath={.spec.template.spec.containers[0].image}' in the namespace where the operator is installed, then extract the version tag from the image name (e.g., mongodb/atlas-operator:1.5.0 or 1.7.0)Affected if The version is 1.5.0, or between 1.6.0 and 1.7.0 inclusive (1.6.0 <= version < 1.7.1), then the operator is in the affected version range
-
Verify DEBUG logging is not enabledRun 'kubectl get deployment <atlas-operator-deployment> -o jsonpath={.spec.template.spec.containers[0].command}' to check for the --zap-log-level=debug flag in the operator's command argumentsAffected if The command output contains '--zap-log-level=debug' or '--zap-level=debug', then DEBUG logging is enabled and sensitive data may be logged
The environment is affected only if the MongoDB Atlas Kubernetes Operator version is 1.5.0 or between 1.6.0 and 1.7.0 AND DEBUG logging is currently enabled via the operator deployment flags.
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.
dbcve · scoped1.7.1
If DEBUG logging is enabled, disable it immediately by removing the --zap-log-level=debug flag from the operator deployment. Additionally, upgrade to the latest supported version as this affected version is EOL.
1.7.1 or later (latest stable release)
- Upgrade the MongoDB Atlas Kubernetes Operator to version 1.7.1 or later (preferably the latest stable release)
- After upgrading, verify that sensitive information is no longer logged by reviewing your operator logs
- If immediate upgrade is not possible, as a temporary mitigation ensure DEBUG logging is disabled in your operator deployment (check the --zap-log-level flag in config/manager/manager.yaml)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.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 $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-0436 — 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-2023-0436 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