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

crypto: marvell/octeontx - fix DMA cleanup using wrong loop index

The sg_cleanup path used list[i] instead of list[j] when unmapping DMA
buffers, leaking successfully mapped entries and repeatedly unmapping
the failed one.
Published: 2026-08-15
Score: 10 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Marvell Octeontx crypto driver within the Linux kernel, the DMA cleanup routine mistakenly used the same index for both mapping and unmapping. This caused actively mapped DMA buffers to remain mapped on the hardware and the intended buffer to be repeatedly unmapped, leaving map entries in a leaked state. The leak can expose data residing in those buffers, potentially allowing a privileged user to read protected memory. This issue represents the weakness identified by CWE-1285, all of which relate to improper resource management and leaks.

Affected Systems

All Linux kernel builds that include the Marvell Octeontx crypto driver and have not yet incorporated the patch are affected. No explicit version boundaries are given, so any kernel prior to the specific commits referenced in the provided Git links should be considered vulnerable.

Risk and Exploitability

The EPSS score is < 1% and the vulnerability is not listed in the CISA KEV catalog, suggesting limited publicly known exploitation. Based on the description, it is inferred that an attacker would need local privileges to interact with the driver. The likely attack vector is local, requiring the ability to trigger the cleanup routine. The CVSS score of 10 indicates a critical risk, emphasizing potential for confidential data leakage especially for systems that handle sensitive information with the Marvell Octeontx crypto driver.

Generated by OpenCVE AI on August 22, 2026 at 03:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update containing the fix referenced in the git repository commits
  • If an immediate kernel upgrade is not possible, disable or unload the marvell/octeontx crypto driver until the patch is applied
  • Restrict access to the marvell/octeontx device by setting appropriate file permissions or using SELinux/AppArmor profiles so that only trusted, privileged processes can interact with the driver

Generated by OpenCVE AI on August 22, 2026 at 03:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 02:30:00 +0000

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

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

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 13:45:00 +0000

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

Mon, 17 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-416

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/octeontx - fix DMA cleanup using wrong loop index The sg_cleanup path used list[i] instead of list[j] when unmapping DMA buffers, leaking successfully mapped entries and repeatedly unmapping the failed one.
Title crypto: marvell/octeontx - fix DMA cleanup using wrong loop index
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:45:21.184Z

Reserved: 2026-08-15T05:44:03.880Z

Link: CVE-2026-74280

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:27.430

Modified: 2026-08-17T06:19:21.733

Link: CVE-2026-74280

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74280 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T04:00:12Z

Weaknesses
  • CWE-1285

    Improper Validation of Specified Index, Position, or Offset in Input