LiveActive security incident?Get immediate response
CVE Record

CVE-2021-46885: The video framework has memory overwriting caused by addition overflow.

The video framework has memory overwriting caused by addition overflow. Successful exploitation of this vulnerability may affect availability.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-46885 is a Huawei HarmonyOS and EMUI video framework flaw. A math overflow can lead to memory overwrite, and successful exploitation may disrupt device availability. The public record rates it high severity, but the provided sources do not show data theft, privilege gain, or confirmed exploitation.

Executive priority

Treat as high priority only where affected Huawei devices are present. The main business risk is service disruption or device instability, not confirmed compromise. If Huawei devices are unmanaged or broadly deployed, prioritize inventory and patch confirmation.

Technical view

The issue is described as memory overwriting caused by addition overflow in the video framework, mapped to CWE-120. CVSS 3.1 is 7.5 with network attack vector, low complexity, no privileges, no user interaction, unchanged scope, and availability-only impact.

Likely exposure

Exposure is limited to Huawei HarmonyOS 2.1.0, 2.0.1, 2.0.0 and EMUI 12.0.1, 12.0.0, 11.0.0, 10.1.1, 10.1.0 per the source bundle.

Exploitation context

The bundle marks CISA KEV as false, and the cited sources do not state active exploitation. The CVSS vector indicates a remote, unauthenticated, low-complexity path with no user interaction, but public details do not identify the exact entry point.

Researcher notes

Evidence is sparse. The public description gives vulnerability class, affected versions, CVSS, and availability impact, but not exploit mechanics, affected components beyond the video framework, or fixed build identifiers. Avoid assuming code execution or exploitation in the wild from these sources.

Mitigation direction

  • Inventory Huawei HarmonyOS and EMUI devices against the listed affected versions.
  • Review Huawei's May 2023 security bulletin for vendor remediation guidance.
  • Update affected devices to a vendor-supported build containing the relevant security fix.
  • Reduce exposure to untrusted media or video processing paths where operationally possible.
  • Monitor Huawei advisories for fixed build details if not already documented internally.

Validation and detection

  • Confirm each device OS version and security patch level through device management records.
  • Compare fleet versions with the affected HarmonyOS and EMUI version lists.
  • Verify remediation against Huawei's May 2023 bulletin or subsequent Huawei guidance.
  • Track crashes or availability incidents involving video framework processing.
  • Document exceptions for devices that cannot receive supported updates.
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-120: 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-46885 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.5 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
HuaweiHarmonyOS2.1.0, 2.0.1, 2.0.0Listed
HuaweiEMUI12.0.1, 12.0.0, 11.0.0, 10.1.1, 10.1.0Listed
Weakness

CWE details

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

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.