LiveActive security incident?Get immediate response
CVE Record

CVE-2021-27439: TencentOS-tiny Integer Overflow or Wraparound

TencentOS-tiny version 3.1.0 is vulnerable to integer wrap-around in function 'tos_mmheap_alloc incorrect calculation of effective memory allocation size. This improper memory assignment 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

TencentOS-tiny 3.1.0 has a memory allocation flaw. A bad size calculation can wrap around and allocate the wrong amount of memory, causing crashes or potential remote code execution. This matters most where TencentOS-tiny is embedded in exposed devices or operational technology systems.

Executive priority

High priority for environments with TencentOS-tiny in network-exposed or operational devices. Confirm exposure first, because the public sources name the OS version but not specific downstream products.

Technical view

CVE-2021-27439 is a CWE-190 integer wrap-around in TencentOS-tiny 3.1.0, in tos_mmheap_alloc effective allocation size calculation. The CVSS 3.1 score is 7.3 with network attack vector, low complexity, no privileges, and no user interaction.

Likely exposure

Likely exposure is embedded, IoT, or ICS-adjacent products running TencentOS-tiny 3.1.0. The bundle does not identify downstream device models or products, so asset inventory and firmware provenance are required.

Exploitation context

The CVSS vector indicates remotely reachable attack conditions are possible. The provided sources do not state active exploitation, and KEV status is false. Treat exploit status as unconfirmed, not absent.

Researcher notes

Evidence supports the affected version, vulnerability class, impacted function, and CVSS vector. The bundle does not provide patch version, exploit proof, or downstream affected product mapping, so avoid assuming fix status or device scope.

Mitigation direction

  • Identify assets or firmware using TencentOS-tiny 3.1.0.
  • Check TencentOS-tiny and CISA guidance for confirmed fixes or mitigations.
  • Reduce network exposure for affected embedded or OT devices.
  • Prioritize vendor-supported firmware updates when available.
  • Monitor affected devices for unexplained crashes or restarts.

Validation and detection

  • Review SBOMs, firmware manifests, and vendor notices for TencentOS-tiny 3.1.0.
  • Confirm whether exposed services can reach TencentOS-tiny heap allocation paths.
  • Check device logs for crashes, resets, or memory fault indicators.
  • Track CISA and CVE updates for downstream product details.
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-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-27439 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
2Source 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-27439Attack 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
TencentOS-tinyTencentOS-tiny3.1.0Listed
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.