LiveActive security incident?Get immediate response
CVE Record

CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer

In updatehub_probe, right after JSON parsing is complete, objects\[1] is accessed from the output structure in two different places. If the JSON contained less than two elements, this access would reference unitialized stack memory. This could result in a crash, denial of service, or possibly an information leak. Provided the fix in CVE-2020-10059 is applied, the attack requires compromise of the server. See NCC-ZEP-030 This issue affects: zephyrproject-rtos zephyr version 2.1.0 and later versions. version 2.2.0 and later versions.

HighCVSS 8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-10060 is a Zephyr RTOS UpdateHub parsing flaw. A compromised update server could cause affected devices to read uninitialized stack memory, potentially leading to crashes, denial of service, or information leakage. The public bundle does not show active exploitation.

Executive priority

Treat this as a high-priority embedded firmware maintenance issue where Zephyr UpdateHub is deployed. The urgency rises sharply for products with exposed or weakly controlled update infrastructure, but the bundle does not support emergency response for active exploitation.

Technical view

In updatehub_probe, after JSON parsing, objects[1] is accessed in two places without confirming the parsed output has at least two elements. With insufficient JSON elements, Zephyr may dereference uninitialized stack memory. The CVSS vector is high severity but requires high privileges and high attack complexity.

Likely exposure

Exposure is likely limited to embedded products running zephyrproject-rtos Zephyr 2.1.0, 2.2.0, or later affected versions that use UpdateHub. Risk is most relevant where the update server or update metadata trust path could be compromised.

Exploitation context

The source states that, if the CVE-2020-10059 fix is already applied, exploitation requires compromise of the server. KEV is false and no cited source in the bundle reports active exploitation.

Researcher notes

Evidence is strongest for root cause, affected project, and impact class. Fixed release details are incomplete in the provided bundle, so validation should map the linked Zephyr PRs to your exact branch or vendor firmware baseline.

Mitigation direction

  • Identify products using Zephyr UpdateHub in affected versions.
  • Review Zephyr advisory ZEPSEC-37 and linked upstream PRs.
  • Update to a Zephyr release or patch set containing the upstream fix.
  • Harden and monitor the UpdateHub server and update metadata path.
  • Confirm CVE-2020-10059 remediation status when assessing exploit preconditions.

Validation and detection

  • Inventory firmware SBOMs for Zephyr and UpdateHub usage.
  • Check deployed Zephyr versions against the affected version list.
  • Review source or vendor patches for bounds checks before objects[1] access.
  • Confirm update infrastructure has not been compromised.
  • Monitor affected devices for unexpected crashes or update-client failures.
Prepared
Confidence
high
Sources
8

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 · low confidence lookup

CWE-119: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2020-10060 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
High
CVSS
8 (3.1)
Known Exploited
No
Published

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

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
7Source 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
8CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H1.36Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8High
CVSS 3.1 vector shape for CVE-2020-10060Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
zephyrproject-rtoszephyr2.1.0, 2.2.0Listed
Weakness

CWE details

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

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.