Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-36030
HistoryMay 30, 2024 - 4:15 p.m.

CVE-2024-36030

2024-05-3016:15:11
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
4
linux kernel
octeontx2-af
double free vulnerability

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

9.0%

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

octeontx2-af: fix the double free in rvu_npc_freemem()

Clang static checker(scan-build) warning:
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:line 2184, column 2
Attempt to free released memory.

npc_mcam_rsrcs_deinit() has released ‘mcam->counters.bmap’. Deleted this
redundant kfree() to fix this double free problem.

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

9.0%