LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36200: Metasys ADS/ADX/OAS with MUI

Under certain circumstances an unauthenticated user could access the the web API for Metasys ADS/ADX/OAS 10 versions prior to 10.1.6 and 11 versions prior to 11.0.2 and enumerate users.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw lets an unauthenticated person query a Metasys ADS/ADX/OAS web API and list users. That exposes account information which can support later targeting, but the cited CVSS impact is confidentiality only. It affects Metasys 10 before 10.1.6 and 11 before 11.0.2.

Executive priority

Treat this as a medium-priority remediation for building-management environments. It is not described as direct system takeover, but exposed user data can materially improve an attacker’s ability to target operational technology accounts.

Technical view

CVE-2021-36200 is a CWE-306 missing-authentication issue in Johnson Controls Metasys ADS/ADX/OAS with MUI. Network access, low complexity, no privileges, and no user interaction are required. The documented impact is user enumeration through the web API; no integrity or availability impact is stated.

Likely exposure

Organizations running Metasys ADS/ADX/OAS 10 before 10.1.6 or 11 before 11.0.2 are in scope, especially where the web API is reachable from user networks, vendor access paths, or the internet.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue is still operationally relevant because unauthenticated user enumeration can help attackers map valid accounts for follow-on access attempts.

Researcher notes

Do not assume broader product impact beyond Metasys ADS/ADX/OAS with MUI. The provided sources describe user enumeration only, not code execution, privilege escalation, or confirmed exploitation. Validation should focus on version, API exposure, and authentication enforcement.

Mitigation direction

  • Upgrade Metasys 10 deployments to 10.1.6 or later where applicable.
  • Upgrade Metasys 11 deployments to 11.0.2 or later where applicable.
  • Review Johnson Controls security advisories for supported upgrade paths and compensating controls.
  • Restrict Metasys web API access to trusted management networks.
  • Monitor exposed Metasys services for unauthenticated enumeration attempts.

Validation and detection

  • Inventory all ADS, ADX, and OAS servers and record installed Metasys versions.
  • Confirm whether each server uses MUI and exposes the relevant web API.
  • Verify vulnerable versions are upgraded or have vendor-approved mitigations applied.
  • Review access controls limiting API reachability to authorized network segments.
  • Check logs for unusual unauthenticated API activity or repeated user-listing patterns.
Prepared
Confidence
high
Sources
4

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-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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
cve · low confidence lookup

CVE-2021-36200 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.3 (3.1)
Known Exploited
No
Published

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

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
3Source 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.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2021-36200Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Johnson ControlsMetasys ADS/ADX/OAS serverAll 10 versions, All 11 versionsListed
Weakness

CWE details

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

CWE-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.