CVE-2024-47739

Severity CVSS v4.0:
Pending analysis
Type:
CWE-190 Integer Overflow or Wraparound
Publication date:
21/10/2024
Last modified:
03/11/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> padata: use integer wrap around to prevent deadlock on seq_nr overflow<br /> <br /> When submitting more than 2^32 padata objects to padata_do_serial, the<br /> current sorting implementation incorrectly sorts padata objects with<br /> overflowed seq_nr, causing them to be placed before existing objects in<br /> the reorder list. This leads to a deadlock in the serialization process<br /> as padata_find_next cannot match padata-&gt;seq_nr and pd-&gt;processed<br /> because the padata instance with overflowed seq_nr will be selected<br /> next.<br /> <br /> To fix this, we use an unsigned integer wrap around to correctly sort<br /> padata objects in scenarios with integer overflow.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.4 (including) 5.10.227 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (including) 5.15.168 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 6.1.113 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.54 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (including) 6.10.13 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.11 (including) 6.11.2 (excluding)