Wind River Support Network

HomeDefectsLIN1021-18013
Fixed

LIN1021-18013 : Security Advisory - linux - CVE-2022-50382

Created: Sep 19, 2025    Updated: Oct 14, 2025
Resolved Date: Oct 13, 2025
Found In Version: 10.21.20.1
Fix Version: 10.21.20.17
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  padata: Always leave BHs disabled when running ->parallel()  A deadlock can happen when an overloaded system runs ->parallel() in the context of the current task:      padata_do_parallel       ->parallel()         pcrypt_aead_enc/dec           padata_do_serial             spin_lock(&reorder->lock) // BHs still enabled               <interrupt>                 ...                   __do_softirq                     ...                       padata_do_serial                         spin_lock(&reorder->lock)  It's a bug for BHs to be on in _do_serial as Steffen points out, so ensure they're off in the "current task" case like they are in padata_parallel_worker to avoid this situation.
Live chat
Online