PatchSiren cyber security CVE debrief
CVE-2026-12365 zephyrproject CVE debrief
A use-after-free vulnerability exists in the Zephyr second-generation work queue, specifically in the handling of delayable work timeouts. This issue allows for kernel memory corruption or crash, resulting in a denial of service. The vulnerability has a CVSS score of 5.8 and is classified as MEDIUM severity. The vulnerability is caused by a use-after-free error in the Zephyr second-generation work queue. When a delayable work item's timeout has been dequeued and its handler work_timeout() is in flight, a concurrent cancellation does not wait for that handler to finish. This can lead to kernel memory corruption or crash. Organizations should verify their Zephyr configurations and ensure that the fix is properly implemented. Defenders should review system logs for potential crashes or memory corruption issues. The fix makes unschedule_locked() wait, by spinning on z_try_abort_timeout() returning -EAGAIN while releasing and re-acquiring the work spinlock, until any in-flight handler completes before returning.
- Vendor
- zephyrproject
- Product
- zephyr
- CVSS
- MEDIUM 5.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-14
- Original CVE updated
- 2026-08-26
- Advisory published
- 2026-08-14
- Advisory updated
- 2026-08-26
Who should care
Organizations using Zephyr should be aware of this vulnerability and take steps to patch it. The vulnerability has a CVSS score of 5.8 and is classified as MEDIUM severity. Organizations should prioritize patching this vulnerability to prevent potential kernel crashes or memory corruption. Zephyr users should review and update their configurations to ensure the fix is properly implemented and monitor system logs for potential crashes or memory corruption issues. Security teams should track exceptions and retest remediated assets to ensure the vulnerability is properly mitigated. Operators and platform administrators should be aware of the potential impact on their systems and take steps to mitigate the vulnerability. Vulnerability management teams should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. Asset inventory and change management processes should be updated to reflect the patching and mitigation efforts. Compensating controls, such as monitoring and detection, should be reviewed and updated to ensure they are effective in detecting and preventing exploitation of the vulnerability. Rollback and change window processes should be updated to ensure that patches are properly applied and verified. Source tracking and incident response plans should be updated to reflect the potential impact of the vulnerability. Defensive actions should be taken to prevent exploitation of the vulnerability, including applying patches, reviewing and updating configurations, and monitoring system logs. Defenders should verify that the fix is properly implemented and that systems are not vulnerable to exploitation. Security teams should review and update their incident response plans to reflect the potential impact of the vulnerability. Organizations should prioritize patching this vulnerability to prevent potential kernel crashes or memory corruption. Zephyr users should review and update their configurations to ensure the fix is properly implemented and monitor system logs for potential crashes or memory corruption issues. Security teams should track exceptions and retest remediated assets to ensure the vull.
Technical summary
The vulnerability exists in the Zephyr second-generation work queue, specifically in the handling of delayable work timeouts. A use-after-free error occurs when a delayable work item's timeout has been dequeued and its handler work_timeout() is in flight, and a concurrent cancellation does not wait for that handler to finish. This can lead to kernel memory corruption or crash. The fix makes unschedule_locked() wait, by spinning on z_try_abort_timeout() returning -EAGAIN while releasing and re-acquiring the work spinlock, until any in-flight handler completes before returning.
Defensive priority
Organizations using Zephyr should prioritize patching this vulnerability to prevent potential kernel crashes or memory corruption.
Recommended defensive actions
- Apply the patch provided by the Zephyr project to fix the use-after-free vulnerability
- Review and update Zephyr configurations to ensure the fix is properly implemented
- Monitor system logs for potential crashes or memory corruption issues
- Track exceptions and retest remediated assets to ensure the vulnerability is properly mitigated
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is caused by a use-after-free error in the Zephyr second-generation work queue. When a delayable work item's timeout has been dequeued and its handler work_timeout() is in flight, a concurrent cancellation does not wait for that handler to finish. This can lead to kernel memory corruption or crash. Organizations should verify their Zephyr configurations and ensure that the fix is properly implemented. Defenders should review system logs for potential crashes or memory corruption issues.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-12365 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-12365
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-12365 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-12365
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/zephyrproject-rtos/zephyr/commit/59cf34bf212eeb5c7ea88b97e15842b1e7c1a6b7
-
Source reference
Unverified legacy reference
URL: https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-rhmh-r93p-6g99
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.