Security Advisory

CVE-2024-47658

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-10-09 14:02:53
Last updated 2026-05-11 20:38:16
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: stm32/cryp - call finalize with bh disabled The finalize operation in interrupt mode produce a produces a spinlock recursion warning. The reason is the fact that BH must be disabled during this process.