CVE-2026-74280
Received Received - Intake

Memory Leak in Linux Kernel Crypto Module

Vulnerability report for CVE-2026-74280, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux_kernel linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability in the Marvell Octeontx cryptographic driver. It involves incorrect DMA cleanup where the wrong loop index is used to unmap buffers. Specifically, the code uses list[i] instead of list[j] when unmapping DMA buffers, causing some mapped entries to leak while repeatedly unmapping the failed one.

Detection Guidance

This vulnerability is specific to the Linux kernel's Marvell OcteonTX crypto driver and requires kernel-level inspection. Detection involves checking kernel logs for DMA cleanup errors or examining the driver's source code for the sg_cleanup path using the wrong loop index. No direct network detection commands are applicable.

Impact Analysis

This vulnerability could lead to memory leaks and potential system instability due to improper DMA buffer cleanup. It may cause performance degradation or crashes in systems using the affected Marvell Octeontx cryptographic driver.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it pertains to a low-level kernel memory management issue in the Linux crypto subsystem. No evidence suggests data exposure or privacy violations that would trigger regulatory non-compliance.

Mitigation Strategies

Apply the latest Linux kernel security patches that include the fix for this issue. Monitor kernel logs for DMA-related errors in the OcteonTX crypto driver. If using affected Marvell OcteonTX hardware, consider disabling the vulnerable crypto driver module until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74280. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart