CVE-2022-0270
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 · uneditedPrior to v0.6.1, bored-agent failed to sanitize incoming kubernetes impersonation headers allowing a user to override assigned user name and groups.
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 bored-agent component prior to v0.6.1 lacks proper validation of incoming Kubernetes impersonation headers, allowing attackers to bypass authorization controls by supplying malicious username and group values that override the assigned identities.
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< 0.6.1CVSS 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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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 Mirantis Bored Agent is installedSearch for the bored-agent binary or service on nodes: look for 'bored-agent' in /usr/local/bin/, /usr/bin/, or check running processes with 'ps aux | grep bored-agent'. Also check Kubernetes DaemonSets or systemD services.Affected if bored-agent binary or service is found running on any node
-
Determine installed bored-agent versionRun 'bored-agent --version' or check the image tag if deployed as a container: 'docker images' or 'crictl images' to find the bored-agent image and its tag.Affected if version is below 0.6.1 or the image has no version tag (latest, empty)
-
Check if bored-agent receives direct API requestsExamine the network configuration or ingress to determine if bored-agent is exposed to untrusted network paths. Review any proxy or gateway configurations that forward requests to bored-agent. Look for direct pod-to-pod communication without an API gateway.Affected if bored-agent is directly accessible without an upstream API gateway or validation layer filtering impersonation headers
-
Inspect if impersonation headers can reach bored-agentReview your authentication/authorization proxy or API gateway configuration to see if X-Remote-User, Impersonate-User, Impersonate-Group, or similar Kubernetes impersonation headers are forwarded to bored-agent without validation.Affected if impersonation headers are passed through to bored-agent without being validated or sanitized upstream
You are affected if Mirantis Bored Agent version is below 0.6.1 AND the component receives Kubernetes impersonation headers from untrusted sources without upstream validation.
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 · scoped0.6.1
Upgrade bored-agent to v0.6.1 or later which implements proper sanitization of Kubernetes impersonation headers. If immediate upgrade is not possible, implement upstream API gateway validation of impersonation headers before they reach bored-agent.
v0.6.1
- 1. Identify the deployment method used for bored-agent (e.g., Kubernetes Deployment, Helm chart, or binary)
- 2. If using a Kubernetes Deployment, edit the deployment: kubectl edit deployment <bored-agent-deployment> -n <namespace>
- 3. Update the container image to the fixed version: bored-agent:v0.6.1 or bored-agent:0.6.1
- 4. If using a Helm chart, run: helm upgrade <release-name> <chart-name> --set image.tag=0.6.1
- 5. Verify the new pods are running: kubectl get pods -n <namespace>
- 6. Ensure the application is functioning correctly after the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,512.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-0270 — 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-2022-0270 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