CVE-2026-74279
Received Received - Intake

Memory Corruption in Linux Kernel Crypto Module

Vulnerability report for CVE-2026-74279, 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-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: cavium/cpt - fix DMA cleanup using wrong loop index The sg_cleanup error 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-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux 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 vulnerability in the Linux kernel involves incorrect DMA cleanup in the Cavium crypto driver. When unmapping DMA buffers, the code uses the wrong loop index, causing it to leak successfully mapped entries while repeatedly unmapping the failed one.

Detection Guidance

This vulnerability is specific to the Linux kernel's crypto subsystem (cavium/cpt). Detection requires checking kernel logs for DMA cleanup errors or examining the affected driver code. No direct network detection commands exist. Review kernel logs with 'dmesg | grep -i cpt' or check driver initialization with 'lsmod | grep cpt'.

Impact Analysis

This flaw could lead to memory leaks or resource exhaustion in systems using the affected Cavium crypto driver. It may cause instability or crashes in systems relying on cryptographic operations.

Mitigation Strategies

Apply the latest kernel update from your distribution to patch the sg_cleanup error. If immediate patching is not possible, disable the affected cavium/cpt driver by blacklisting it or recompiling the kernel without the module. Monitor system logs for DMA-related errors.

Chat Assistant

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

EPSS Chart