LiveActive security incident?Get immediate response
CVE Record

CVE-2021-27427: RIOT OS Integer Overflow or Wraparound

RIOT OS version 2020.01.1 is vulnerable to integer wrap-around in its implementation of calloc function, which can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash or a remote code injection/execution.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

RIOT OS 2020.01.1 has an integer wrap-around flaw in its calloc memory allocation function. In affected embedded or IoT devices, this can cause crashes and may allow remote code injection or execution. The business risk depends on whether vulnerable RIOT-based firmware is deployed in reachable devices.

Executive priority

Treat this as a high-priority embedded systems exposure review, especially for internet-connected or operational devices. Do not assume exposure from product name alone; confirm whether deployed firmware actually uses RIOT OS 2020.01.1.

Technical view

CVE-2021-27427 is a CWE-190 integer overflow or wraparound in RIOT OS 2020.01.1 calloc implementation. The CVSS 3.1 score is 7.3 with network attack vector, low complexity, no privileges, and no user interaction. Sources describe arbitrary memory allocation causing unexpected behavior, including crash or remote code injection/execution.

Likely exposure

Exposure is most likely in embedded, IoT, or operational devices running firmware based on RIOT OS 2020.01.1. The bundle does not identify other affected versions or specific device vendors, so teams should verify through firmware SBOMs, vendor notices, and source manifests.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The CVSS vector indicates the issue may be network-reachable without authentication or user interaction, but exploitability in practice depends on how calloc is reached in each firmware application.

Researcher notes

Evidence is clear for RIOT OS 2020.01.1 and the vulnerable calloc behavior, but the bundle does not provide a fixed version, patch commit, affected downstream devices, or exploitation evidence. Validation should focus on firmware provenance and reachable code paths.

Mitigation direction

  • Inventory products and firmware that embed RIOT OS 2020.01.1.
  • Check RIOT OS and CISA guidance for fixed releases or vendor-approved mitigations.
  • Prioritize network isolation for affected embedded devices until remediation is confirmed.
  • Ask device vendors whether their firmware includes the vulnerable calloc implementation.
  • Monitor affected devices for crashes, memory faults, or unexpected resets.

Validation and detection

  • Confirm RIOT OS version through firmware SBOMs, source manifests, or vendor attestations.
  • Compare deployed firmware against RIOT OS 2020.01.1 usage records.
  • Review whether network-exposed services can reach RIOT memory allocation paths.
  • Check logs and telemetry for unexplained crashes or abnormal memory behavior.
  • Document any compensating controls around affected device network access.
Prepared
Confidence
medium
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 · low confidence lookup

CWE-190: 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-2021-27427 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
7.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/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
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
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2021-27427Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
RIOT OSRIOT OS2020.01.1Listed
Weakness

CWE details

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

CWE-190 · source CWE mapping

Integer Overflow or Wraparound

Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.