CVE-2026-77237
Received
Received - Intake
Missing Queue-Set Validation in FreeRTOS-Kernel
Vulnerability report for CVE-2026-77237, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-21
Last updated on: 2026-08-21
Assigner: AMZN
Description
Description
Missing queue-set type validation in xQueueAddToSet() in the FreeRTOS-Kernel before 11.3.1 might allow an unprivileged task on MPU-enabled ports with configUSE_QUEUE_SETS=1 to read privileged kernel memory.Β To remediate this issue, users should upgrade to versionΒ 11.3.1 or later.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| freertos | freertos_kernel | 11.3.1 |
| freertos | freertos-kernel | From 10.2.0 (inc) to 11.3.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-843 | The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type. |
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |