CVE-2026-9728
Last modified
CVE-2026-9728 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. The userspace syscall verifier z_vrfy_mbox_send() in drivers/mbox/mbox_handlers.c validated the nested msg->data/msg->size fields by reading them directly out of live userspace memory, and then forwarded the original, still-mutable userspace struct mbox_msg * pointer to z_impl_mbox_send() and the underlying driver. Between the access check and the driver's use of msg->data, the validated pointer could be replaced, leaving a time-of-check/time-of-use window. On a system built with CONFIG_USERSPACE, any unprivileged userspace thread may invoke the mbox_send() system call. EPSS estimates a 0.08% chance of exploitation in the next 30 days.
Description
The userspace syscall verifier z_vrfy_mbox_send() in drivers/mbox/mbox_handlers.c validated the nested msg->data/msg->size fields by reading them directly out of live userspace memory, and then forwarded the original, still-mutable userspace struct mbox_msg * pointer to z_impl_mbox_send() and the underlying driver. Between the access check and the driver's use of msg->data, the validated pointer could be replaced, leaving a time-of-check/time-of-use window. On a system built with CONFIG_USERSPACE, any unprivileged userspace thread may invoke the mbox_send() system call. A second thread sharing the caller's address space can race to overwrite msg->data with a supervisor (kernel) address after the verifier's bounds check has passed but before the driver dereferences it. The driver then reads from the attacker-chosen address in supervisor context (for example memcpy(&data32, msg->data, msg->size) in the NXP mailbox driver, whose bytes are subsequently emitted to the peer mailbox endpoint). The impact is a userspace-to-supervisor access-control bypass: disclosure of kernel memory contents (high confidentiality impact), or, for an invalid/unmapped target address, a faulting kernel read causing denial of service. The fix snapshots the entire struct mbox_msg into a kernel-stack copy with k_usermode_from_copy() and validates and forwards that immutable copy, closing the race.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| zephyrproject | zephyr | >= 3.0.0, < 4.4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-9728?
How severe is CVE-2026-9728?
How do I fix CVE-2026-9728?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97231A vulnerability was found in volotat Anagnorisis up to 0.3.1…7.3
- CVE-2026-97232A vulnerability was determined in volotat Anagnorisis up to …6.3
- CVE-2026-97233A vulnerability was identified in volotat Anagnorisis up to …3.5
- CVE-2026-9724The MotorDesk plugin for WordPress is vulnerable to Cross-Si…4.3
- CVE-2026-9725The Printcart Web to Print Product Designer for WooCommerce …9.1
- CVE-2026-9726Improperly Controlled Modification of Dynamically-Determined…9.8
- CVE-2026-9729The Webpushr Push Notifications plugin for WordPress is vuln…6.4
- CVE-2026-9730The Remove NoFollow Commenter URL plugin for WordPress is vu…4.3
- CVE-2026-9731The Wp Js Detect plugin for WordPress is vulnerable to Cross…4.3
- CVE-2026-97311A flaw was found in the Admin REST API of Keycloak, an ident…4.3
- CVE-2026-9732The EmergencyWP – Dead Man's switch & legacy deliverance plu…4.3
- CVE-2026-97320A flaw has been found in YunaiV/zhijiantianya ruoyi-vue-pro …6.3
Are you affected by CVE-2026-9728?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
