Security readout for executives and security teams
Plain-English summary
CVE-2022-50836 is a Linux kernel memory leak in the Qualcomm remoteproc sysmon code. If certain interrupt setup operations fail, memory is not freed. The public record does not provide CVSS scoring or evidence of active exploitation. Business urgency is mainly for teams running affected Linux kernels on platforms using this subsystem.
Executive priority
Treat as routine kernel maintenance unless your environment includes Qualcomm-based Linux devices using remoteproc sysmon. There is no cited active exploitation or severity score, but affected embedded or mobile-adjacent platforms should receive normal patch-cycle attention.
Technical view
The flaw is in qcom_add_sysmon_subdev() in Linux remoteproc sysmon. Missing kfree() calls on of_irq_get_byname() or devm_request_threaded_irq() failure paths cause leaked memory. Linux stable commits add the missing cleanup. The source data lists Linux as affected and references multiple stable backports.
Likely exposure
Exposure is most likely on Linux systems using Qualcomm remoteproc sysmon support and kernel versions covered by the affected Linux record. General-purpose Linux systems without this driver or hardware path may have limited practical exposure, but validation is required.
Exploitation context
No source in the bundle reports active exploitation, and KEV status is false. The issue appears to require triggering specific kernel driver error paths, with the likely impact being memory consumption or instability rather than direct code execution.
Researcher notes
Evidence is limited to the CVE record and Linux stable commit references. The vulnerability is a cleanup bug on error paths, not a described remote attack chain. Avoid assuming exploitability beyond resource leakage without platform-specific driver reachability analysis.
Mitigation direction
- Update to a vendor-supported Linux kernel containing the referenced stable fixes.
- Prioritize Qualcomm-based systems using remoteproc or sysmon functionality.
- If patch status is unclear, consult the Linux distribution or device vendor advisory.
- Track kernel updates that include the listed git.kernel.org commits.
Validation and detection
- Inventory Linux kernel versions across Qualcomm-based devices and embedded platforms.
- Check whether the remoteproc sysmon Qualcomm driver is present and used.
- Confirm whether the deployed kernel includes one of the referenced stable fixes.
- Review vendor kernel changelogs for CVE-2022-50836 or the linked commits.
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-50836 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/27441fab2651cd909d8a5440ca079bc50245f427CVE reference
- https://git.kernel.org/stable/c/e4539eb5c0c342567183fe386d0699c8dab49490CVE reference
- https://git.kernel.org/stable/c/131c0a3ead78d45f0f39ddb42cf1bd9be26239b0CVE reference
- https://git.kernel.org/stable/c/1a62bebe0705556d37cfa8409ddc759b11d404f6CVE reference
- https://git.kernel.org/stable/c/ec97e9a5c2f25d2f9f9d7005e9ac67f23cc751cdCVE reference
- https://git.kernel.org/stable/c/e01ce676aaef3b13d02343d7e70f9637d93a3367CVE 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.
