NuttxApplication · Apache

CVE-2021-26461

CRITICAL · 9.8 CVSS v3.1 Published 2021-06-21
Fix available
A fix is available. Upgrade to 10.1.0 or later.
See remediation →
100/100
Remediation priority · Urgent
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
Apache Nuttx Versions prior to 10.1.0 are vulnerable to integer wrap-around in functions malloc, realloc and memalign. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash or a remote code injection/execution.

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

Apache Nuttx versions prior to 10.1.0 contain an integer wrap-around (integer overflow) vulnerability in the memory allocation functions malloc, realloc, and memalign. This flaw allows improper memory assignment where the size calculation overflows, enabling attackers to trigger arbitrary memory allocation at controlled addresses, leading to potential crashes or remote code execution.

MitigationUpgrade Apache Nuttx to version 10.1.0 or later which contains the fix for the integer wrap-around vulnerability in the memory allocation functions.

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
NuttxApplication
Affected:< 10.1.0

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
High
Integrity
High
Availability
High

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

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 Apache Nuttx installation
    Determine if your system or application is running Apache Nuttx. This is typically an embedded OS, so check firmware images, build configurations, or system documentation for 'Nuttx' references.
    Affected if Apache Nuttx is present in the environment
  2. Determine installed Nuttx version
    Locate and read the Nuttx version identifier in your build system, firmware header, or version file. Common locations include the build configuration, README files within the Nuttx source tree, or the system boot banner.
    Affected if The version is below 10.1.0 (e.g., 10.0.x, 9.x, or any version number less than 10.1.0)
  3. Identify use of vulnerable allocation functions
    Search the application or system code for calls to malloc, realloc, or memalign where the size argument could be user-controlled or derived from external input. Review source code or binary analysis for these function calls.
    Affected if The code uses malloc, realloc, or memalign with size values that can be influenced by external input
  4. Check for size calculation patterns that could overflow
    Examine code that calculates memory allocation sizes, looking for arithmetic operations (especially addition or multiplication) on size values before passing them to allocation functions. Look for patterns where large inputs or multiple size parameters are combined.
    Affected if Size calculations involve arithmetic that could wrap around to small values, causing undersized memory allocations

You are affected if your system runs Apache Nuttx version below 10.1.0 and your application code passes user-controlled or computed sizes to malloc, realloc, or memalign without proper validation.

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 10.1.0 or later
Fixed in 10.1.0
Interim mitigation

Upgrade Apache Nuttx to version 10.1.0 or later which contains the fix for the integer wrap-around vulnerability in the memory allocation functions.

Recommended fix Moderate confidence

10.1.0

  1. 1. Backup your current Nuttx implementation and configuration
  2. 2. Obtain Apache Nuttx version 10.1.0 or later from the official Apache Nuttx repository (https://nuttx.apache.org/)
  3. 3. Review the release notes for version 10.1.0 to understand any changes relevant to your implementation
  4. 4. Update your project's dependency configuration to specify Nuttx version 10.1.0 or later
  5. 5. Rebuild your Nuttx-based application with the updated version
  6. 6. Test the rebuilt application to verify functionality remains intact
  7. 7. Deploy the updated application
Caveat Review the 10.1.0 release notes for any API or configuration changes that may affect your implementation

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

Fix this in Nuttx Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing8.0 h
  • Review / QA3.0 h
20.0 hours of engineering $3,420
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2021-26461 — 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-26461 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