Description
In the Linux kernel, the following vulnerability has been resolved:

scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path

If phys_disk->in_reset is set, the function returns directly without
undoing the resources acquired for the command. Add the missing error
cleanup by unmapping the IOACCEL2 SG chain block when needed, unmapping
the SCSI command, and dropping the outstanding IOACCEL command count
before returning.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An uninitialized DMA mapping leak in the Linux kernel’s hpsa SCSI driver occurs when phys_disk->in_reset is true; the code path returns before freeing previously acquired resources such as the IOACCEL2 scatter‑gather chain, the SCSI command, and the outstanding command count. The missing cleanup causes the kernel to retain DMA mappings and decrement counters, leading to kernel memory exhaustion or system instability. This is a resource‑leak type vulnerability (CWE‑772).

Affected Systems

The vulnerability affects all Linux kernel builds that include the hpsa SCSI driver and have not yet applied the patch. No particular versions are specified, so any version that contains the unpatched driver is potentially vulnerable.

Risk and Exploitability

The CVSS score of 5.5 and EPSS score below 1% suggest moderate severity but low exploitation probability. The risk is not listed in CISA’s KEV catalog. Exploitation would require triggering a reset through the device or reaching the fault path, which generally needs kernel privileges or the ability to command the device to reset. Repeated resets could deplete kernel memory, causing a denial of service.

Generated by OpenCVE AI on August 18, 2026 at 05:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that adds DMA mapping cleanup for the IOACCEL2 reset path.
  • Reboot the system to load the updated driver and release any stale resources.
  • Monitor kernel logs for DMA or SCSI errors and watch memory usage to confirm the issue is resolved.

Generated by OpenCVE AI on August 18, 2026 at 05:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399
CWE-404

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399
CWE-404

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path If phys_disk->in_reset is set, the function returns directly without undoing the resources acquired for the command. Add the missing error cleanup by unmapping the IOACCEL2 SG chain block when needed, unmapping the SCSI command, and dropping the outstanding IOACCEL command count before returning.
Title scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:07:59.011Z

Reserved: 2026-08-09T03:40:39.905Z

Link: CVE-2026-72088

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:22.843

Modified: 2026-08-17T06:18:07.720

Link: CVE-2026-72088

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72088 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:15:08Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime