LiveActive security incident?Get immediate response
CVE Record

CVE-2020-27217: In Eclipse Hono version 1.3.0 and 1.4.0 the AMQP protocol adapter does not verify the size of AMQP messages...

In Eclipse Hono version 1.3.0 and 1.4.0 the AMQP protocol adapter does not verify the size of AMQP messages received from devices. In particular, a device may send messages that are bigger than the max-message-size that the protocol adapter has indicated during link establishment. While the AMQP 1.0 protocol explicitly disallows a peer to send such messages, a hand crafted AMQP 1.0 client could exploit this behavior in order to send a message of unlimited size to the adapter, eventually causing the adapter to fail with an out of memory exception.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Eclipse Hono 1.3.0 and 1.4.0 can be crashed through oversized AMQP device messages. A malicious or malformed AMQP client can ignore the advertised message-size limit and push the adapter toward an out-of-memory failure, disrupting message ingestion.

Executive priority

Prioritize this where Hono AMQP ingestion supports production IoT services. The likely business impact is service disruption rather than data theft, but exposed affected adapters can become an availability risk.

Technical view

The AMQP protocol adapter in Eclipse Hono 1.3.0 and 1.4.0 does not enforce the max-message-size it advertises during link establishment. Although AMQP 1.0 disallows oversized peer messages, a hand-crafted client can send an unbounded-size message, eventually causing an out-of-memory exception.

Likely exposure

Exposure is limited to deployments running Eclipse Hono 1.3.0 or 1.4.0 with the AMQP protocol adapter reachable by devices or clients.

Exploitation context

The source bundle does not show active exploitation, and the CVE is not listed as KEV. Public evidence describes a hand-crafted AMQP 1.0 client as the abuse path, but provides no exploitation-in-the-wild signal.

Researcher notes

Evidence is narrow but clear: affected versions are Hono 1.3.0 and 1.4.0, impact is AMQP adapter OOM, and the issue is input size validation. The bundle does not name a patch version or confirmed exploitation.

Mitigation direction

  • Identify whether Eclipse Hono 1.3.0 or 1.4.0 is deployed.
  • Check Eclipse Hono vendor guidance for fixed versions or supported remediation.
  • Restrict AMQP adapter exposure to trusted device networks where possible.
  • Monitor adapter memory use and unexpected restarts.
  • Apply compensating message-size controls at gateways if supported.

Validation and detection

  • Inventory Hono service versions and enabled protocol adapters.
  • Confirm whether the AMQP adapter is externally reachable.
  • Review logs for out-of-memory exceptions or adapter crashes.
  • Verify configured upstream limits for AMQP message size.
  • Confirm remediation against current Eclipse Hono guidance.
Prepared
Confidence
medium
Sources
3

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-1284: 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-27217 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
The Eclipse FoundationEclipse Hono1.3.0, 1.4.0Listed
Weakness

CWE details

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

CWE-1284 · source CWE mapping

Improper Validation of Specified Quantity in Input

Improper Validation of Specified Quantity in Input represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.