CVE-2022-49527: media: venus: hfi: avoid null dereference in deinit
In the Linux kernel, the following vulnerability has been resolved:
media: venus: hfi: avoid null dereference in deinit
If venus_probe fails at pm_runtime_put_sync the error handling first
calls hfi_destroy and afterwards hfi_core_deinit. As hfi_destroy sets
core->ops to NULL, hfi_core_deinit cannot call the core_deinit function
anymore.
Avoid this null pointer derefence by skipping the call when necessary.
Security readout for executives and security teams
Plain-English summary
CVE-2022-49527 is a Linux kernel null pointer dereference in the Venus media HFI cleanup path. A local low-privileged user could cause a denial of service if the affected code path is reachable. There is no source evidence of active exploitation. Business urgency is moderate and mainly availability-focused.
Executive priority
Handle through normal kernel patch maintenance, with faster action for multi-user systems or devices where local users can trigger media driver paths. This is not currently supported by sources as an internet-exposed or actively exploited issue.
Technical view
The bug occurs when venus_probe fails at pm_runtime_put_sync. Error handling calls hfi_destroy, which sets core->ops to NULL, then hfi_core_deinit may try to call core_deinit through that NULL pointer. Kernel stable fixes avoid the deinit call when necessary. CVSS is 5.5: local, low complexity, low privileges, availability impact only.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions with the Venus media HFI driver path present and reachable. The source lists Linux kernel versions including 4.13 through 5.19 context, but exact distro exposure depends on vendor backports and kernel configuration.
Exploitation context
The CVSS vector requires local access and low privileges, with no user interaction. Impact is denial of service, not confidentiality or integrity. The CVE is not listed as KEV in the provided data, and no cited source states active exploitation.
Researcher notes
The public record describes a resolved Linux kernel CWE-476 null dereference in media/venus HFI deinit error handling. Affected-version mapping is not fully precise for downstream distributions, so validation should rely on vendor kernel advisories and commit/backport checks, not version numbers alone.
Mitigation direction
Apply kernel updates containing the referenced stable fixes or distro backports.
Check your Linux vendor’s advisory for exact fixed package versions.
Prioritize shared, multi-user, or appliance environments where local users are less trusted.
If updates are delayed, follow vendor guidance for reducing exposure to the affected driver path.
Validation and detection
Inventory running kernel versions across Linux assets.
Check vendor advisories for CVE-2022-49527 fixed builds or backports.
Verify whether the Venus media driver is built or loaded where relevant.
Confirm installed kernels include one of the referenced stable fixes or equivalent backport.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
We 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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.