Security readout for executives and security teams
Plain-English summary
CVE-2022-50672 is a Linux kernel bug in the zynq-ipi mailbox driver. If device registration fails, cleanup can leak memory and may crash the kernel through a null-pointer dereference. Business impact is likely availability-related on systems using this driver, but public severity and exploit evidence are not provided.
Executive priority
Treat as a targeted kernel availability issue, not an internet-wide emergency. Patch during normal kernel maintenance, with higher priority for embedded Linux systems using the zynq-ipi mailbox driver or environments where unexpected kernel crashes create operational risk.
Technical view
The flaw is in Linux kernel mailbox zynq-ipi error handling after device_register() failure. The fix calls put_device() so dev_set_name() allocations are released, and adds a registration check in zynqmp_ipi_free_mboxes() to avoid unregistering a device that was not added, preventing a crash path.
Likely exposure
Exposure appears limited to Linux systems running affected kernel code with the zynq-ipi mailbox driver relevant. The source lists Linux as affected, but provides no CVSS, CPEs, or distribution-specific package mapping. Prioritize embedded or hardware-specific Linux environments where this driver is enabled.
Exploitation context
No cited source states active exploitation, and the CVE is not marked KEV. The described trigger is an internal device registration failure path, suggesting denial-of-service risk rather than direct remote compromise based on available evidence. Exploitability conditions are not fully documented in the provided sources.
Researcher notes
The public record lacks CVSS, CWE, CPEs, and detailed exploit prerequisites. The vulnerability description is precise about the faulty cleanup path and linked stable commits, but affected version semantics in the supplied data are incomplete. Avoid assuming broad exposure without confirming driver presence and patch status.
Mitigation direction
- Check vendor or Linux distribution advisories for kernels containing the referenced stable fixes.
- Update affected Linux kernels to a version that includes the zynq-ipi error-handling fix.
- Prioritize systems where the zynq-ipi mailbox driver is enabled or required.
- If updates are delayed, monitor for kernel crashes around zynqmp_ipi mailbox initialization.
Validation and detection
- Inventory Linux kernel versions across affected fleets.
- Determine whether the zynq-ipi mailbox driver is built, loaded, or used.
- Verify the kernel includes one of the referenced upstream stable commits.
- Review distribution changelogs for CVE-2022-50672 or the zynq-ipi fix.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2022-50672 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/b3a5c76f61e2b380e29dfc6705854ca1ee85501dCVE reference
- https://git.kernel.org/stable/c/a39b4de0804f9fe0ae911b359ffd4afe7d9d933bCVE reference
- https://git.kernel.org/stable/c/4f05d8e2fb3ab702c2633a74571e1b31cb579985CVE reference
- https://git.kernel.org/stable/c/f2d63cefc012cafe1b7651bbf3302f8bcd8bea4aCVE reference
- https://git.kernel.org/stable/c/3fcf079958c00d83c51e4f250abf2c77fe9cc1b9CVE reference
- https://git.kernel.org/stable/c/a6792a0cdef0b1c2d77920246283a72537e60e94CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
