LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50814: crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr KASAN reported this Bug: [17619.659757] BUG: KASAN: global-out-of-bounds in param_get_int+0x34/0x60 [17619.673193] Read of size 4 at addr fffff01332d7ed00 by task read_all/1507958 ... [17619.698934] The buggy address belongs to the variable: [17619.708371] sgl_sge_nr+0x0/0xffffffffffffa300 [hisi_zip] There is a mismatch in hisi_zip when get/set the variable sgl_sge_nr. The type of sgl_sge_nr is u16, and get/set sgl_sge_nr by param_get/set_int. Replacing param_get/set_int to param_get/set_ushort can fix this bug.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-50814 is a Linux kernel bug in the HiSilicon ZIP crypto driver. A module parameter uses the wrong getter/setter type, causing a kernel global out-of-bounds read reported by KASAN. Business exposure appears narrow: Linux systems using this specific driver or hardware path. No source provided indicates active exploitation.

Executive priority

Treat as a targeted kernel maintenance issue, not an emergency internet-wide threat. Prioritize patching on Linux systems using HiSilicon acceleration or custom kernels. Standard kernel update cycles are appropriate unless local evidence shows driver use on critical systems.

Technical view

The hisi_zip driver defines sgl_sge_nr as u16 but handled it with param_get_int/param_set_int. The kernel fix replaces those with param_get_ushort/param_set_ushort. The reported failure is a KASAN global-out-of-bounds read in param_get_int when reading the module parameter.

Likely exposure

Likely limited to Linux kernels with the hisilicon/zip crypto driver present and used, especially systems with HiSilicon ZIP acceleration. The CVE record lists Linux as affected across multiple kernel release lines, but the exact distribution package exposure requires vendor mapping.

Exploitation context

The source bundle reports a KASAN-detected out-of-bounds read. It does not provide exploitability details, remote attack paths, privilege requirements, or public exploitation. CISA KEV status is false in the provided data.

Researcher notes

Evidence is limited to the kernel fix description and stable commit references. No CVSS, CWE, exploit status, or detailed attack scenario is provided. Focus analysis on module parameter exposure, driver presence, and whether distribution kernels backported the ushort parameter fix.

Mitigation direction

  • Update to a vendor kernel containing the referenced stable kernel fixes.
  • Prioritize systems where the hisi_zip driver is present or loaded.
  • If no update is available, check Linux distribution or hardware vendor guidance.

Validation and detection

  • Inventory Linux kernel versions and distribution backport status.
  • Check whether the hisi_zip driver is built, installed, or loaded.
  • Confirm vendor kernel changelogs include the referenced stable commits.
  • Review kernel logs for KASAN or module parameter read errors where applicable.
Prepared
Confidence
medium
Sources
7

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.

cve · low confidence lookup

CVE-2022-50814 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxf081fda293ffba54216a7dab66faba7275475006, f081fda293ffba54216a7dab66faba7275475006, f081fda293ffba54216a7dab66faba7275475006, f081fda293ffba54216a7dab66faba7275475006, f081fda293ffba54216a7dab66faba7275475006unaffected
LinuxLinux5.5, 0, 5.10.150, 5.15.75, 5.19.17, 6.0.3, 6.1affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.