Lucene search

K
osvGoogleOSV:CVE-2024-42147
HistoryJul 30, 2024 - 8:15 a.m.

CVE-2024-42147

2024-07-3008:15:06
Google
osv.dev
4
linux kernel
crypto
vulnerability
debugfs
issue
hisilicon
cve-2024-42147
zip probe
initialization
regs uninit
security fix

AI Score

8.3

Confidence

High

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

crypto: hisilicon/debugfs - Fix debugfs uninit process issue

During the zip probe process, the debugfs failure does not stop
the probe. When debugfs initialization fails, jumping to the
error branch will also release regs, in addition to its own
rollback operation.

As a result, it may be released repeatedly during the regs
uninit process. Therefore, the null check needs to be added to
the regs uninit process.