Answer in brief
CVE-2022-48932 records a High severity (CVSS 7.8) vulnerability in net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte. 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.
CVSS is 7.8. 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.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1ffd498901c1134a7cbecf5409e12c064c39cef9 <4ad319cdfbe555b4ff67bc608736c46a6930c848 || >=1ffd498901c1134a7cbecf5409e12c064c39cef9 <0aec12d97b2036af0946e3d582144739860ac07b | 4ad319cdfbe555b4ff67bc608736c46a6930c848, 0aec12d97b2036af0946e3d582144739860ac07b |
| Linux/Linuxgeneric | 5.16 | Not reported |
Published upstream
Aug 22, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte When adding a rule with 32 destinations, we hit the following out-of-band access issue: BUG: KASAN: slab-out-of-bounds in mlx5_cmd_dr_create_fte+0x18ee/0x1e70 This patch fixes the issue by both increasing the allocated buffers to accommodate for the needed actions and by checking the number of actions to prevent this issue when a rule with too many actions is provided.
Quoted source text, attributed separately from HOL analysis.