LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50646: scsi: hpsa: Fix possible memory leak in hpsa_init_one()

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsa_init_one() The hpda_alloc_ctlr_info() allocates h and its field reply_map. However, in hpsa_init_one(), if alloc_percpu() failed, the hpsa_init_one() jumps to clean1 directly, which frees h and leaks the h->reply_map. Fix by calling hpda_free_ctlr_info() to release h->replay_map and h instead free h directly.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This Linux kernel issue is a memory leak in the hpsa storage controller driver during a failed initialization path. It is not listed as actively exploited, and the published severity is unknown. Business urgency is mainly for Linux systems using affected kernels, especially where hpsa-supported storage controllers are present.

Executive priority

Treat as routine kernel maintenance unless you operate critical Linux servers using hpsa storage controllers. No active exploitation is cited, but kernel memory leaks can reduce reliability. Patch through standard update cycles, prioritizing storage-heavy or highly available systems.

Technical view

In hpsa_init_one(), hpda_alloc_ctlr_info() allocates controller state and reply_map. If alloc_percpu() fails, the error path frees only the controller object, leaking reply_map. The fix changes cleanup to use hpda_free_ctlr_info(), releasing both allocations. The CVE record lists affected Linux kernel versions and multiple stable kernel commits.

Likely exposure

Exposure appears limited to Linux systems running affected kernel builds with the hpsa SCSI driver relevant to supported storage hardware. Systems without that driver or hardware are less likely to encounter the vulnerable path. Distro backports may change exposure despite upstream version numbers.

Exploitation context

No KEV listing or source-bundle evidence indicates active exploitation. The bug is in an allocation-failure error path during driver initialization, suggesting a narrow denial-of-service/resource-exhaustion concern rather than direct data compromise. Practical exploitability is not established in the provided sources.

Researcher notes

The CVE metadata lacks CVSS, CWE, and exploit details. The affected-version data is terse, so validation should rely on exact upstream commits or distribution backport advisories. The core defect is cleanup mismatch after alloc_percpu() failure in hpsa_init_one().

Mitigation direction

  • Apply vendor or distribution kernel updates containing the hpsa cleanup fix.
  • Prioritize systems using hpsa-supported storage controllers.
  • Reboot into the updated kernel after patching, if required by your platform.
  • If update availability is unclear, check your Linux vendor’s advisory and backport status.

Validation and detection

  • Inventory Linux kernel versions across affected server fleets.
  • Identify systems where the hpsa driver is present or in use.
  • Confirm installed kernels include the referenced stable hpsa fix or vendor backport.
  • Track remediation through normal kernel patch compliance reporting.
Prepared
Confidence
medium
Sources
9

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-50646 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
8Source 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
LinuxLinux8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef, 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef, 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef, 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef, 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef, 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef, 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef, 1edd825c11f8ed2c409d6fb6b3d90a042cbf738dunaffected
LinuxLinux4.16, 0, 4.19.270, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2, 6.2affected
Weakness

CWE details

No CWE listed

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