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

hsi: omap_ssi_core: fix missing DMA mask setup for SSI controller device

The OMAP SSI driver uses a synthetic HSI controller device allocated via
hsi_alloc_controller(), which does not go through the normal OF/platform
device initialization path.

As a result, the embedded struct device does not have a DMA mask
initialized by default.

After recent DMA API hardening changes, dma_map_sg() and related helpers
now require a valid dma_mask to be present, otherwise the driver may
crash or trigger warnings when attempting DMA mapping operations.

Fix this by explicitly initializing the DMA mask for the SSI controller
device and setting a 32-bit DMA mask, which matches the hardware
capabilities.
Published: 2026-09-11
Score: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service (Crash)
Action: Apply Patch
AI Analysis

Impact

In the Linux kernel, the OMAP SSI driver grabs an HSI controller through hsi_alloc_controller(), which bypasses the usual device initialization path. As a result, the embedded struct device lacks a DMA mask. Recent DMA API hardening changes mandate a valid dma_mask for dma_map_sg() and related helpers. Without this mask, attempts to map DMA buffers can cause a kernel crash or generate warnings, which aligns with CWE‑665 and CWE‑909 weaknesses. The impact is a local denial‑of‑service through a kernel crash that occurs when the driver performs a DMA operation.

Affected Systems

This issue is present in every Linux kernel build that includes the OMAP SSI driver, regardless of distribution. No specific version range is cited; the vulnerability exists in any kernel that applies the hardening changes to the DMA API and has the driver compiled. Therefore all vendors that ship the OMAP SSI driver before the patch are affected.

Risk and Exploitability

The CVSS score of 4.1 indicates medium severity, while the EPSS score of <1% suggests a low likelihood of exploitation, and it is not listed in CISA's KEV catalog. The attack vector is inferred from the description, as the exploit requires a local attacker to trigger the SSI driver’s DMA mapping operation, which typically demands local kernel code execution or control over driver state. This means the vulnerability does not expose an immediate remote attack surface but could be used for local denial‑of‑service or privilege escalation if the conditions are met.

Generated by OpenCVE AI on September 12, 2026 at 17:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the OMAP SSI DMA mask fix.
  • If a kernel upgrade is not possible, disable the SSI driver or unload it until the patch is available to prevent accidental DMA mapping and crashes.
  • As a temporary measure, limit DMA operations for the SSI controller by restricting driver access or configuring the system to use non‑DMA paths until the patch is applied.

Generated by OpenCVE AI on September 12, 2026 at 17:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Sat, 12 Sep 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Sat, 12 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: hsi: omap_ssi_core: fix missing DMA mask setup for SSI controller device The OMAP SSI driver uses a synthetic HSI controller device allocated via hsi_alloc_controller(), which does not go through the normal OF/platform device initialization path. As a result, the embedded struct device does not have a DMA mask initialized by default. After recent DMA API hardening changes, dma_map_sg() and related helpers now require a valid dma_mask to be present, otherwise the driver may crash or trigger warnings when attempting DMA mapping operations. Fix this by explicitly initializing the DMA mask for the SSI controller device and setting a 32-bit DMA mask, which matches the hardware capabilities.
Title hsi: omap_ssi_core: fix missing DMA mask setup for SSI controller device
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-09-11T19:44:57.291Z

Reserved: 2026-09-11T19:38:34.730Z

Link: CVE-2026-89594

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:44.040

Modified: 2026-09-11T20:19:44.040

Link: CVE-2026-89594

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:44:57Z

Links: CVE-2026-89594 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-12T17:30:16Z

Weaknesses
  • CWE-909

    Missing Initialization of Resource