Security readout for executives and security teams
Plain-English summary
This is a Linux kernel memory-safety bug in the Tegra video driver path. It can leave a pointer to device-tree data after its reference is released. The public record does not provide CVSS, impact details, or evidence of exploitation. Business urgency is mainly for organizations running NVIDIA Tegra-based Linux devices with camera/CSI functionality.
Executive priority
Moderate monitoring priority unless you operate Tegra-based camera or embedded Linux products. For those assets, treat as a kernel maintenance update and confirm vendor patches. No evidence in the supplied sources supports emergency response for broad enterprise Linux fleets.
Technical view
During Tegra CSI probe, the driver stores a child device_node pointer in chan->of_node after iteration releases the reference. Later initialization and device removal can use that stale pointer. The kernel fix takes a reference with of_node_get() and releases it during teardown with of_node_put().
Likely exposure
Exposure appears limited to Linux systems using the staging media tegra-video/Tegra CSI code path. This most likely affects embedded or ARM-based Tegra platforms, not general Linux servers. Exact distro exposure depends on vendor kernels and backports.
Exploitation context
The provided sources do not report active exploitation, public exploit code, or a CVSS score. The CVE is not listed as KEV in the supplied data. Practical exploitability and security impact are not established by the available record.
Researcher notes
Key evidence is the upstream kernel fix description. The issue is a reference-counting use-after-free in the staging media tegra-video driver. The record lacks CVSS, CWE, proof of exploitation, and detailed affected-version semantics, so impact assessment requires platform-specific validation.
Mitigation direction
- Inventory Linux systems using Tegra video, CSI, or affected vendor kernels.
- Update to a Linux stable or vendor kernel containing the referenced fix commits.
- If updates are unavailable, check vendor guidance for backports or temporary mitigations.
- Prioritize embedded devices where camera or CSI functionality is enabled.
Validation and detection
- Confirm running kernel version and vendor patch level against referenced stable commits.
- Review kernel source or package changelog for the tegra-video device_node fix.
- Verify whether the Tegra CSI or video driver is built, loaded, or used.
- Track vendor advisories because CVSS and operational impact are not provided.
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-50745 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/5451efb2ca30f3c42b9efb8327ce35b62870dbd3CVE reference
- https://git.kernel.org/stable/c/ce50c612458091d926ccb05d7db11d9f93532db2CVE reference
- https://git.kernel.org/stable/c/6512c9498fcb97e7c760e3ef86b2272f2c0f765fCVE reference
- https://git.kernel.org/stable/c/0fd003d3c708c80350a815eaf37b8e1114b976cfCVE reference
- https://git.kernel.org/stable/c/c4d344163c3a7f90712525f931a6c016bbb35e18CVE 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.
