CVE-2021-47432

Publication date

2024-05-21 15:30:36

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Dont overflow in peek() When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the radix tree code. Oops.