2024-05-21 15:31:58
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: thermal: core: prevent potential string overflow The dev->id value comes from ida_alloc() so its a number between zero and INT_MAX. If its too high then these sprintf()s will overflow.