LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31066: Configuration API in EdgeXFoundry exposes message bus credentials to local unauthenticated users

EdgeX Foundry is an open source project for building a common open framework for Internet of Things edge computing. Prior to version 2.1.1, the /api/v2/config endpoint exposes message bus credentials to local unauthenticated users. In security-enabled mode, message bus credentials are supposed to be kept in the EdgeX secret store and require authentication to access. This vulnerability bypasses the access controls on message bus credentials when running in security-enabled mode. (No credentials are required when running in security-disabled mode.) As a result, attackers could intercept data or inject fake data into the EdgeX message bus. Users should upgrade to EdgeXFoundry Kamakura release (2.2.0) or to the June 2022 EdgeXFoundry LTS Jakarta release (2.1.1) to receive a patch. More information about which go modules, docker containers, and snaps contain patches is available in the GitHub Security Advisory. There are currently no known workarounds for this issue.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A local unauthenticated user could obtain EdgeX message bus credentials from a configuration API. In security-enabled deployments, those credentials should be protected in the secret store. Exposure could let an attacker observe data moving through the bus or inject false data into edge workflows.

Executive priority

Prioritize remediation for EdgeX deployments on shared or high-trust edge hosts. The bug is not remotely exploitable from the provided evidence, but leaked bus credentials can undermine data integrity in IoT workflows.

Technical view

CVE-2022-31066 affects edgexfoundry edgex-go before 2.1.1. The /api/v2/config endpoint exposes message bus credentials to local unauthenticated users, bypassing intended secret-store access controls in security-enabled mode. CVSS is 5.9 with local attack vector and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is primarily local: systems running edgex-go before 2.1.1 where a local user or process can reach the configuration API. The issue is described for security-enabled mode; security-disabled mode does not require message bus credentials.

Exploitation context

The provided sources do not report active exploitation, and KEV is false. Risk is higher on shared hosts, edge gateways with multiple local services, or environments where a compromised local process can access EdgeX APIs.

Researcher notes

Focus analysis on local API reachability, edgex-go version, security-enabled configuration, and whether credentials may have been exposed before patching. The sources name no workaround and do not provide evidence of exploitation in the wild.

Mitigation direction

  • Upgrade to EdgeX Foundry Kamakura 2.2.0 or Jakarta LTS 2.1.1.
  • Review the GitHub advisory for patched modules, containers, and snaps.
  • Treat exposed message bus credentials as compromised where vulnerable versions were locally accessible.
  • Check vendor guidance because the sources state no known workaround.

Validation and detection

  • Inventory EdgeX Foundry edgex-go deployments and identify versions earlier than 2.1.1.
  • Confirm whether security-enabled mode is used on affected deployments.
  • Review local access paths to the configuration API on edge hosts.
  • After upgrading, verify deployed modules, containers, or snaps match patched versions.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31066 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.9CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L2.53.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.9Medium
CVSS 3.1 vector shape for CVE-2022-31066Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
edgexfoundryedgex-go< 2.1.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.