Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-27433
HistoryMay 17, 2024 - 1:15 p.m.

CVE-2024-27433

2024-05-1713:15:57
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
3
linux kernel
vulnerability
fix
clk_mt8135_apmixed_probe
double-free
error handling
mtk_devm_alloc_clk_data
mtk_free_clk_data
redundant call

AI Score

7.4

Confidence

High

EPSS

0

Percentile

15.5%

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

clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_apmixed_probe()

‘clk_data’ is allocated with mtk_devm_alloc_clk_data(). So calling
mtk_free_clk_data() explicitly in the remove function would lead to a
double-free.

Remove the redundant call.

AI Score

7.4

Confidence

High

EPSS

0

Percentile

15.5%