---
id: CVE-2026-93158
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  crypto: sa2ul - stop probe if context pool creation fails

  sa_ul_probe() calls sa_init_mem() to create the DMA pool used for
  security context buffers, but ignores its r…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  crypto: sa2ul - stop probe if context pool creation fails

  sa_ul_probe() calls sa_init_mem() to create the DMA pool used for
  security context buffers, but ignores its r…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 7694b6ca649fead1a57046935711bc82dfc78cfb <
    304dcd26bfc3ce6771c2bd3b7c0299dcfd5f4e06
  - >-
    Linux >= 7694b6ca649fead1a57046935711bc82dfc78cfb <
    9907426b438e4dbc8c45138bd440ad6d732d80b7
  - >-
    Linux >= 7694b6ca649fead1a57046935711bc82dfc78cfb <
    9a692a6a2b47328a36c8d80c7fbf81da16b6d6b1
  - >-
    Linux >= 7694b6ca649fead1a57046935711bc82dfc78cfb <
    04c46784ec249cac995e31f0691397b82bdaa5fd
  - >-
    Linux >= 7694b6ca649fead1a57046935711bc82dfc78cfb <
    f72c7837614a9705f8b3021828d49c9f095803ba
  - >-
    Linux >= 7694b6ca649fead1a57046935711bc82dfc78cfb <
    91ded4742fcde6ad415c4d8a20e5ea0dcdf4f73e
  - >-
    Linux >= 7694b6ca649fead1a57046935711bc82dfc78cfb <
    b68b35ed97d3e18edb9dea500d88420a95006742
  - >-
    Linux >= 7694b6ca649fead1a57046935711bc82dfc78cfb <
    d03f980a25853f6a380895119a572a3bb1194e8d
  - Linux 5.9
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:18:11.143'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93158'
references:
  - url: 'https://git.kernel.org/stable/c/04c46784ec249cac995e31f0691397b82bdaa5fd'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/304dcd26bfc3ce6771c2bd3b7c0299dcfd5f4e06'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/91ded4742fcde6ad415c4d8a20e5ea0dcdf4f73e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/9907426b438e4dbc8c45138bd440ad6d732d80b7'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/9a692a6a2b47328a36c8d80c7fbf81da16b6d6b1'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b68b35ed97d3e18edb9dea500d88420a95006742'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d03f980a25853f6a380895119a572a3bb1194e8d'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/f72c7837614a9705f8b3021828d49c9f095803ba'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.738Z'
epss: 0.00176
epssPercentile: 0.07438
---

## Overview

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

crypto: sa2ul - stop probe if context pool creation fails

sa_ul_probe() calls sa_init_mem() to create the DMA pool used for
security context buffers, but ignores its return value. If pool creation
fails, probe still continues with DMA setup, algorithm registration and
child population even though later request setup depends on that pool.

Stop probing when sa_init_mem() fails, and route that failure to the PM
cleanup path without attempting to destroy an uncreated DMA pool.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
