Answer in brief
CVE-2026-72088 records a Unknown severity vulnerability in scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-72088 records a Unknown severity vulnerability in scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <fca5edd748f00e87f2dd55a6333722b46af30e74 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <fb40928c59329a50eadb3ce8bfd7a67f490a6212 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <018cbce6ee158244bb76cf638e8e3054e240aea9 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <a61de4d7e22a9ab9a90094d0e180b378e09a1d2c || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <e7bde072cceefc564413b46d64017c47a2e9977d || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <d495b403d5b357dfe506b963bd7a78ecd5c7b667 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <782e1bf48672be44265c48e14602696c3c8ed904 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <e166bafc483e927150cb9b5f286c9191ea0df84e | fca5edd748f00e87f2dd55a6333722b46af30e74, fb40928c59329a50eadb3ce8bfd7a67f490a6212, 018cbce6ee158244bb76cf638e8e3054e240aea9, a61de4d7e22a9ab9a90094d0e180b378e09a1d2c, e7bde072cceefc564413b46d64017c47a2e9977d, d495b403d5b357dfe506b963bd7a78ecd5c7b667, 782e1bf48672be44265c48e14602696c3c8ed904, e166bafc483e927150cb9b5f286c9191ea0df84e |
| Linux/Linuxgeneric | 5.3 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <fca5edd748f00e87f2dd55a6333722b46af30e74 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <fb40928c59329a50eadb3ce8bfd7a67f490a6212 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <018cbce6ee158244bb76cf638e8e3054e240aea9 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <a61de4d7e22a9ab9a90094d0e180b378e09a1d2c || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <e7bde072cceefc564413b46d64017c47a2e9977d || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <d495b403d5b357dfe506b963bd7a78ecd5c7b667 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <782e1bf48672be44265c48e14602696c3c8ed904 || >=c5dfd106414f3e038fee5c6f0800fd55ed07b41d <e166bafc483e927150cb9b5f286c9191ea0df84e | fca5edd748f00e87f2dd55a6333722b46af30e74, fb40928c59329a50eadb3ce8bfd7a67f490a6212, 018cbce6ee158244bb76cf638e8e3054e240aea9, a61de4d7e22a9ab9a90094d0e180b378e09a1d2c, e7bde072cceefc564413b46d64017c47a2e9977d, d495b403d5b357dfe506b963bd7a78ecd5c7b667, 782e1bf48672be44265c48e14602696c3c8ed904, e166bafc483e927150cb9b5f286c9191ea0df84e |
| Linux/Linuxgeneric | 5.3 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.