AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74280

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the Marvell OcteonTX crypto driver, where improper handling of DMA buffer cleanup can lead to memory leaks by using the wrong loop index during unmapping. This flaw may compromise system stability and performance by leaving mapped entries unaddressed. Organizations utilizing affected Linux systems, particularly those relying on the Marvell OcteonTX hardware, should prioritize applying the relevant patches to mitigate potential risks.

CVE
CVE-2026-74280
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.