Micrium OsOperating system · Silabs

CVE-2021-27411

MEDIUM · 6.5 CVSS v3.1 Published 2022-05-03
Fix available
A fix is available. Upgrade to after 5.10.1 or later.
See remediation →
74/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Micrium OS Versions 5.10.1 and prior are vulnerable to integer wrap-around in functions Mem_DynPoolCreate, Mem_DynPoolCreateHW and Mem_PoolCreate. This unverified memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as very small blocks of memory being allocated instead of very large ones.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Integer wrap-around vulnerability in Micrium OS memory pool creation functions (Mem_DynPoolCreate, Mem_DynPoolCreateHW, Mem_PoolCreate) allows unverified memory size calculations to result in allocating very small memory blocks instead of requested large blocks due to integer overflow during size computation.

MitigationImplement validation checks for integer overflow/wrap-around before memory allocation calculations in the affected pool creation functions; ensure size parameters cannot wrap around to smaller values.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Micrium OsOperating system
Affected:<= 5.10.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Micrium OS version in use
    Search project files, build artifacts, or firmware images for version strings containing 'Micrium' or 'uC/OS' (the commercial name). Check README files, version headers, or lib manifests for version numbers.
    Affected if The discovered version is 5.10.1 or lower.
  2. Locate memory pool creation functions in source
    Search codebase for function definitions or declarations of Mem_DynPoolCreate, Mem_DynPoolCreateHW, or Mem_PoolCreate.
    Affected if These functions exist in the codebase and are part of the Micrium OS memory module.
  3. Check if memory pool functions are called
    Search for invocations of these functions in application code: look for patterns like Mem_DynPoolCreate(, Mem_DynPoolCreateHW(, or Mem_PoolCreate(.
    Affected if The application code calls any of these three pool creation functions.
  4. Identify pool size parameter usage
    Review all calls to the affected functions and examine the size/blk_size parameter values being passed. Look for cases where a calculated or user-controlled size could approach or exceed UINT_MAX.
    Affected if Size parameters passed to these functions could contain large values (near UINT_MAX or larger than available memory) that may cause integer wrap-around during computation.

Your environment is affected if you are using Micrium OS version 5.10.1 or lower and your code invokes Mem_DynPoolCreate, Mem_DynPoolCreateHW, or Mem_PoolCreate with potentially large size parameters that could overflow during internal calculations.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to a release after 5.10.1
Interim mitigation

Implement validation checks for integer overflow/wrap-around before memory allocation calculations in the affected pool creation functions; ensure size parameters cannot wrap around to smaller values.

Recommended fix High confidence

Micrium OS version 5.10.2 or later

  1. 1. Identify all deployments of Micrium OS in your environment that are at version 5.10.1 or prior.
  2. 2. Obtain the fixed version of Micrium OS (version 5.10.2 or later) from the official Silicon Labs distribution channels.
  3. 3. Before deploying the update, review your application's use of Mem_DynPoolCreate, Mem_DynPoolCreateHW, and Mem_PoolCreate functions to ensure proper memory allocation parameters are being passed.
  4. 4. Deploy the upgraded Micrium OS version to all affected systems.
  5. 5. After upgrade, test memory pool allocation functionality to verify correct block sizes are being allocated.

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Micrium Os Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing6.0 h
  • Review / QA3.0 h
18.0 hours of engineering $3,120
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,992.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2021-27411 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2021-27411 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data