Security readout for executives and security teams
Plain-English summary
CVE-2022-50846 is a Linux kernel bug in the VIA SD/MMC driver. If adding an MMC host fails, the driver can leak memory and later crash the kernel during device removal. Business impact is most likely availability disruption on affected systems using this driver, not data theft based on current sources.
Executive priority
Handle through normal kernel patch management, with higher priority for embedded or hardware-dependent systems using VIA SD/MMC. Current evidence supports availability risk, not confirmed active exploitation. Do not delay broader security updates solely for this item, but include it in the next appropriate kernel maintenance window.
Technical view
The via-sdmmc driver ignored the return value from mmc_add_host(). On error, memory from mmc_alloc_host() may leak. Later, remove() may call mmc_remove_host() for a host not successfully added, causing a null-pointer dereference in device_del(). Stable kernel commits add return-value checking and error-path cleanup.
Likely exposure
Exposure appears limited to Linux systems with affected kernel versions and the VIA SD/MMC host controller driver path. Servers, embedded devices, or endpoints without this hardware or driver are less likely exposed. The provided source does not identify affected distributions or products beyond Linux kernel versions.
Exploitation context
The sources do not report active exploitation, and this CVE is not marked KEV. The issue requires the vulnerable driver path and an mmc_add_host() failure condition. Public sources describe a crash and memory leak, not privilege escalation or remote code execution.
Researcher notes
The CVE record provides no CVSS, CWE, exploit evidence, or distribution-specific advisories. Affected-version data in the source bundle is kernel-focused and should be reconciled with downstream vendor backports. The root fix is return-value checking and cleanup after mmc_add_host() failure.
Mitigation direction
- Update to vendor-supported Linux kernels containing the referenced stable fixes.
- If immediate update is unavailable, check vendor guidance for safe temporary mitigations.
- Prioritize systems using VIA SD/MMC hardware or the via-sdmmc driver.
- Track distribution advisories for backported fixes matching the stable kernel commits.
Validation and detection
- Inventory Linux kernel versions across affected environments.
- Check whether the via-sdmmc driver is present, built, or loaded.
- Compare installed kernels against vendor advisories or referenced stable fix commits.
- Review crash logs for device_del null-pointer dereference involving MMC removal paths.
Public sources used
- CVE Program
- CVE List V5
- Linux stable commit 076bcd2c93e1
- Linux stable commit 12b8e81b77c0
- Linux stable commit 95025a8dd0ec
- Linux stable commit f59ef2a47a22
- Linux stable commit 63400da6cd37
- Linux stable commit 0959cc1685eb
- Linux stable commit 0ec94795114e
- Linux stable commit ba91b413983a
- Linux stable commit e4e46fb61e3b
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-50846 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/076bcd2c93e16b05c10564e299d6e5d26a766d00CVE reference
- https://git.kernel.org/stable/c/12b8e81b77c05c658efd9cde3585bbd65ae39b59CVE reference
- https://git.kernel.org/stable/c/95025a8dd0ec015872f6c16473fe04d6264e68caCVE reference
- https://git.kernel.org/stable/c/f59ef2a47a228e51322ad76752a55a8917c56e38CVE reference
- https://git.kernel.org/stable/c/63400da6cd37a9793c19bb6aed7131b58b975a04CVE reference
- https://git.kernel.org/stable/c/0959cc1685eb19774300d43ef25e318b457b156bCVE reference
- https://git.kernel.org/stable/c/0ec94795114edc7e24ec71849dce42bfa61dafa3CVE reference
- https://git.kernel.org/stable/c/ba91b413983a9235792523c6b9f7ba2586c4d75dCVE reference
- https://git.kernel.org/stable/c/e4e46fb61e3bb4628170810d3f2b996b709b90d9CVE 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.
