Description
Missing minimum size validation in secure context allocation in FreeRTOS-Kernel before 11.3.1 might allow local users to corrupt secure-world heap metadata via an out-of-bounds write with an undersized stack size parameter. To remediate this issue, users should upgrade to version 11.3.1 or later.
Published: 2026-08-21
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: Heap corruption leading to local privilege escalation or denial of service
Action: Patch
AI Analysis

Impact

FreeRTOS-Kernel lacks minimum size validation in SecureContext_AllocateContext before version 11.3.1, allowing a local user to supply an undersized stack size and trigger an out‑of‑bounds write that corrupts secure‑world heap metadata. This memory corruption could enable the attacker to alter control data, potentially leading to execution of arbitrary code or a system crash. The vulnerability is a classic buffer overrun (CWE‑787).

Affected Systems

The affected product is FreeRTOS Kernel from FreeRTOS. Any installation running a version earlier than 11.3.1 is vulnerable. Version 11.3.1 and later include the fix that enforces proper size checks.

Risk and Exploitability

The CVSS score of 8.3 indicates high severity and the EPSS score is not available, suggesting limited public exploit evidence. The vulnerability is not listed in the CISA KEV catalog. The attack likely requires local user privileges and occurs when SecureContext_AllocateContext is invoked with an undersized stack size. Given the local nature of the vector, the risk is concentrated on systems where an untrusted or compromised process can call the function.

Generated by OpenCVE AI on August 21, 2026 at 19:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FreeRTOS-Kernel to version 11.3.1 or later. This is the official fix that adds maximum size validation.
  • If upgrade is not immediately possible, avoid calling SecureContext_AllocateContext with stack sizes below the minimum required by the secure environment or apply a local patch that performs the same check before allocation.
  • Validate that any existing secure context creation logic includes a bounds check on the stack size parameter to prevent out‑of‑bounds writes.

Generated by OpenCVE AI on August 21, 2026 at 19:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
First Time appeared Amazon
Amazon freertos
CPEs cpe:2.3:o:amazon:freertos:*:*:*:*:*:*:*:*
Vendors & Products Amazon
Amazon freertos

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:H/SA:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}

cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:H/SC:N/SI:H/SA:H'}


Fri, 21 Aug 2026 20:00:00 +0000


Fri, 21 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description Missing minimum size validation in secure context allocation in FreeRTOS-Kernel before 11.3.1 might allow local users to corrupt secure-world heap metadata via an out-of-bounds write with an undersized stack size parameter. To remediate this issue, users should upgrade to version 11.3.1 or later.
Title Missing size validation in SecureContext_AllocateContext in FreeRTOS-Kernel
First Time appeared Freertos
Freertos freertos-kernel
Weaknesses CWE-787
CPEs cpe:2.3:a:freertos:freertos-kernel:*:*:*:*:*:*:*:*
Vendors & Products Freertos
Freertos freertos-kernel
References
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H'}

cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:H/SA:H'}


Subscriptions

Amazon Freertos
Freertos Freertos-kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: AMZN

Published:

Updated: 2026-08-21T20:15:07.195Z

Reserved: 2026-08-20T18:42:40.136Z

Link: CVE-2026-77236

cve-icon Vulnrichment

Updated: 2026-08-21T20:06:15.469Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-21T18:16:51.800

Modified: 2026-08-25T16:44:28.820

Link: CVE-2026-77236

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T22:30:17Z

Weaknesses