Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash affected systems when the Freescale/NXP LPUART serial driver tears down DMA but later code still uses DMA state. The documented impact is availability: a local user path can trigger a kernel panic, requiring reboot.
Executive priority
Treat as a moderate availability risk for affected embedded Linux products. It is not described as remote code execution, but a kernel panic can disrupt operational technology, appliances, or field devices that depend on serial peripherals.
Technical view
The fsl_lpuart driver’s DMA shutdown path failed to clear transmit and receive DMA-use flags. A later lpuart_flush_buffer path could call DMA APIs after DMA resources were relinquished, producing a synchronous external abort and kernel panic. CVSS is 5.5: local, low privileges, no confidentiality or integrity impact, high availability impact.
Likely exposure
Exposure is most likely on embedded Linux systems using the fsl_lpuart serial driver with DMA, including NXP i.MX-class environments shown in the report. Standard systems without this hardware or driver path are less likely exposed.
Exploitation context
The provided bundle does not show CISA KEV listing or public active exploitation. The demonstrated failure involves locally interacting with a serial-attached Bluetooth workflow and terminating it, causing a panic on affected hardware.
Researcher notes
Evidence is limited to the CVE record and kernel stable references. The root cause and fix are clear, but exploit prevalence, affected downstream vendors, and exact backport coverage require vendor-specific verification.
Mitigation direction
- Apply a vendor or kernel stable update containing the referenced fsl_lpuart DMA shutdown fix.
- Prioritize devices using fsl_lpuart serial ports with DMA enabled.
- Check Linux distribution or device-vendor advisories for backported fixed kernel builds.
- Plan reboot windows for embedded devices where kernel replacement is required.
Validation and detection
- Inventory kernels and identify devices using the fsl_lpuart driver.
- Check whether the referenced stable fix is present in the deployed kernel tree.
- Review crash logs for lpuart_flush_buffer, fsl_edma3, or synchronous external abort traces.
- Confirm vendor firmware or kernel release notes include this CVE or equivalent patch.
Public sources used
- CVE Program
- CVE List V5
- Kernel stable commit 29b897ac7b990882c74bd08605692214e7e58b83
- Kernel stable commit 9a56ade124d4891a31ab1300c57665f07f5b24d5
- Kernel stable commit c4293def8860fd587a84400ccba5b49cec56e2c3
- Kernel stable commit d554c14eb73ee91d76fc9aece4616f0b687c295d
- Kernel stable commit 3953e7f261e2f4d9c35f0c025df9f166f46aa626
- Kernel stable commit 316ae95c175a7d770d1bfe4c011192712f57aa4a
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-50375 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
- Medium
- CVSS
- 5.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
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 vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.5MediumVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/29b897ac7b990882c74bd08605692214e7e58b83CVE reference
- https://git.kernel.org/stable/c/9a56ade124d4891a31ab1300c57665f07f5b24d5CVE reference
- https://git.kernel.org/stable/c/c4293def8860fd587a84400ccba5b49cec56e2c3CVE reference
- https://git.kernel.org/stable/c/d554c14eb73ee91d76fc9aece4616f0b687c295dCVE reference
- https://git.kernel.org/stable/c/3953e7f261e2f4d9c35f0c025df9f166f46aa626CVE reference
- https://git.kernel.org/stable/c/316ae95c175a7d770d1bfe4c011192712f57aa4aCVE 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.
