Security readout for executives and security teams
Plain-English summary
A Linux kernel bug in a MediaTek MT8183 audio driver can leak a device-tree reference on an error path. The rated impact is local denial of service, not data theft or remote compromise. Exposure is most relevant to systems using the affected kernel and this driver path.
Executive priority
Handle through normal kernel patch management unless affected MT8183-based devices support important operations. Business urgency is moderate because the known impact is availability, requires local privileges, and has no cited active exploitation.
Technical view
The flaw is a reference-count leak in mt8183_mt6358_ts3a227_max98357_dev_probe(). of_parse_phandle() increments a node reference, but the error path failed to call of_node_put(). The kernel stable fixes add the missing cleanup. CVSS 3.1 is 5.5: local, low complexity, low privileges, no user interaction, high availability impact.
Likely exposure
Likely exposed systems are Linux kernels listed as affected in the CVE data, especially where the MediaTek MT8183 ASoC driver is built and used. Systems without this kernel code path or affected versions are less likely exposed.
Exploitation context
The bundle does not show KEV listing, public exploitation, exploit code, or a remote attack vector. The CVSS vector indicates local access with low privileges and an availability-only impact. Treat exploitation evidence as limited.
Researcher notes
Evidence is concise and kernel-source focused. No CWE, proof of exploitation, detailed trigger path, or vendor-specific affected product list is provided. Avoid broad exposure claims beyond affected Linux kernels and the MT8183 driver context.
Mitigation direction
- Update to a kernel version containing the referenced stable fixes.
- Check distribution or device-vendor advisories for packaged kernel updates.
- Prioritize devices using the MediaTek MT8183 ASoC audio driver.
- If updates are unavailable, follow vendor guidance for temporary risk reduction.
Validation and detection
- Inventory Linux kernel versions against the affected version ranges in the CVE data.
- Confirm whether the MT8183 ASoC driver is present and enabled.
- Verify kernel source or package changelogs include the referenced stable commits.
- Confirm deployed kernels after patching, not only available package versions.
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-50392 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/82f7c814edda353b4781f356d3ab90e943d5eac4CVE reference
- https://git.kernel.org/stable/c/574bd4d14a9297a1c69ad41001caf00fdd17d305CVE reference
- https://git.kernel.org/stable/c/156b0c19c1a44153e34cfdfa5937546a93dcb288CVE reference
- https://git.kernel.org/stable/c/38eef3be38ab895959c442702864212cc3beb96cCVE 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.
